llvm-mos-sdk
time.h
Go to the documentation of this file.
1 #ifndef _RP6502_TIME_H_
2 #define _RP6502_TIME_H_
3 
4 #define CLOCKS_PER_SEC 1000UL
5 
6 #include_next <time.h>
7 
8 #endif // not _RP6502_TIME_H_