Intermec 5055 Reference Guide

Page of 216
Programming Guidelines
2-11
2
File Functions
Use the file functions to manage file input and output (I/O), such as writing characters
to an open file.
clearerr
fgetc
fputs
fseek
fclose
fgets
fread
ftell
feof
fopen
fscanf
fwrite
ferror
fprintf
Math Functions
Use the math functions to perform various mathematical operations and to convert
numbers to ASCII strings and vice versa.
_cabs
_rotl
dmsbintoieee
modf
_fieeetomsbin
_rotr
exp
pow
_fmsbintoieee
acos
fabs
rand
_fpreset
asin
floor
sin
_hypot
atan
fmod
sinh
_lrotl
atan2
frexp
sqrt
_lrotr
ceil
ldexp
srand
_matherr
cos
ldiv
tan
_max
cosh
log
tanh
_min
div
log10
Memory Functions
Use the memory functions to dynamically allocate and deallocate memory for your
application to use.
_ffree
_fmemcpy
_memccpy
memcmp
_fmalloc
_fmemicmp
_memicmp
memcpy
_fmemccpy
_fmemmove
_swab
memmove
_fmemchr
_fmemset
memchr
memset
_fmemcmp