s5u1c33000c Epson Electronics America, Inc., s5u1c33000c Datasheet - Page 119

no-image

s5u1c33000c

Manufacturer Part Number
s5u1c33000c
Description
Cmos 32-bit Single Chip Microcomputer S5u1c33000c Manual
Manufacturer
Epson Electronics America, Inc.
Datasheet
8.2.5 Character Functions (string.lib)
The table below lists the character functions included in string.lib.
Header file: string.h
S5U1C33000C MANUAL
(C COMPILER PACKAGE FOR S1C33 FAMILY) (Ver. 4)
char *memchr(char *s, int c, int n);
int memcmp(char *s1, char *s2, int n);
char *memcpy(char *s1, char *s2, int n);
char *memmove(char *s1, char *s2, int n);
char *memset(char *s, int c, int n);
char *strcat(char *s1, char *s2);
char *strchr(char *s, int c);
int strcmp(char *s1, char *s2);
char *strcpy(char *s1, char *s2);
size_t *strcspn(char *s1, char *s2);
char *strerror(int code);
size_t strlen(char *s);
size_t strncat(char *s1, char *s2, int n);
int strncmp(char *s1, char *s2, int n);
char *strncpy(char *s1, char *s2, int n);
char *strpbrk(char *s1, char *s2);
char *strrchr(char *s, int c);
size_t strspn(char *s1, char *s2);
char *strstr(char *s1, char *s2);
char *strtok(char *s1, char *s2);
All functions except strerror have been created and tuned by an assembly source.
Function
Concatenate character strings (number of characters
Compare character strings (number of characters
Return specified character position found last in the
Return specified character position in the storage area.
Compare storage areas.
Copy the storage area.
Copy the storage area (overlapping allowed).
Set character in the storage area.
Concatenate character strings.
Return specified character position found first in the
character string.
Compare character strings.
Copy character string.
Return number of characters from the beginning of the
character string until the specified character appears
(multiple choices).
Return error message character string.
Return length of character string.
specified).
specified).
Copy the character string (number of characters
specified).
Return specified character position (multiple choices)
found first in the character string.
character string.
Return number of characters from the beginning of the
character string until the non-specified character appears
(multiple choices).
Return position where the specified character string
appeared first.
Divide the character string into tokens.
Table 8.2.5.1 Character functions
EPSON
Functionality
CHAPTER 8: ANSI LIBRARY
Reentrant
d
d
d
d
d
d
d
d
d
d
d
d
d
d
d
d
d
d
d
×
Change static
parameter.
Notes
103

Related parts for s5u1c33000c