s5u1c17001c Epson Electronics America, Inc., s5u1c17001c Datasheet - Page 616

no-image

s5u1c17001c

Manufacturer Part Number
s5u1c17001c
Description
Cmos 16-bit Application Specific Controller
Manufacturer
Epson Electronics America, Inc.
Datasheet
ANSI Library libc.a (2)
Mathematical Functions
Character Type Determination/Conversion Functions
Variable Argument Macros
fabs( )
ceil( )
floor( )
fmod( )
exp( )
log( )
log10( )
frexp( )
ldexp( )
modf( )
pow( )
sqrt( )
sin( )
cos( )
tan( )
asin( )
acos( )
atan( )
atan2( )
sinh( )
cosh( )
tanh( )
isalnum( )
isalpha( )
iscntrl( )
isdigit( )
isgraph( )
islower( )
isprint( )
ispunct( )
isspace( )
isupper( )
isxdigit( )
tolower( )
toupper( )
va_start( )
va_arg( )
va_end( )
∗1 These functions need to declare and initialize the global variables.
double fabs(double x);
double ceil(double x);
double floor(double x);
double fmod(double x, double y);
double exp(double x);
double log(double x);
double log10(double x);
double frexp(double x, int *nptr);
double ldexp(double x, int n);
double modf(double x, double *nptr);
double pow(double x, double y);
double sqrt(double x);
double sin(double x);
double cos(double x);
double tan(double x);
double asin(double x);
double acos(double x);
double atan(double x);
double atan2(double y, double x);
double sinh(double x);
double cosh(double x);
double tanh(double x);
int isalnum(char c);
int isalpha(char c);
int iscntrl(char c);
int isdigit(char c);
int isgraph(char c);
int islower(char c);
int isprint(char c);
int ispunct(char c);
int isspace(char c);
int isupper(char c);
int isxdigit(char c);
int tolower(char c);
int toupper(char c);
void va_start(va_list ap, type lastarg);
type va_arg(va_list ap, type);
void va_end(va_list ap);
(header file: math.h, errno.h, float.h, limits.h)
(header file: stdarg.h)
(header file: ctype.h)
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
∗1
Character Functions
∗1 Declaring and Initializing Global Variables
∗2 Definition of Lower-level Functions
memchr( )
memcmp( )
memcpy( )
memmove( )
memset( )
strcat( )
strchr( )
strcmp( )
strcpy( )
strcspn( )
strerror( )
strlen( )
strncat( )
strncmp( )
strncpy( )
strpbrk( )
strrchr( )
strspn( )
strstr( )
strtok( )
FILE _iob[FOPEN_MAX+1];
FILE *stdin;
FILE *stdout;
FILE *stderr;
int errno;
unsigned int seed;
time_t gm_sec;
read( )
write( )
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);
int read(int fd, char *buf, int nbytes);
unsigned char READ_BUF[65]; (Variable name is arbitrary)
unsigned char READ_EOF;
int write(int fd, char *buf, int nbytes);
unsigned char WRITE_BUF[65]; (Variable name is arbitrary)
(header file: string.h)
_iob[N]._flg=_UGETN; _iob[N]._buf=0; _iob[N]._fd=N;
(N=0: stdin, N=1: stdout, N=2: stderr)
stdin=&_iob[0];
stdout=&_iob[1];
stderr=&_iob[2];
errno=0;
seed=1;
gm_sec=-1;
Library

Related parts for s5u1c17001c