7 lines
102 B
C
7 lines
102 B
C
|
#ifndef GSR_TIME_H
|
||
|
#define GSR_TIME_H
|
||
|
|
||
|
double clock_get_monotonic_seconds();
|
||
|
|
||
|
#endif /* GSR_TIME_H */
|