FreeCalypso > hg > freecalypso-tools
view target-utils/include/strings.h @ 859:e5ef798e2d35
fc-add-ramps new program written, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 18 Dec 2021 21:15:21 +0000 (2021-12-18) |
parents | 202b5aa009bc |
children |
line wrap: on
line source
/* * External function definitions * for routines described in string(3). */ char *strcat(); char *strncat(); int strcmp(); int strncmp(); int strcasecmp(); int strncasecmp(); char *strcpy(); char *strncpy(); int strlen(); char *index(); char *rindex();