URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [include/] [machine/] [types.h] - Rev 1782
Compare with Previous | Blame | View Log
#ifndef _MACHTYPES_H_ #define _MACHTYPES_H_ #define _CLOCK_T_ unsigned long /* clock() */ #define _TIME_T_ long /* time() */ #endif /* _MACHTYPES_H_ */