TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
time.h
Aller à la documentation de ce fichier.
1 
29 #ifndef _SYS_TIME_H_
30 #define _SYS_TIME_H_
31 
32 #include <sys/cdefs.h>
33 
34 __BEGIN_DECLS
35 
36 #include <time.h>
37 
38 int gettimeofday(struct timeval *tv, void *tz_unused);
39 
40 __END_DECLS
41 
42 #endif
Definition: clock.h:41