next up previous contents index
Next: string.h Up: Gli header standard ANSI Previous: stdio.h   Indice   Indice analitico


stdlib.h

Contiene le definizioni di tipo delle funzioni:

       abort();
       abs();
       atexit();
       atof();
       atoi();
       atol();
       bsearch();
       calloc();
       div();
       exit();
       free();
       getenv();
       labs();
       ldiv();
       malloc();
       mblen();
       mbstowcs();
       mbtowc();
       qsort();
       rand();
       realloc();
       srand();
       strtod();
       strtol();
       strtoul();
       system();
       wcstombs();
       wctomb();



2005-02-14