| Contiki-Inga 3.x
    | 
Clock implementation for Unix.More...
#include "sys/clock.h"#include <stdlib.h>#include <sys/time.h>Go to the source code of this file.
| Functions | |
| void | clock_init (void) | 
| Initialize the clock library.  More... | |
| clock_time_t | clock_time (void) | 
| Get the current clock time.  More... | |
| unsigned long | clock_seconds (void) | 
| Get the current value of the platform seconds.  More... | |
| void | clock_delay (unsigned int d) | 
| Delay the CPU for a multiple of TODO.  More... | |
Clock implementation for Unix.
Definition in file clock.c.
 1.8.3.1
 1.8.3.1