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

no-image

s5u1c33000c

Manufacturer Part Number
s5u1c33000c
Description
Cmos 32-bit Single Chip Microcomputer S5u1c33000c Manual
Manufacturer
Epson Electronics America, Inc.
Datasheet
Note: The file system is disabled; stdin and stdout are enabled.
S5U1C33000C MANUAL
(C COMPILER PACKAGE FOR S1C33 FAMILY) (Ver. 4)
int remove(char *filename);
int rename(char *oldname, char *newname);
void setbuf(FILE *stream, char *buf);
int setvbuf(FILE *stream, char *buf, int type,
size_t size);
FILE *tmpfile( );
char *tmpnam(char *buf);
int feof(FILE *stream);
int ferror(FILE *stream);
void clearerr(FILE *stream);
void perror(char *s);
int fscanf(FILE *stream, char *format, ...);
int scanf(char *format, ...);
int sscanf(char *s, char *format, ...);
int fprintf(FILE *stream, char *format, ...);
int printf(char *format, ...);
int sprintf(char *s, char *format, ...);
int vfprintf(FILE *stream, char *format, va_list arg);
int vprintf(FILE *stream, char *format, va_list arg);
int vsprintf(char *s, char *format, va_list arg);
When using stdin, you need the read function. When using stdout, you need the write function.
Refer to Section 8.4 for more information.
Function
Dummy
Dummy
Dummy
Dummy
Dummy
Dummy
Dummy
Dummy
Dummy
Output error
information to stdout.
Input from stdin with
format specified.
Input from stdin with
format specified.
Input from character
string with format
specified.
Output to stdout with
format specified.
Output to stdout with
format specified.
Output to array with
format specified.
Output conversion
result to stdout.
Output conversion
result to stdout.
Output conversion
result to array.
Functionality
EPSON
Reentrant
Ù
Ù
Ù
Ù
Ù
Ù
Ù
Ù
Ù
L
L
d
L
L
d
×
×
×
×
Refer to global parameter stdout, stderr,
_iob, change errno call write function.
Refer to global parameter stdout, _iob,
change errno call read function.
Refer to global parameter stdout, _iob,
change errno call read function.
Change global parameter errno.
Refer to global parameter stdout, stderr,
_iob, call write function.
Refer to global parameter stdout, stderr,
_iob, call write function.
Refer to global parameter stdout, stderr,
_iob, call write function.
Refer to global parameter stdout, stderr,
_iob, call write function.
CHAPTER 8: ANSI LIBRARY
Notes
99

Related parts for s5u1c33000c