Standard functions – Zilog EZ80F916 User Manual
Page 352

UM014423-0607
C Standard Library
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
332
Miscellaneous
STANDARD FUNCTIONS
The following functions are standard functions:
char *strstr(const char *s1, const char *s2);
Finds first occurrence of a given string in another
string.
char *strtok(char *s1, const char *s2);
Finds next token in string.
void *memset(void *s, int c, size_t n); Uses a given character to initialize a specified number of
bytes in the buffer.
size_t strlen(const char *s);
Finds length of string.
This manual is related to the following products: