timing.h
1 #ifndef TIMING_H
2 #define TIMING_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int time_msleep(unsigned int);
9 
10 
11 #endif /* TIMING_H */
12 
13 /* EOF */
time_msleep
int time_msleep(unsigned int)
Milisecond delay.
Definition: timing.c:48

Generated at 2024-04-27 using  doxygen