mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Add timestamp function NT_Now().
Change-Id: I797a220308cd64ca0545222b433a18aa2294bac5
This commit is contained in:
12
src/support/timestamp.h
Normal file
12
src/support/timestamp.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef TIMESTAMP_H_
|
||||
#define TIMESTAMP_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
unsigned long long NT_Now(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* TIMESTAMP_H_ */
|
||||
Reference in New Issue
Block a user