Welcome to mirror list, hosted at ThFree Co, Russian Federation.

types.h « machine « include « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b71a67f564fba653a131577fb6960f3005cc8ab7 (plain)
1
2
3
4
5
6
7
8
9
#ifndef	_MACHTYPES_H_
#define	_MACHTYPES_H_

#define	_CLOCK_T_	unsigned long		/* clock() */
#define	_TIME_T_	long			/* time() */

#endif	/* _MACHTYPES_H_ */