FreeCalypso > hg > freecalypso-tools
comparison target-utils/include/strings.h @ 97:202b5aa009bc
target-utils/include: our own ctype.h and strings.h added
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 31 Oct 2016 23:49:11 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 96:d8d03dafb9c0 | 97:202b5aa009bc |
|---|---|
| 1 /* | |
| 2 * External function definitions | |
| 3 * for routines described in string(3). | |
| 4 */ | |
| 5 char *strcat(); | |
| 6 char *strncat(); | |
| 7 int strcmp(); | |
| 8 int strncmp(); | |
| 9 int strcasecmp(); | |
| 10 int strncasecmp(); | |
| 11 char *strcpy(); | |
| 12 char *strncpy(); | |
| 13 int strlen(); | |
| 14 char *index(); | |
| 15 char *rindex(); |
