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: ad8cc28c31bc8bf98c4b0e02aa85b60ed80ba61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef	_MACHTYPES_H_
#define	_MACHTYPES_H_

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


#endif	/* _MACHTYPES_H_ */