mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-28 08:58:55 +00:00
7 lines
89 B
C
7 lines
89 B
C
|
#ifndef NANOSECONDS_H
|
||
|
#define NANOSECONDS_H
|
||
|
|
||
|
extern long long nanoseconds(void);
|
||
|
|
||
|
#endif
|