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


time.h

Fornisce alcune utili funzioni per leggere e convertire l'ora e la data del sistema.

       asctime();
       clock();
       ctime();
       difftime();
       gmtime();
       localtime();
       mktime();
       strftime();
       time();



blacksheep & 2006-11-22