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

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

#if defined(__arm__) || defined(__thumb__)
#define _CLOCKS_PER_SEC_ 100
#endif

#endif	/* _MACHTIME_H_ */