You are on page 1of 1

C Compiler Reference Manual

BUILT-IN FUNCTION LIST BY CATEGORY CONTINUED


STANDARD C MATH
STANDARD C CHAR
abs()
p. 88
atoi()
acos()
p. 88
atoi32()
asin()
p. 88
atol()
atan()
p. 201 atof()
ceil()
p. 95
itoa()
cos()
p. 96
tolower()
exp()
p. 102 toupper()
floor()
p. 105 isalnum()
labs()
p. 126 isalpha()
sinh()
p. 201 isamoung()
log()
p. 129 isdigit()
log10()
p. 130 islower()
pow()
p. 145 isspace()
sin()
p. 201 isupper()
cosh()
p. 96
isxdigit()
tanh()
p. 215 strlen()
fabs()
p. 104 strcpy()
fmod()
p. 105 strncpy()
atan2()
p. 201 strcmp()
frexp()
p. 107 stricmp()
ldexp()
p. 129 strncmp()
modf()
p. 136 strcat()
sqrt()
p. 206 strstr()
tan()
p. 215 strchr()
div()
p. 100 strrchr()
ldiv()
p. 100 isgraph()
VOLTAGE REF
iscntrl
setup_vref()
p. 197 strtok()
setup_low_volt_detect
p. 184 strspn()
A/D CONVERSION
strcspn()
setup_adc_ports()
p. 178 strpbrk()
setup_adc()
p. 178 strlwr()
set_adc_channel()
p. 170 sprintf()
read_adc()
p. 152 isprint()
strtod()
strtol()
strtoul()
strncat()
strcoll(), strxfrm()

86

p. 90
p. 90
p. 90
p. 89
p. 124
p. 216
p. 216
p. 122
p. 122
p. 123
p. 122
p. 122
p. 122
p. 122
p. 122
p. 208
p. 208
p. 208
p. 208
p. 208
p. 208
p. 208
p. 208
p. 208
p. 208
p. 122
p. 122
p. 212
p. 208
p. 208
p. 208
p. 208
p. 206
p. 122
p. 211
p. 213
p. 214
p. 208
p. 208

You might also like