mirror of
https://github.com/encounter/nfsmw.git
synced 2026-03-30 11:31:13 -07:00
10 lines
159 B
C
10 lines
159 B
C
#ifndef _MACHTYPES_H_
|
|
#define _MACHTYPES_H_
|
|
|
|
#define _CLOCK_T_ unsigned long /* clock() */
|
|
#define _TIME_T_ long /* time() */
|
|
|
|
#endif /* _MACHTYPES_H_ */
|
|
|
|
|