FreeCalypso > hg > freecalypso-tools
view target-utils/include/strings.h @ 511:0212edcec4d2
loadtools/flashid.c: added alt ID for 28F320C3T equiv in Mot C139
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 28 May 2019 17:09:24 +0000 |
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();