FreeCalypso > hg > freecalypso-tools
view target-utils/include/strings.h @ 279:36ae854536e8
fc-readcal: fixed bug in the shifting of afcdac
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 17 Nov 2017 04:38:11 +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();