Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - stdlib.h http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                              stdlib.h

This  file  contains the definition of a number of types  as  well  as
function  prototypes  for commonly used library functions.  The  types
defined are:

size_twchar_t
div_tldiv_t;

The functions prototyped in stdlib.h are:
atof           atoi           atol
strtod         strtol         strtoul
rand           srand          calloc
free           malloc         realloc
abort          atexit         exit
getenv         system         bsearch
qsort          abs            div
labs           ldiv           itoa
ecvt           fcvt           _rotl
_rotr          _lrotl         _lrotr

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson