Files
allwpilib/src/support/timestamp.h

13 lines
170 B
C
Raw Normal View History

#ifndef TIMESTAMP_H_
#define TIMESTAMP_H_
#ifdef __cplusplus
extern "C" {
#endif
unsigned long long NT_Now(void);
#ifdef __cplusplus
}
#endif
#endif /* TIMESTAMP_H_ */