FreeCalypso > hg > freecalypso-tools
view target-utils/include/strings.h @ 418:cb3e8d080a23
CHANGES: FCDEV3B S/N 001 bug support removal
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Oct 2018 07:29:50 +0000 (2018-10-26) |
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();