mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 09:43:09 +00:00
9 lines
216 B
C
9 lines
216 B
C
/*
|
|
* Copyright (c) 2004-2007 Apple Inc. All rights reserved.
|
|
*/
|
|
#ifndef _ARM__LIMITS_H_
|
|
#define _ARM__LIMITS_H_
|
|
|
|
#define __DARWIN_CLK_TCK 100 /* ticks per second */
|
|
|
|
#endif /* _ARM__LIMITS_H_ */ |