FreeCalypso > hg > freecalypso-tools
view target-utils/include/strings.h @ 388:3d45660f78f0
doc/User-phone-tools article written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Mar 2018 06:32:00 +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();