Changeset 0580615 in buchla-68k for libsm/strccpy.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsm/strccpy.c

    r46d8069 r0580615  
    1616 */
    1717
    18 char *
    19 strccpy(s1, s2, c)
    20 register char *s1, *s2, c;
     18char *strccpy(char *s1, char *s2, char c)
    2119{
    2220        register char *os1;
Note: See TracChangeset for help on using the changeset viewer.