mes/libc/include
Jan Nieuwenhuizen ae7a42671a mescc: Add strcpy.
* libc/include/string.h (strcpy): Declare.
* libc/mlibc.c (strcpy): New function.
* module/mes/libc.mes (strcpy): New function.
  (libc): Add it.
* scaffold/t.c (string_test): Test it.
2017-05-08 21:15:53 +02:00
..
assert.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
ctype.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
errno.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
fcntl.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
limits.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
mlibc.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
stdio.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
stdlib.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
string.h mescc: Add strcpy. 2017-05-08 21:15:53 +02:00
unistd.h mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00