English
Language : 

CC78K4 Datasheet, PDF (510/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
APPENDIX D LIST OF LIBRARY STACK CONSUMPTION
Table D-1 shows the number of stacks consumed from the standard libraries.
Table D-1. List of Standard Library Stack Consumption (1/4)
Classification
Function Name
Small Model
Medium Model
Large Model
ctype.h
isalnum
0
0
0
salpha
0
0
0
iscntrl
0
0
0
isdigit
0
0
0
isgraph
0
0
0
islower
0
0
0
isprint
0
0
0
ispunct
0
0
0
isspace
0
0
0
isupper
0
0
0
isxdigit
0
0
0
tolower
0
0
0
toupper
0
0
0
isascii
0
0
0
toascii
0
0
0
_tolower
0
0
0
_toupper
0
0
0
tolow
0
0
0
toup
0
0
0
setjmp.h
setjmp
6
6
0
longjmp
0
0
0
stdarg.h
va_arg
0
0
0
va_start
0
0
0
stdio.h
va_end
sprintf
sscanf
printf
scanf
vprintf
vsprintf
0
56 (115)
293 (334)
65 (116)
304 (336)
65 (116)
56 (115)
0
56 (116)
293 (335)
67 (118)
308 (338)
67 (118)
56 (116)
0
55 (119)Note
293 (341)Note
71 (121)Note
308 (344)Note
71 (121)Note
55 (119)Note
getchar
0
0
0
gets
7
7
9
putchar
0
0
0
puts
5
5
6
Note Values in parentheses are for when the version that supports floating-point numbers is used.
510
User’s Manual U15556EJ1V0UM