Skip to content

Instantly share code, notes, and snippets.

@harlanhaskins
Last active March 2, 2017 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlanhaskins/f6e5efa7d16f4b69946213caaf4c019c to your computer and use it in GitHub Desktop.
Save harlanhaskins/f6e5efa7d16f4b69946213caaf4c019c to your computer and use it in GitHub Desktop.
A "Generated Interface" of everything Trill imports from C.
// <none>:2:18
let __llvm__: Int
// <none>:3:19
let __clang__: Int
// <none>:4:25
let __clang_major__: Int
// <none>:5:25
let __clang_minor__: Int
// <none>:6:30
let __clang_patchlevel__: Int
// <none>:7:27
let __clang_version__: *Int8
// <none>:8:24
let __GNUC_MINOR__: Int
// <none>:9:29
let __GNUC_PATCHLEVEL__: Int
// <none>:10:18
let __GNUC__: Int
// <none>:11:27
let __GXX_ABI_VERSION: Int
// <none>:12:26
let __ATOMIC_RELAXED: Int
// <none>:13:26
let __ATOMIC_CONSUME: Int
// <none>:14:26
let __ATOMIC_ACQUIRE: Int
// <none>:15:26
let __ATOMIC_RELEASE: Int
// <none>:16:26
let __ATOMIC_ACQ_REL: Int
// <none>:17:26
let __ATOMIC_SEQ_CST: Int
// <none>:18:35
let __PRAGMA_REDEFINE_EXTNAME: Int
// <none>:19:21
let __VERSION__: *Int8
// <none>:20:32
let __CONSTANT_CFSTRINGS__: Int
// <none>:22:20
let __BLOCKS__: Int
// <none>:23:33
let __ORDER_LITTLE_ENDIAN__: Int
// <none>:24:30
let __ORDER_BIG_ENDIAN__: Int
// <none>:25:30
let __ORDER_PDP_ENDIAN__: Int
// <none>:26:9
let __BYTE_ORDER__: Int
// <none>:27:27
let __LITTLE_ENDIAN__: Int
// <none>:28:15
let _LP64: Int
// <none>:29:18
let __LP64__: Int
// <none>:30:22
let __CHAR_BIT__: Int
// <none>:31:23
let __SCHAR_MAX__: Int
// <none>:32:22
let __SHRT_MAX__: Int
// <none>:33:21
let __INT_MAX__: Int
// <none>:34:22
let __LONG_MAX__: Int
// <none>:35:27
let __LONG_LONG_MAX__: Int
// <none>:36:23
let __WCHAR_MAX__: Int
// <none>:37:24
let __INTMAX_MAX__: Int
// <none>:38:22
let __SIZE_MAX__: UInt
// <none>:39:25
let __UINTMAX_MAX__: UInt
// <none>:40:25
let __PTRDIFF_MAX__: Int
// <none>:41:24
let __INTPTR_MAX__: Int
// <none>:42:25
let __UINTPTR_MAX__: UInt
// <none>:43:27
let __SIZEOF_DOUBLE__: Int
// <none>:44:26
let __SIZEOF_FLOAT__: Int
// <none>:45:24
let __SIZEOF_INT__: Int
// <none>:46:25
let __SIZEOF_LONG__: Int
// <none>:47:32
let __SIZEOF_LONG_DOUBLE__: Int
// <none>:48:30
let __SIZEOF_LONG_LONG__: Int
// <none>:49:28
let __SIZEOF_POINTER__: Int
// <none>:50:26
let __SIZEOF_SHORT__: Int
// <none>:51:30
let __SIZEOF_PTRDIFF_T__: Int
// <none>:52:27
let __SIZEOF_SIZE_T__: Int
// <none>:53:28
let __SIZEOF_WCHAR_T__: Int
// <none>:54:27
let __SIZEOF_WINT_T__: Int
// <none>:55:27
let __SIZEOF_INT128__: Int
// <none>:57:25
let __INTMAX_FMTd__: *Int8
// <none>:58:25
let __INTMAX_FMTi__: *Int8
// <none>:61:26
let __UINTMAX_FMTo__: *Int8
// <none>:62:26
let __UINTMAX_FMTu__: *Int8
// <none>:63:26
let __UINTMAX_FMTx__: *Int8
// <none>:64:26
let __UINTMAX_FMTX__: *Int8
// <none>:66:26
let __INTMAX_WIDTH__: Int
// <none>:68:26
let __PTRDIFF_FMTd__: *Int8
// <none>:69:26
let __PTRDIFF_FMTi__: *Int8
// <none>:70:27
let __PTRDIFF_WIDTH__: Int
// <none>:72:25
let __INTPTR_FMTd__: *Int8
// <none>:73:25
let __INTPTR_FMTi__: *Int8
// <none>:74:26
let __INTPTR_WIDTH__: Int
// <none>:76:23
let __SIZE_FMTo__: *Int8
// <none>:77:23
let __SIZE_FMTu__: *Int8
// <none>:78:23
let __SIZE_FMTx__: *Int8
// <none>:79:23
let __SIZE_FMTX__: *Int8
// <none>:80:24
let __SIZE_WIDTH__: Int
// <none>:82:25
let __WCHAR_WIDTH__: Int
// <none>:84:24
let __WINT_WIDTH__: Int
// <none>:85:30
let __SIG_ATOMIC_WIDTH__: Int
// <none>:86:28
let __SIG_ATOMIC_MAX__: Int
// <none>:89:27
let __UINTMAX_WIDTH__: Int
// <none>:91:26
let __UINTPTR_FMTo__: *Int8
// <none>:92:26
let __UINTPTR_FMTu__: *Int8
// <none>:93:26
let __UINTPTR_FMTx__: *Int8
// <none>:94:26
let __UINTPTR_FMTX__: *Int8
// <none>:95:27
let __UINTPTR_WIDTH__: Int
// <none>:97:28
let __FLT_HAS_DENORM__: Int
// <none>:98:21
let __FLT_DIG__: Int
// <none>:99:29
let __FLT_DECIMAL_DIG__: Int
// <none>:101:30
let __FLT_HAS_INFINITY__: Int
// <none>:102:31
let __FLT_HAS_QUIET_NAN__: Int
// <none>:103:26
let __FLT_MANT_DIG__: Int
// <none>:104:28
let __FLT_MAX_10_EXP__: Int
// <none>:105:25
let __FLT_MAX_EXP__: Int
// <none>:111:28
let __DBL_HAS_DENORM__: Int
// <none>:112:21
let __DBL_DIG__: Int
// <none>:113:29
let __DBL_DECIMAL_DIG__: Int
// <none>:115:30
let __DBL_HAS_INFINITY__: Int
// <none>:116:31
let __DBL_HAS_QUIET_NAN__: Int
// <none>:117:26
let __DBL_MANT_DIG__: Int
// <none>:118:28
let __DBL_MAX_10_EXP__: Int
// <none>:119:25
let __DBL_MAX_EXP__: Int
// <none>:125:29
let __LDBL_HAS_DENORM__: Int
// <none>:126:22
let __LDBL_DIG__: Int
// <none>:127:30
let __LDBL_DECIMAL_DIG__: Int
// <none>:129:31
let __LDBL_HAS_INFINITY__: Int
// <none>:130:32
let __LDBL_HAS_QUIET_NAN__: Int
// <none>:131:27
let __LDBL_MANT_DIG__: Int
// <none>:132:29
let __LDBL_MAX_10_EXP__: Int
// <none>:133:26
let __LDBL_MAX_EXP__: Int
// <none>:138:27
let __POINTER_WIDTH__: Int
// <none>:139:31
let __BIGGEST_ALIGNMENT__: Int
// <none>:141:23
let __INT8_FMTd__: *Int8
// <none>:142:23
let __INT8_FMTi__: *Int8
// <none>:145:24
let __INT16_FMTd__: *Int8
// <none>:146:24
let __INT16_FMTi__: *Int8
// <none>:149:24
let __INT32_FMTd__: *Int8
// <none>:150:24
let __INT32_FMTi__: *Int8
// <none>:153:24
let __INT64_FMTd__: *Int8
// <none>:154:24
let __INT64_FMTi__: *Int8
// <none>:157:24
let __UINT8_FMTo__: *Int8
// <none>:158:24
let __UINT8_FMTu__: *Int8
// <none>:159:24
let __UINT8_FMTx__: *Int8
// <none>:160:24
let __UINT8_FMTX__: *Int8
// <none>:162:23
let __UINT8_MAX__: Int
// <none>:163:22
let __INT8_MAX__: Int
// <none>:165:25
let __UINT16_FMTo__: *Int8
// <none>:166:25
let __UINT16_FMTu__: *Int8
// <none>:167:25
let __UINT16_FMTx__: *Int8
// <none>:168:25
let __UINT16_FMTX__: *Int8
// <none>:170:24
let __UINT16_MAX__: Int
// <none>:171:23
let __INT16_MAX__: Int
// <none>:173:25
let __UINT32_FMTo__: *Int8
// <none>:174:25
let __UINT32_FMTu__: *Int8
// <none>:175:25
let __UINT32_FMTx__: *Int8
// <none>:176:25
let __UINT32_FMTX__: *Int8
// <none>:178:24
let __UINT32_MAX__: UInt32
// <none>:179:23
let __INT32_MAX__: Int
// <none>:181:25
let __UINT64_FMTo__: *Int8
// <none>:182:25
let __UINT64_FMTu__: *Int8
// <none>:183:25
let __UINT64_FMTx__: *Int8
// <none>:184:25
let __UINT64_FMTX__: *Int8
// <none>:186:24
let __UINT64_MAX__: UInt
// <none>:187:23
let __INT64_MAX__: Int
// <none>:189:28
let __INT_LEAST8_MAX__: Int
// <none>:190:29
let __INT_LEAST8_FMTd__: *Int8
// <none>:191:29
let __INT_LEAST8_FMTi__: *Int8
// <none>:193:29
let __UINT_LEAST8_MAX__: Int
// <none>:194:30
let __UINT_LEAST8_FMTo__: *Int8
// <none>:195:30
let __UINT_LEAST8_FMTu__: *Int8
// <none>:196:30
let __UINT_LEAST8_FMTx__: *Int8
// <none>:197:30
let __UINT_LEAST8_FMTX__: *Int8
// <none>:199:29
let __INT_LEAST16_MAX__: Int
// <none>:200:30
let __INT_LEAST16_FMTd__: *Int8
// <none>:201:30
let __INT_LEAST16_FMTi__: *Int8
// <none>:203:30
let __UINT_LEAST16_MAX__: Int
// <none>:204:31
let __UINT_LEAST16_FMTo__: *Int8
// <none>:205:31
let __UINT_LEAST16_FMTu__: *Int8
// <none>:206:31
let __UINT_LEAST16_FMTx__: *Int8
// <none>:207:31
let __UINT_LEAST16_FMTX__: *Int8
// <none>:209:29
let __INT_LEAST32_MAX__: Int
// <none>:210:30
let __INT_LEAST32_FMTd__: *Int8
// <none>:211:30
let __INT_LEAST32_FMTi__: *Int8
// <none>:213:30
let __UINT_LEAST32_MAX__: UInt32
// <none>:214:31
let __UINT_LEAST32_FMTo__: *Int8
// <none>:215:31
let __UINT_LEAST32_FMTu__: *Int8
// <none>:216:31
let __UINT_LEAST32_FMTx__: *Int8
// <none>:217:31
let __UINT_LEAST32_FMTX__: *Int8
// <none>:219:29
let __INT_LEAST64_MAX__: Int
// <none>:220:30
let __INT_LEAST64_FMTd__: *Int8
// <none>:221:30
let __INT_LEAST64_FMTi__: *Int8
// <none>:223:30
let __UINT_LEAST64_MAX__: UInt
// <none>:224:31
let __UINT_LEAST64_FMTo__: *Int8
// <none>:225:31
let __UINT_LEAST64_FMTu__: *Int8
// <none>:226:31
let __UINT_LEAST64_FMTx__: *Int8
// <none>:227:31
let __UINT_LEAST64_FMTX__: *Int8
// <none>:229:27
let __INT_FAST8_MAX__: Int
// <none>:230:28
let __INT_FAST8_FMTd__: *Int8
// <none>:231:28
let __INT_FAST8_FMTi__: *Int8
// <none>:233:28
let __UINT_FAST8_MAX__: Int
// <none>:234:29
let __UINT_FAST8_FMTo__: *Int8
// <none>:235:29
let __UINT_FAST8_FMTu__: *Int8
// <none>:236:29
let __UINT_FAST8_FMTx__: *Int8
// <none>:237:29
let __UINT_FAST8_FMTX__: *Int8
// <none>:239:28
let __INT_FAST16_MAX__: Int
// <none>:240:29
let __INT_FAST16_FMTd__: *Int8
// <none>:241:29
let __INT_FAST16_FMTi__: *Int8
// <none>:243:29
let __UINT_FAST16_MAX__: Int
// <none>:244:30
let __UINT_FAST16_FMTo__: *Int8
// <none>:245:30
let __UINT_FAST16_FMTu__: *Int8
// <none>:246:30
let __UINT_FAST16_FMTx__: *Int8
// <none>:247:30
let __UINT_FAST16_FMTX__: *Int8
// <none>:249:28
let __INT_FAST32_MAX__: Int
// <none>:250:29
let __INT_FAST32_FMTd__: *Int8
// <none>:251:29
let __INT_FAST32_FMTi__: *Int8
// <none>:253:29
let __UINT_FAST32_MAX__: UInt32
// <none>:254:30
let __UINT_FAST32_FMTo__: *Int8
// <none>:255:30
let __UINT_FAST32_FMTu__: *Int8
// <none>:256:30
let __UINT_FAST32_FMTx__: *Int8
// <none>:257:30
let __UINT_FAST32_FMTX__: *Int8
// <none>:259:28
let __INT_FAST64_MAX__: Int
// <none>:260:29
let __INT_FAST64_FMTd__: *Int8
// <none>:261:29
let __INT_FAST64_FMTi__: *Int8
// <none>:263:29
let __UINT_FAST64_MAX__: UInt
// <none>:264:30
let __UINT_FAST64_FMTo__: *Int8
// <none>:265:30
let __UINT_FAST64_FMTu__: *Int8
// <none>:266:30
let __UINT_FAST64_FMTx__: *Int8
// <none>:267:30
let __UINT_FAST64_FMTX__: *Int8
// <none>:269:30
let __FINITE_MATH_ONLY__: Int
// <none>:270:30
let __GNUC_STDC_INLINE__: Int
// <none>:271:43
let __GCC_ATOMIC_TEST_AND_SET_TRUEVAL: Int
// <none>:272:37
let __GCC_ATOMIC_BOOL_LOCK_FREE: Int
// <none>:273:37
let __GCC_ATOMIC_CHAR_LOCK_FREE: Int
// <none>:274:41
let __GCC_ATOMIC_CHAR16_T_LOCK_FREE: Int
// <none>:275:41
let __GCC_ATOMIC_CHAR32_T_LOCK_FREE: Int
// <none>:276:40
let __GCC_ATOMIC_WCHAR_T_LOCK_FREE: Int
// <none>:277:38
let __GCC_ATOMIC_SHORT_LOCK_FREE: Int
// <none>:278:36
let __GCC_ATOMIC_INT_LOCK_FREE: Int
// <none>:279:37
let __GCC_ATOMIC_LONG_LOCK_FREE: Int
// <none>:280:38
let __GCC_ATOMIC_LLONG_LOCK_FREE: Int
// <none>:281:40
let __GCC_ATOMIC_POINTER_LOCK_FREE: Int
// <none>:282:23
let __NO_INLINE__: Int
// <none>:283:17
let __PIC__: Int
// <none>:284:17
let __pic__: Int
// <none>:285:29
let __FLT_EVAL_METHOD__: Int
// <none>:286:23
let __FLT_RADIX__: Int
// <none>:287:9
let __DECIMAL_DIG__: Int
// <none>:288:17
let __SSP__: Int
// <none>:292:19
let __amd64__: Int
// <none>:293:17
let __amd64: Int
// <none>:294:18
let __x86_64: Int
// <none>:295:20
let __x86_64__: Int
// <none>:296:17
let __core2: Int
// <none>:297:19
let __core2__: Int
// <none>:298:24
let __tune_core2__: Int
// <none>:300:27
let __NO_MATH_INLINES: Int
// <none>:301:18
let __FXSR__: Int
// <none>:302:45
let __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16: Int
// <none>:303:19
let __SSSE3__: Int
// <none>:304:18
let __SSE3__: Int
// <none>:305:18
let __SSE2__: Int
// <none>:306:23
let __SSE2_MATH__: Int
// <none>:307:17
let __SSE__: Int
// <none>:308:22
let __SSE_MATH__: Int
// <none>:309:17
let __MMX__: Int
// <none>:310:44
let __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1: Int
// <none>:311:44
let __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2: Int
// <none>:312:44
let __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4: Int
// <none>:313:44
let __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8: Int
// <none>:314:22
let __APPLE_CC__: Int
// <none>:315:19
let __APPLE__: Int
// <none>:316:29
let OBJC_NEW_PROPERTIES: Int
// <none>:320:21
let __DYNAMIC__: Int
// <none>:321:55
let __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__: Int
// <none>:322:18
let __MACH__: Int
// <none>:323:18
let __STDC__: Int
// <none>:324:25
let __STDC_HOSTED__: Int
// <none>:325:26
let __STDC_VERSION__: Int
// <none>:326:25
let __STDC_UTF_16__: Int
// <none>:327:25
let __STDC_UTF_32__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:431:36
let __DARWIN_ONLY_64_BIT_INO_T: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:433:34
let __DARWIN_ONLY_VERS_1050: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:455:44
let __DARWIN_ONLY_UNIX_CONFORMANCE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:466:29
let __DARWIN_UNIX03: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:502:37
let __DARWIN_64_BIT_INO_T: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:513:32
let __DARWIN_VERS_1050: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:518:37
let __DARWIN_NON_CANCELABLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:535:41
let __DARWIN_SUF_64_BIT_INO_T: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:545:34
let __DARWIN_SUF_1050: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:564:29
let __DARWIN_SUF_EXTSN: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:663:33
let __DARWIN_C_ANSI: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:664:33
let __DARWIN_C_FULL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:671:9
let __DARWIN_C_LEVEL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:679:32
let __STDC_WANT_LIB_EXT1__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:700:39
let _DARWIN_FEATURE_64_BIT_INODE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:726:47
let _DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/cdefs.h:734:42
let _DARWIN_FEATURE_UNIX_CONFORMANCE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:119:31
let __MAC_10_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:120:31
let __MAC_10_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:121:31
let __MAC_10_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:122:31
let __MAC_10_3: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:123:31
let __MAC_10_4: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:124:31
let __MAC_10_5: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:125:31
let __MAC_10_6: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:126:31
let __MAC_10_7: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:127:31
let __MAC_10_8: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:128:31
let __MAC_10_9: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:129:29
let __MAC_10_10: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:130:29
let __MAC_10_10_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:131:29
let __MAC_10_10_3: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:132:29
let __MAC_10_11: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:133:29
let __MAC_10_11_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:134:29
let __MAC_10_11_3: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:135:29
let __MAC_10_11_4: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:136:29
let __MAC_10_12: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:137:29
let __MAC_10_12_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:138:29
let __MAC_10_12_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:141:27
let __IPHONE_2_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:142:27
let __IPHONE_2_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:143:27
let __IPHONE_2_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:144:27
let __IPHONE_3_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:145:27
let __IPHONE_3_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:146:27
let __IPHONE_3_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:147:27
let __IPHONE_4_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:148:27
let __IPHONE_4_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:149:27
let __IPHONE_4_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:150:27
let __IPHONE_4_3: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:151:27
let __IPHONE_5_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:152:27
let __IPHONE_5_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:153:27
let __IPHONE_6_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:154:27
let __IPHONE_6_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:155:27
let __IPHONE_7_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:156:27
let __IPHONE_7_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:157:27
let __IPHONE_8_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:158:27
let __IPHONE_8_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:159:27
let __IPHONE_8_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:160:27
let __IPHONE_8_3: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:161:27
let __IPHONE_8_4: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:162:27
let __IPHONE_9_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:163:27
let __IPHONE_9_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:164:27
let __IPHONE_9_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:165:27
let __IPHONE_9_3: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:166:26
let __IPHONE_10_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:167:26
let __IPHONE_10_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:168:26
let __IPHONE_10_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:171:27
let __TVOS_9_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:172:27
let __TVOS_9_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:173:27
let __TVOS_9_2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:174:26
let __TVOS_10_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:175:26
let __TVOS_10_0_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:176:26
let __TVOS_10_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:178:27
let __WATCHOS_1_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:179:27
let __WATCHOS_2_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:180:27
let __WATCHOS_3_0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:181:27
let __WATCHOS_3_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/Availability.h:182:27
let __WATCHOS_3_1_1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/AvailabilityInternal.h:18769:13
let __MAC_OS_X_VERSION_MIN_REQUIRED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/AvailabilityInternal.h:18772:17
let __MAC_OS_X_VERSION_MAX_ALLOWED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:36:27
let __PTHREAD_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:37:32
let __PTHREAD_ATTR_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:38:36
let __PTHREAD_MUTEXATTR_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:39:33
let __PTHREAD_MUTEX_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:40:35
let __PTHREAD_CONDATTR_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:41:32
let __PTHREAD_COND_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:42:32
let __PTHREAD_ONCE_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:43:34
let __PTHREAD_RWLOCK_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:44:37
let __PTHREAD_RWLOCKATTR_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/_types.h:48:9
let __DARWIN_WCHAR_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/_types.h:64:29
let _FORTIFY_SOURCE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/stdio.h:43:25
let RENAME_SECLUDE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/stdio.h:44:23
let RENAME_SWAP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/stdio.h:45:23
let RENAME_EXCL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:161:16
let __SLBF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:162:16
let __SNBF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:163:15
let __SRD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:164:15
let __SWR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:166:15
let __SRW: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:167:16
let __SEOF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:168:16
let __SERR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:169:16
let __SMBF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:170:16
let __SAPP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:171:16
let __SSTR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:172:16
let __SOPT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:173:16
let __SNPT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:174:16
let __SOFF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:175:16
let __SMOD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:176:17
let __SALC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:177:17
let __SIGN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:188:16
let _IOFBF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:189:16
let _IOLBF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:190:16
let _IONBF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:192:16
let BUFSIZ: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:196:19
let FOPEN_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:197:22
let FILENAME_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:201:18
let P_tmpdir: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:203:18
let L_tmpnam: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:204:18
let TMP_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:207:18
let SEEK_SET: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:210:18
let SEEK_CUR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:213:18
let SEEK_END: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:291:19
let L_ctermid: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:296:27
let __CTERMID_DEFINED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_common.h:30:32
let _USE_FORTIFY_LEVEL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:10:20
let __WORDSIZE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:68:26
let INT8_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:69:26
let INT16_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:70:26
let INT32_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:71:26
let INT64_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:84:27
let UINT8_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:85:27
let UINT16_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:86:27
let UINT32_MAX: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:87:27
let UINT64_MAX: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:95:9
let INT_LEAST8_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:96:9
let INT_LEAST16_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:97:9
let INT_LEAST32_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:98:9
let INT_LEAST64_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:100:9
let UINT_LEAST8_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:101:9
let UINT_LEAST16_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:102:9
let UINT_LEAST32_MAX: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:103:9
let UINT_LEAST64_MAX: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:111:9
let INT_FAST8_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:112:9
let INT_FAST16_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:113:9
let INT_FAST32_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:114:9
let INT_FAST64_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:116:9
let UINT_FAST8_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:117:9
let UINT_FAST16_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:118:9
let UINT_FAST32_MAX: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:119:9
let UINT_FAST64_MAX: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:125:9
let INTPTR_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:132:9
let UINTPTR_MAX: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:139:9
let INTMAX_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:141:9
let UINTMAX_MAX: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:146:9
let PTRDIFF_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:153:9
let SIZE_MAX: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:164:13
let WCHAR_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:183:9
let WINT_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:186:9
let SIG_ATOMIC_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:156:1
foreign let __stdinp: *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:157:1
foreign let __stdoutp: *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:158:1
foreign let __stderrp: *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:458:1
foreign let sys_nerr: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:459:1
foreign let sys_errlist: **Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:76:23
let __DARWIN_NSIG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:79:9
let NSIG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/signal.h:34:25
let _I386_SIGNAL_H_: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:84:16
let SIGHUP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:85:16
let SIGINT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:86:17
let SIGQUIT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:87:16
let SIGILL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:88:17
let SIGTRAP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:89:17
let SIGABRT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:93:9
let SIGIOT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:94:16
let SIGEMT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:96:16
let SIGFPE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:97:17
let SIGKILL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:98:16
let SIGBUS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:99:17
let SIGSEGV: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:100:16
let SIGSYS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:101:17
let SIGPIPE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:102:17
let SIGALRM: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:103:17
let SIGTERM: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:104:16
let SIGURG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:105:17
let SIGSTOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:106:17
let SIGTSTP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:107:17
let SIGCONT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:108:17
let SIGCHLD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:109:17
let SIGTTIN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:110:17
let SIGTTOU: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:112:15
let SIGIO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:114:17
let SIGXCPU: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:115:17
let SIGXFSZ: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:116:19
let SIGVTALRM: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:117:17
let SIGPROF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:119:18
let SIGWINCH: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:120:17
let SIGINFO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:122:17
let SIGUSR1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:123:17
let SIGUSR2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:100:22
let FP_PREC_24B: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:101:22
let FP_PREC_53B: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:102:22
let FP_PREC_64B: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:106:22
let FP_RND_NEAR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:107:22
let FP_RND_DOWN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:108:20
let FP_RND_UP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:109:19
let FP_CHOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:227:25
let FP_STATE_BYTES: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:164:20
let SIGEV_NONE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:165:22
let SIGEV_SIGNAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:166:22
let SIGEV_THREAD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:206:18
let ILL_NOOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:208:20
let ILL_ILLOPC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:209:20
let ILL_ILLTRP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:210:20
let ILL_PRVOPC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:211:20
let ILL_ILLOPN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:212:20
let ILL_ILLADR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:213:20
let ILL_PRVREG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:214:20
let ILL_COPROC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:215:20
let ILL_BADSTK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:219:18
let FPE_NOOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:221:20
let FPE_FLTDIV: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:222:20
let FPE_FLTOVF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:223:20
let FPE_FLTUND: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:224:20
let FPE_FLTRES: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:225:20
let FPE_FLTINV: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:226:20
let FPE_FLTSUB: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:227:20
let FPE_INTDIV: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:228:20
let FPE_INTOVF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:232:19
let SEGV_NOOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:234:21
let SEGV_MAPERR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:235:21
let SEGV_ACCERR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:239:18
let BUS_NOOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:241:20
let BUS_ADRALN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:242:20
let BUS_ADRERR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:243:20
let BUS_OBJERR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:246:20
let TRAP_BRKPT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:247:20
let TRAP_TRACE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:251:18
let CLD_NOOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:253:20
let CLD_EXITED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:254:20
let CLD_KILLED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:255:20
let CLD_DUMPED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:256:21
let CLD_TRAPPED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:257:21
let CLD_STOPPED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:258:23
let CLD_CONTINUED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:261:18
let POLL_IN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:262:18
let POLL_OUT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:263:18
let POLL_MSG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:264:18
let POLL_ERR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:265:18
let POLL_PRI: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:266:18
let POLL_HUP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:298:20
let SA_ONSTACK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:299:20
let SA_RESTART: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:300:22
let SA_RESETHAND: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:301:22
let SA_NOCLDSTOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:302:20
let SA_NODEFER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:303:22
let SA_NOCLDWAIT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:304:20
let SA_SIGINFO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:306:22
let SA_USERTRAMP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:308:21
let SA_64REGSET: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:319:19
let SIG_BLOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:320:21
let SIG_UNBLOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:321:21
let SIG_SETMASK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:324:18
let SI_USER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:325:18
let SI_QUEUE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:326:18
let SI_TIMER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:327:20
let SI_ASYNCIO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:328:18
let SI_MESGQ: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:338:20
let SS_ONSTACK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:339:20
let SS_DISABLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:340:21
let MINSIGSTKSZ: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:341:18
let SIGSTKSZ: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:354:9
let SV_ONSTACK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:355:9
let SV_INTERRUPT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:356:9
let SV_RESETHAND: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:357:9
let SV_NODEFER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:358:9
let SV_NOCLDSTOP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:359:9
let SV_SIGINFO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:100:22
let PRIO_PROCESS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:101:19
let PRIO_PGRP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:102:19
let PRIO_USER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:105:28
let PRIO_DARWIN_THREAD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:106:29
let PRIO_DARWIN_PROCESS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:113:18
let PRIO_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:120:24
let PRIO_DARWIN_BG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:126:27
let PRIO_DARWIN_NONUI: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:140:21
let RUSAGE_SELF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:186:24
let RUSAGE_INFO_V0: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:187:24
let RUSAGE_INFO_V1: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:188:24
let RUSAGE_INFO_V2: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:189:24
let RUSAGE_INFO_V3: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:190:9
let RUSAGE_INFO_CURRENT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:304:20
let RLIMIT_CPU: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:305:22
let RLIMIT_FSIZE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:306:21
let RLIMIT_DATA: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:307:22
let RLIMIT_STACK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:308:21
let RLIMIT_CORE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:309:19
let RLIMIT_AS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:311:9
let RLIMIT_RSS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:312:24
let RLIMIT_MEMLOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:313:22
let RLIMIT_NPROC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:315:23
let RLIMIT_NOFILE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:317:22
let RLIM_NLIMITS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:319:28
let _RLIMIT_POSIX_FLAG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:336:33
let RLIMIT_WAKEUPS_MONITOR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:337:34
let RLIMIT_CPU_USAGE_MONITOR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:338:34
let RLIMIT_THREAD_CPULIMITS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:343:26
let WAKEMON_ENABLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:344:27
let WAKEMON_DISABLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:345:29
let WAKEMON_GET_PARAMS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:346:31
let WAKEMON_SET_DEFAULTS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:347:29
let WAKEMON_MAKE_FATAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:351:28
let CPUMON_MAKE_FATAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:361:25
let IOPOL_TYPE_DISK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:364:31
let IOPOL_SCOPE_PROCESS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:365:31
let IOPOL_SCOPE_THREAD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:366:31
let IOPOL_SCOPE_DARWIN_BG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:369:24
let IOPOL_DEFAULT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:370:26
let IOPOL_IMPORTANT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:371:24
let IOPOL_PASSIVE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:372:25
let IOPOL_THROTTLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:373:24
let IOPOL_UTILITY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:374:25
let IOPOL_STANDARD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:377:9
let IOPOL_APPLICATION: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:378:9
let IOPOL_NORMAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:121:18
let WNOHANG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:122:19
let WUNTRACED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:132:19
let WCOREFLAG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:137:19
let _WSTOPPED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:168:18
let WEXITED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:171:18
let WSTOPPED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:173:20
let WCONTINUED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:174:18
let WNOWAIT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:184:21
let WAIT_MYPGRP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:78:24
let _QUAD_HIGHWORD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:79:23
let _QUAD_LOWWORD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:85:32
let __DARWIN_LITTLE_ENDIAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:86:29
let __DARWIN_BIG_ENDIAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:87:29
let __DARWIN_PDP_ENDIAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:89:9
let __DARWIN_BYTE_ORDER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:93:9
let LITTLE_ENDIAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:94:9
let BIG_ENDIAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:95:9
let PDP_ENDIAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/endian.h:97:9
let BYTE_ORDER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:101:22
let EXIT_FAILURE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:102:22
let EXIT_SUCCESS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:104:18
let RAND_MAX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:80:2
foreign let P_ALL: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:81:2
foreign let P_PID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:82:2
foreign let P_PGID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:117:1
foreign let __mb_cur_max: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:333:1
foreign let suboptarg: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:216:9
let stdin: *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:217:9
let stdout: *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:218:9
let stderr: *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:96:18
let O_RDONLY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:97:18
let O_WRONLY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:98:17
let O_RDWR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:99:19
let O_ACCMODE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:110:16
let FREAD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:111:17
let FWRITE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:113:20
let O_NONBLOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:114:18
let O_APPEND: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_o_sync.h:29:18
let O_SYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:119:18
let O_SHLOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:120:18
let O_EXLOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:121:18
let O_ASYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:122:9
let O_FSYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:123:21
let O_NOFOLLOW: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:125:18
let O_CREAT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:126:18
let O_TRUNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:127:17
let O_EXCL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:138:21
let AT_EACCESS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:139:29
let AT_SYMLINK_NOFOLLOW: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:140:27
let AT_SYMLINK_FOLLOW: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:141:23
let AT_REMOVEDIR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:145:19
let O_EVTONLY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:149:18
let O_NOCTTY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:153:21
let O_DIRECTORY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:154:19
let O_SYMLINK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_o_dsync.h:29:19
let O_DSYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:161:19
let O_CLOEXEC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:170:30
let O_DP_GETRAWENCRYPTED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:171:32
let O_DP_GETRAWUNENCRYPTED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:182:9
let FAPPEND: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:183:9
let FASYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:184:9
let FFSYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:185:9
let FFDSYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:186:9
let FNONBLOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:187:9
let FNDELAY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:188:9
let O_NDELAY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:196:26
let CPF_OVERWRITE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:197:26
let CPF_IGNORE_MODE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:206:18
let F_DUPFD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:207:18
let F_GETFD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:208:18
let F_SETFD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:209:18
let F_GETFL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:210:18
let F_SETFL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:211:18
let F_GETOWN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:212:18
let F_SETOWN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:213:18
let F_GETLK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:214:18
let F_SETLK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:215:18
let F_SETLKW: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:217:25
let F_SETLKWTIMEOUT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:220:25
let F_FLUSH_DATA: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:221:25
let F_CHKCLEAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:222:25
let F_PREALLOCATE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:223:25
let F_SETSIZE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:224:25
let F_RDADVISE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:225:25
let F_RDAHEAD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:229:25
let F_NOCACHE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:230:20
let F_LOG2PHYS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:231:25
let F_GETPATH: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:232:25
let F_FULLFSYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:233:25
let F_PATHPKG_CHECK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:234:25
let F_FREEZE_FS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:235:25
let F_THAW_FS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:236:26
let F_GLOBAL_NOCACHE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:239:19
let F_ADDSIGS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:242:23
let F_ADDFILESIGS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:244:20
let F_NODIRECT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:247:30
let F_GETPROTECTIONCLASS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:248:30
let F_SETPROTECTIONCLASS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:250:25
let F_LOG2PHYS_EXT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:252:21
let F_GETLKPID: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:257:27
let F_SETBACKINGSTORE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:258:27
let F_GETPATH_MTMINFO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:260:23
let F_GETCODEDIR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:262:25
let F_SETNOSIGPIPE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:263:25
let F_GETNOSIGPIPE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:265:25
let F_TRANSCODEKEY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:267:26
let F_SINGLE_WRITER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:270:30
let F_GETPROTECTIONLEVEL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:272:21
let F_FINDSIGS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:275:36
let F_ADDFILESIGS_FOR_DYLD_SIM: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:278:25
let F_BARRIERFSYNC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:281:30
let F_ADDFILESIGS_RETURN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:282:21
let F_CHECK_LV: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:286:33
let FCNTL_FS_SPECIFIC_BASE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:291:26
let F_DUPFD_CLOEXEC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:295:20
let FD_CLOEXEC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:298:18
let F_RDLCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:299:18
let F_UNLCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:300:18
let F_WRLCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:35:17
let S_IFMT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:36:18
let S_IFIFO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:37:18
let S_IFCHR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:38:18
let S_IFDIR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:39:18
let S_IFBLK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:40:18
let S_IFREG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:41:18
let S_IFLNK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:42:18
let S_IFSOCK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:44:18
let S_IFWHT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:49:18
let S_IRWXU: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:50:18
let S_IRUSR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:51:18
let S_IWUSR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:52:18
let S_IXUSR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:54:18
let S_IRWXG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:55:18
let S_IRGRP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:56:18
let S_IWGRP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:57:18
let S_IXGRP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:59:18
let S_IRWXO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:60:18
let S_IROTH: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:61:18
let S_IWOTH: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:62:18
let S_IXOTH: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:64:18
let S_ISUID: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:65:18
let S_ISGID: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:66:18
let S_ISVTX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:69:9
let S_ISTXT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:70:9
let S_IREAD: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:71:9
let S_IWRITE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_s_ifmt.h:72:9
let S_IEXEC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:318:27
let F_ALLOCATECONTIG: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:319:27
let F_ALLOCATEALL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:323:23
let F_PEOFPOSMODE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:325:22
let F_VOLPOSMODE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:409:18
let LOCK_SH: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:410:18
let LOCK_EX: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:411:18
let LOCK_NB: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:412:18
let LOCK_UN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:468:20
let O_POPUP: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:469:20
let O_ALERT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:480:2
foreign let FILESEC_OWNER: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:481:2
foreign let FILESEC_GROUP: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:482:2
foreign let FILESEC_UUID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:483:2
foreign let FILESEC_MODE: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:484:2
foreign let FILESEC_ACL: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:485:2
foreign let FILESEC_GRPUUID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:488:2
foreign let FILESEC_ACL_RAW: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:489:2
foreign let FILESEC_ACL_ALLOCSIZE: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:74:25
let FP_NAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:75:25
let FP_INFINITE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:76:25
let FP_ZERO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:77:25
let FP_NORMAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:78:25
let FP_SUBNORMAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:79:25
let FP_SUPERNORMAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:107:27
let MATH_ERRNO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:108:27
let MATH_ERREXCEPT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:712:21
let MAXFLOAT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:739:9
let FP_SNAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:740:9
let FP_QNAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:741:9
let HUGE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:743:17
let DOMAIN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:744:15
let SING: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:745:18
let OVERFLOW: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:746:19
let UNDERFLOW: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:747:16
let TLOSS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:748:16
let PLOSS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:694:1
foreign let signgam: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_string.h:46:36
let __HAS_FIXED_CHK_PROTOTYPES: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:41:34
let _PTHREAD_MUTEX_SIG_init: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:43:49
let _PTHREAD_ERRORCHECK_MUTEX_SIG_init: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:44:49
let _PTHREAD_RECURSIVE_MUTEX_SIG_init: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:45:48
let _PTHREAD_FIRSTFIT_MUTEX_SIG_init: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:47:33
let _PTHREAD_COND_SIG_init: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:48:33
let _PTHREAD_ONCE_SIG_init: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:49:37
let _PTHREAD_RWLOCK_SIG_init: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:54:36
let SCHED_OTHER: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:55:36
let SCHED_FIFO: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:56:36
let SCHED_RR: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread_impl.h:58:36
let __SCHED_PARAM_SIZE__: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:89:25
let CLOCKS_PER_SEC: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:138:38
let PTHREAD_CREATE_JOINABLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:139:38
let PTHREAD_CREATE_DETACHED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:141:38
let PTHREAD_INHERIT_SCHED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:142:38
let PTHREAD_EXPLICIT_SCHED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:144:38
let PTHREAD_CANCEL_ENABLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:145:38
let PTHREAD_CANCEL_DISABLE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:146:38
let PTHREAD_CANCEL_DEFERRED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:147:38
let PTHREAD_CANCEL_ASYNCHRONOUS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:153:38
let PTHREAD_SCOPE_SYSTEM: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:154:38
let PTHREAD_SCOPE_PROCESS: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:156:40
let PTHREAD_PROCESS_SHARED: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:157:40
let PTHREAD_PROCESS_PRIVATE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:162:38
let PTHREAD_PRIO_NONE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:163:38
let PTHREAD_PRIO_INHERIT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:164:38
let PTHREAD_PRIO_PROTECT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:169:31
let PTHREAD_MUTEX_NORMAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:170:34
let PTHREAD_MUTEX_ERRORCHECK: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:171:34
let PTHREAD_MUTEX_RECURSIVE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:172:9
let PTHREAD_MUTEX_DEFAULT: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:97:1
foreign let tzname: **Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:100:1
foreign let getdate_err: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:102:1
foreign let timezone: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:104:1
foreign let daylight: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:153:1
foreign let _CLOCK_REALTIME: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:155:1
foreign let _CLOCK_MONOTONIC: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:158:1
foreign let _CLOCK_MONOTONIC_RAW: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:160:1
foreign let _CLOCK_MONOTONIC_RAW_APPROX: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:162:1
foreign let _CLOCK_UPTIME_RAW: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:164:1
foreign let _CLOCK_UPTIME_RAW_APPROX: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:167:1
foreign let _CLOCK_PROCESS_CPUTIME_ID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:169:1
foreign let _CLOCK_THREAD_CPUTIME_ID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:129:2
foreign let QOS_CLASS_USER_INTERACTIVE: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:131:2
foreign let QOS_CLASS_USER_INITIATED: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:133:2
foreign let QOS_CLASS_DEFAULT: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:135:2
foreign let QOS_CLASS_UTILITY: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:137:2
foreign let QOS_CLASS_BACKGROUND: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:139:2
foreign let QOS_CLASS_UNSPECIFIED: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_fd_def.h:39:29
let __DARWIN_FD_SETSIZE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_fd_def.h:41:24
let __DARWIN_NBBY: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:100:21
let ITIMER_REAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:101:24
let ITIMER_VIRTUAL: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:102:21
let ITIMER_PROF: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_fd_setsize.h:29:9
let FD_SETSIZE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:133:18
let DST_NONE: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:134:18
let DST_USA: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:135:18
let DST_AUST: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:136:18
let DST_WET: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:137:18
let DST_MET: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:138:18
let DST_EET: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:139:18
let DST_CAN: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:154:9
let CLOCK_REALTIME: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:156:9
let CLOCK_MONOTONIC: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:159:9
let CLOCK_MONOTONIC_RAW: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:161:9
let CLOCK_MONOTONIC_RAW_APPROX: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:163:9
let CLOCK_UPTIME_RAW: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:165:9
let CLOCK_UPTIME_RAW_APPROX: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:168:9
let CLOCK_PROCESS_CPUTIME_ID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:170:9
let CLOCK_THREAD_CPUTIME_ID: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:57:1
foreign type __darwin_pthread_handler_rec {
foreign static init(__routine: (*Void) -> Void, __arg: *Void, __next: *__darwin_pthread_handler_rec) -> __darwin_pthread_handler_rec
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:58:2
foreign var __routine: (*Void) -> Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:59:2
foreign var __arg: *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:60:2
foreign var __next: *__darwin_pthread_handler_rec
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:63:1
foreign type _opaque_pthread_attr_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_attr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:64:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:65:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:68:1
foreign type _opaque_pthread_cond_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_cond_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:69:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:70:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:73:1
foreign type _opaque_pthread_condattr_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_condattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:74:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:75:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:78:1
foreign type _opaque_pthread_mutex_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_mutex_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:79:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:80:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:83:1
foreign type _opaque_pthread_mutexattr_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_mutexattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:84:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:85:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:88:1
foreign type _opaque_pthread_once_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_once_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:89:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:90:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:93:1
foreign type _opaque_pthread_rwlock_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_rwlock_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:94:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:95:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:98:1
foreign type _opaque_pthread_rwlockattr_t {
foreign static init(__sig: Int, __opaque: *Int8) -> _opaque_pthread_rwlockattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:99:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:100:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:103:1
foreign type _opaque_pthread_t {
foreign static init(__sig: Int, __cleanup_stack: *__darwin_pthread_handler_rec, __opaque: *Int8) -> _opaque_pthread_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:104:2
foreign var __sig: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:105:2
foreign var __cleanup_stack: *__darwin_pthread_handler_rec
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:106:2
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:88:1
foreign type __sbuf {
foreign static init(_base: *UInt8, _size: Int32) -> __sbuf
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:89:2
foreign var _base: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:90:2
foreign var _size: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:94:1
foreign type __sFILEX {
foreign static init() -> __sFILEX
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:122:9
foreign type __sFILE {
foreign static init(_p: *UInt8, _r: Int32, _w: Int32, _flags: Int16, _file: Int16, _bf: __sbuf, _lbfsize: Int32, _cookie: *Void, _close: (*Void) -> Int32, _read: (*Void, *Int8, Int32) -> Int32, _seek: (*Void, fpos_t, Int32) -> fpos_t, _write: (*Void, *Int8, Int32) -> Int32, _ub: __sbuf, _extra: *__sFILEX, _ur: Int32, _ubuf: *UInt8, _nbuf: *UInt8, _lb: __sbuf, _blksize: Int32, _offset: fpos_t) -> __sFILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:123:2
foreign var _p: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:124:2
foreign var _r: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:125:2
foreign var _w: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:126:2
foreign var _flags: Int16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:127:2
foreign var _file: Int16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:128:2
foreign var _bf: __sbuf
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:129:2
foreign var _lbfsize: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:132:2
foreign var _cookie: *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:133:2
foreign var _close: (*Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:134:2
foreign var _read: (*Void, *Int8, Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:135:2
foreign var _seek: (*Void, fpos_t, Int32) -> fpos_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:136:2
foreign var _write: (*Void, *Int8, Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:139:2
foreign var _ub: __sbuf
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:140:2
foreign var _extra: *__sFILEX
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:141:2
foreign var _ur: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:144:2
foreign var _ubuf: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:145:2
foreign var _nbuf: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:148:2
foreign var _lb: __sbuf
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:151:2
foreign var _blksize: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:152:2
foreign var _offset: fpos_t
}
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:28:9
foreign type TRILL_ANY {
foreign static init(_any: *Void) -> TRILL_ANY
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:29:3
foreign var _any: *Void
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:43:1
foreign type __darwin_i386_thread_state {
foreign static init(__eax: UInt32, __ebx: UInt32, __ecx: UInt32, __edx: UInt32, __edi: UInt32, __esi: UInt32, __ebp: UInt32, __esp: UInt32, __ss: UInt32, __eflags: UInt32, __eip: UInt32, __cs: UInt32, __ds: UInt32, __es: UInt32, __fs: UInt32, __gs: UInt32) -> __darwin_i386_thread_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:45:5
foreign var __eax: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:46:5
foreign var __ebx: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:47:5
foreign var __ecx: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:48:5
foreign var __edx: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:49:5
foreign var __edi: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:50:5
foreign var __esi: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:51:5
foreign var __ebp: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:52:5
foreign var __esp: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:53:5
foreign var __ss: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:54:5
foreign var __eflags: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:55:5
foreign var __eip: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:56:5
foreign var __cs: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:57:5
foreign var __ds: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:58:5
foreign var __es: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:59:5
foreign var __fs: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:60:5
foreign var __gs: UInt32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:89:1
foreign type __darwin_fp_control {
foreign static init(__invalid: UInt16, __denorm: UInt16, __zdiv: UInt16, __ovrfl: UInt16, __undfl: UInt16, __precis: UInt16, __unnamed_6: UInt16, __pc: UInt16, __rc: UInt16, __unnamed_9: UInt16, __unnamed_10: UInt16) -> __darwin_fp_control
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __invalid: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __denorm: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __zdiv: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __ovrfl: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __undfl: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __precis: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __unnamed_6: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __pc: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __rc: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __unnamed_9: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:91:5
foreign var __unnamed_10: UInt16
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:147:1
foreign type __darwin_fp_status {
foreign static init(__invalid: UInt16, __denorm: UInt16, __zdiv: UInt16, __ovrfl: UInt16, __undfl: UInt16, __precis: UInt16, __stkflt: UInt16, __errsumm: UInt16, __c0: UInt16, __c1: UInt16, __c2: UInt16, __tos: UInt16, __c3: UInt16, __busy: UInt16) -> __darwin_fp_status
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __invalid: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __denorm: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __zdiv: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __ovrfl: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __undfl: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __precis: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __stkflt: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __errsumm: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __c0: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __c1: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __c2: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __tos: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __c3: UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:149:5
foreign var __busy: UInt16
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:191:1
foreign type __darwin_mmst_reg {
foreign static init(__mmst_reg: *Int8, __mmst_rsrv: *Int8) -> __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:193:2
foreign var __mmst_reg: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:194:2
foreign var __mmst_rsrv: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:210:1
foreign type __darwin_xmm_reg {
foreign static init(__xmm_reg: *Int8) -> __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:212:2
foreign var __xmm_reg: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:232:1
foreign type __darwin_i386_float_state {
foreign static init(__fpu_reserved: *Int32, __fpu_fcw: __darwin_fp_control, __fpu_fsw: __darwin_fp_status, __fpu_ftw: __uint8_t, __fpu_rsrv1: __uint8_t, __fpu_fop: __uint16_t, __fpu_ip: __uint32_t, __fpu_cs: __uint16_t, __fpu_rsrv2: __uint16_t, __fpu_dp: __uint32_t, __fpu_ds: __uint16_t, __fpu_rsrv3: __uint16_t, __fpu_mxcsr: __uint32_t, __fpu_mxcsrmask: __uint32_t, __fpu_stmm0: __darwin_mmst_reg, __fpu_stmm1: __darwin_mmst_reg, __fpu_stmm2: __darwin_mmst_reg, __fpu_stmm3: __darwin_mmst_reg, __fpu_stmm4: __darwin_mmst_reg, __fpu_stmm5: __darwin_mmst_reg, __fpu_stmm6: __darwin_mmst_reg, __fpu_stmm7: __darwin_mmst_reg, __fpu_xmm0: __darwin_xmm_reg, __fpu_xmm1: __darwin_xmm_reg, __fpu_xmm2: __darwin_xmm_reg, __fpu_xmm3: __darwin_xmm_reg, __fpu_xmm4: __darwin_xmm_reg, __fpu_xmm5: __darwin_xmm_reg, __fpu_xmm6: __darwin_xmm_reg, __fpu_xmm7: __darwin_xmm_reg, __fpu_rsrv4: *Int8, __fpu_reserved1: Int32) -> __darwin_i386_float_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:234:2
foreign var __fpu_reserved: *Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:235:2
foreign var __fpu_fcw: __darwin_fp_control
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:236:2
foreign var __fpu_fsw: __darwin_fp_status
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:237:2
foreign var __fpu_ftw: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:238:2
foreign var __fpu_rsrv1: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:239:2
foreign var __fpu_fop: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:240:2
foreign var __fpu_ip: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:241:2
foreign var __fpu_cs: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:242:2
foreign var __fpu_rsrv2: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:243:2
foreign var __fpu_dp: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:244:2
foreign var __fpu_ds: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:245:2
foreign var __fpu_rsrv3: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:246:2
foreign var __fpu_mxcsr: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:247:2
foreign var __fpu_mxcsrmask: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:248:2
foreign var __fpu_stmm0: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:249:2
foreign var __fpu_stmm1: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:250:2
foreign var __fpu_stmm2: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:251:2
foreign var __fpu_stmm3: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:252:2
foreign var __fpu_stmm4: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:253:2
foreign var __fpu_stmm5: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:254:2
foreign var __fpu_stmm6: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:255:2
foreign var __fpu_stmm7: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:256:2
foreign var __fpu_xmm0: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:257:2
foreign var __fpu_xmm1: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:258:2
foreign var __fpu_xmm2: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:259:2
foreign var __fpu_xmm3: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:260:2
foreign var __fpu_xmm4: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:261:2
foreign var __fpu_xmm5: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:262:2
foreign var __fpu_xmm6: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:263:2
foreign var __fpu_xmm7: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:264:2
foreign var __fpu_rsrv4: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:265:2
foreign var __fpu_reserved1: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:269:1
foreign type __darwin_i386_avx_state {
foreign static init(__fpu_reserved: *Int32, __fpu_fcw: __darwin_fp_control, __fpu_fsw: __darwin_fp_status, __fpu_ftw: __uint8_t, __fpu_rsrv1: __uint8_t, __fpu_fop: __uint16_t, __fpu_ip: __uint32_t, __fpu_cs: __uint16_t, __fpu_rsrv2: __uint16_t, __fpu_dp: __uint32_t, __fpu_ds: __uint16_t, __fpu_rsrv3: __uint16_t, __fpu_mxcsr: __uint32_t, __fpu_mxcsrmask: __uint32_t, __fpu_stmm0: __darwin_mmst_reg, __fpu_stmm1: __darwin_mmst_reg, __fpu_stmm2: __darwin_mmst_reg, __fpu_stmm3: __darwin_mmst_reg, __fpu_stmm4: __darwin_mmst_reg, __fpu_stmm5: __darwin_mmst_reg, __fpu_stmm6: __darwin_mmst_reg, __fpu_stmm7: __darwin_mmst_reg, __fpu_xmm0: __darwin_xmm_reg, __fpu_xmm1: __darwin_xmm_reg, __fpu_xmm2: __darwin_xmm_reg, __fpu_xmm3: __darwin_xmm_reg, __fpu_xmm4: __darwin_xmm_reg, __fpu_xmm5: __darwin_xmm_reg, __fpu_xmm6: __darwin_xmm_reg, __fpu_xmm7: __darwin_xmm_reg, __fpu_rsrv4: *Int8, __fpu_reserved1: Int32, __avx_reserved1: *Int8, __fpu_ymmh0: __darwin_xmm_reg, __fpu_ymmh1: __darwin_xmm_reg, __fpu_ymmh2: __darwin_xmm_reg, __fpu_ymmh3: __darwin_xmm_reg, __fpu_ymmh4: __darwin_xmm_reg, __fpu_ymmh5: __darwin_xmm_reg, __fpu_ymmh6: __darwin_xmm_reg, __fpu_ymmh7: __darwin_xmm_reg) -> __darwin_i386_avx_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:271:2
foreign var __fpu_reserved: *Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:272:2
foreign var __fpu_fcw: __darwin_fp_control
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:273:2
foreign var __fpu_fsw: __darwin_fp_status
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:274:2
foreign var __fpu_ftw: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:275:2
foreign var __fpu_rsrv1: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:276:2
foreign var __fpu_fop: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:277:2
foreign var __fpu_ip: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:278:2
foreign var __fpu_cs: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:279:2
foreign var __fpu_rsrv2: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:280:2
foreign var __fpu_dp: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:281:2
foreign var __fpu_ds: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:282:2
foreign var __fpu_rsrv3: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:283:2
foreign var __fpu_mxcsr: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:284:2
foreign var __fpu_mxcsrmask: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:285:2
foreign var __fpu_stmm0: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:286:2
foreign var __fpu_stmm1: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:287:2
foreign var __fpu_stmm2: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:288:2
foreign var __fpu_stmm3: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:289:2
foreign var __fpu_stmm4: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:290:2
foreign var __fpu_stmm5: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:291:2
foreign var __fpu_stmm6: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:292:2
foreign var __fpu_stmm7: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:293:2
foreign var __fpu_xmm0: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:294:2
foreign var __fpu_xmm1: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:295:2
foreign var __fpu_xmm2: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:296:2
foreign var __fpu_xmm3: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:297:2
foreign var __fpu_xmm4: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:298:2
foreign var __fpu_xmm5: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:299:2
foreign var __fpu_xmm6: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:300:2
foreign var __fpu_xmm7: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:301:2
foreign var __fpu_rsrv4: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:302:2
foreign var __fpu_reserved1: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:303:2
foreign var __avx_reserved1: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:304:2
foreign var __fpu_ymmh0: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:305:2
foreign var __fpu_ymmh1: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:306:2
foreign var __fpu_ymmh2: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:307:2
foreign var __fpu_ymmh3: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:308:2
foreign var __fpu_ymmh4: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:309:2
foreign var __fpu_ymmh5: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:310:2
foreign var __fpu_ymmh6: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:311:2
foreign var __fpu_ymmh7: __darwin_xmm_reg
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:402:1
foreign type __darwin_i386_exception_state {
foreign static init(__trapno: __uint16_t, __cpu: __uint16_t, __err: __uint32_t, __faultvaddr: __uint32_t) -> __darwin_i386_exception_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:404:2
foreign var __trapno: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:405:2
foreign var __cpu: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:406:2
foreign var __err: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:407:2
foreign var __faultvaddr: __uint32_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:422:1
foreign type __darwin_x86_debug_state32 {
foreign static init(__dr0: UInt32, __dr1: UInt32, __dr2: UInt32, __dr3: UInt32, __dr4: UInt32, __dr5: UInt32, __dr6: UInt32, __dr7: UInt32) -> __darwin_x86_debug_state32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:424:2
foreign var __dr0: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:425:2
foreign var __dr1: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:426:2
foreign var __dr2: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:427:2
foreign var __dr3: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:428:2
foreign var __dr4: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:429:2
foreign var __dr5: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:430:2
foreign var __dr6: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:431:2
foreign var __dr7: UInt32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:454:1
foreign type __darwin_x86_thread_state64 {
foreign static init(__rax: __uint64_t, __rbx: __uint64_t, __rcx: __uint64_t, __rdx: __uint64_t, __rdi: __uint64_t, __rsi: __uint64_t, __rbp: __uint64_t, __rsp: __uint64_t, __r8: __uint64_t, __r9: __uint64_t, __r10: __uint64_t, __r11: __uint64_t, __r12: __uint64_t, __r13: __uint64_t, __r14: __uint64_t, __r15: __uint64_t, __rip: __uint64_t, __rflags: __uint64_t, __cs: __uint64_t, __fs: __uint64_t, __gs: __uint64_t) -> __darwin_x86_thread_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:456:2
foreign var __rax: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:457:2
foreign var __rbx: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:458:2
foreign var __rcx: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:459:2
foreign var __rdx: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:460:2
foreign var __rdi: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:461:2
foreign var __rsi: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:462:2
foreign var __rbp: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:463:2
foreign var __rsp: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:464:2
foreign var __r8: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:465:2
foreign var __r9: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:466:2
foreign var __r10: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:467:2
foreign var __r11: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:468:2
foreign var __r12: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:469:2
foreign var __r13: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:470:2
foreign var __r14: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:471:2
foreign var __r15: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:472:2
foreign var __rip: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:473:2
foreign var __rflags: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:474:2
foreign var __cs: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:475:2
foreign var __fs: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:476:2
foreign var __gs: __uint64_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:509:1
foreign type __darwin_x86_float_state64 {
foreign static init(__fpu_reserved: *Int32, __fpu_fcw: __darwin_fp_control, __fpu_fsw: __darwin_fp_status, __fpu_ftw: __uint8_t, __fpu_rsrv1: __uint8_t, __fpu_fop: __uint16_t, __fpu_ip: __uint32_t, __fpu_cs: __uint16_t, __fpu_rsrv2: __uint16_t, __fpu_dp: __uint32_t, __fpu_ds: __uint16_t, __fpu_rsrv3: __uint16_t, __fpu_mxcsr: __uint32_t, __fpu_mxcsrmask: __uint32_t, __fpu_stmm0: __darwin_mmst_reg, __fpu_stmm1: __darwin_mmst_reg, __fpu_stmm2: __darwin_mmst_reg, __fpu_stmm3: __darwin_mmst_reg, __fpu_stmm4: __darwin_mmst_reg, __fpu_stmm5: __darwin_mmst_reg, __fpu_stmm6: __darwin_mmst_reg, __fpu_stmm7: __darwin_mmst_reg, __fpu_xmm0: __darwin_xmm_reg, __fpu_xmm1: __darwin_xmm_reg, __fpu_xmm2: __darwin_xmm_reg, __fpu_xmm3: __darwin_xmm_reg, __fpu_xmm4: __darwin_xmm_reg, __fpu_xmm5: __darwin_xmm_reg, __fpu_xmm6: __darwin_xmm_reg, __fpu_xmm7: __darwin_xmm_reg, __fpu_xmm8: __darwin_xmm_reg, __fpu_xmm9: __darwin_xmm_reg, __fpu_xmm10: __darwin_xmm_reg, __fpu_xmm11: __darwin_xmm_reg, __fpu_xmm12: __darwin_xmm_reg, __fpu_xmm13: __darwin_xmm_reg, __fpu_xmm14: __darwin_xmm_reg, __fpu_xmm15: __darwin_xmm_reg, __fpu_rsrv4: *Int8, __fpu_reserved1: Int32) -> __darwin_x86_float_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:511:2
foreign var __fpu_reserved: *Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:512:2
foreign var __fpu_fcw: __darwin_fp_control
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:513:2
foreign var __fpu_fsw: __darwin_fp_status
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:514:2
foreign var __fpu_ftw: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:515:2
foreign var __fpu_rsrv1: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:516:2
foreign var __fpu_fop: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:519:2
foreign var __fpu_ip: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:520:2
foreign var __fpu_cs: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:522:2
foreign var __fpu_rsrv2: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:525:2
foreign var __fpu_dp: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:526:2
foreign var __fpu_ds: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:528:2
foreign var __fpu_rsrv3: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:529:2
foreign var __fpu_mxcsr: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:530:2
foreign var __fpu_mxcsrmask: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:531:2
foreign var __fpu_stmm0: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:532:2
foreign var __fpu_stmm1: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:533:2
foreign var __fpu_stmm2: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:534:2
foreign var __fpu_stmm3: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:535:2
foreign var __fpu_stmm4: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:536:2
foreign var __fpu_stmm5: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:537:2
foreign var __fpu_stmm6: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:538:2
foreign var __fpu_stmm7: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:539:2
foreign var __fpu_xmm0: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:540:2
foreign var __fpu_xmm1: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:541:2
foreign var __fpu_xmm2: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:542:2
foreign var __fpu_xmm3: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:543:2
foreign var __fpu_xmm4: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:544:2
foreign var __fpu_xmm5: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:545:2
foreign var __fpu_xmm6: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:546:2
foreign var __fpu_xmm7: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:547:2
foreign var __fpu_xmm8: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:548:2
foreign var __fpu_xmm9: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:549:2
foreign var __fpu_xmm10: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:550:2
foreign var __fpu_xmm11: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:551:2
foreign var __fpu_xmm12: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:552:2
foreign var __fpu_xmm13: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:553:2
foreign var __fpu_xmm14: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:554:2
foreign var __fpu_xmm15: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:555:2
foreign var __fpu_rsrv4: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:556:2
foreign var __fpu_reserved1: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:560:1
foreign type __darwin_x86_avx_state64 {
foreign static init(__fpu_reserved: *Int32, __fpu_fcw: __darwin_fp_control, __fpu_fsw: __darwin_fp_status, __fpu_ftw: __uint8_t, __fpu_rsrv1: __uint8_t, __fpu_fop: __uint16_t, __fpu_ip: __uint32_t, __fpu_cs: __uint16_t, __fpu_rsrv2: __uint16_t, __fpu_dp: __uint32_t, __fpu_ds: __uint16_t, __fpu_rsrv3: __uint16_t, __fpu_mxcsr: __uint32_t, __fpu_mxcsrmask: __uint32_t, __fpu_stmm0: __darwin_mmst_reg, __fpu_stmm1: __darwin_mmst_reg, __fpu_stmm2: __darwin_mmst_reg, __fpu_stmm3: __darwin_mmst_reg, __fpu_stmm4: __darwin_mmst_reg, __fpu_stmm5: __darwin_mmst_reg, __fpu_stmm6: __darwin_mmst_reg, __fpu_stmm7: __darwin_mmst_reg, __fpu_xmm0: __darwin_xmm_reg, __fpu_xmm1: __darwin_xmm_reg, __fpu_xmm2: __darwin_xmm_reg, __fpu_xmm3: __darwin_xmm_reg, __fpu_xmm4: __darwin_xmm_reg, __fpu_xmm5: __darwin_xmm_reg, __fpu_xmm6: __darwin_xmm_reg, __fpu_xmm7: __darwin_xmm_reg, __fpu_xmm8: __darwin_xmm_reg, __fpu_xmm9: __darwin_xmm_reg, __fpu_xmm10: __darwin_xmm_reg, __fpu_xmm11: __darwin_xmm_reg, __fpu_xmm12: __darwin_xmm_reg, __fpu_xmm13: __darwin_xmm_reg, __fpu_xmm14: __darwin_xmm_reg, __fpu_xmm15: __darwin_xmm_reg, __fpu_rsrv4: *Int8, __fpu_reserved1: Int32, __avx_reserved1: *Int8, __fpu_ymmh0: __darwin_xmm_reg, __fpu_ymmh1: __darwin_xmm_reg, __fpu_ymmh2: __darwin_xmm_reg, __fpu_ymmh3: __darwin_xmm_reg, __fpu_ymmh4: __darwin_xmm_reg, __fpu_ymmh5: __darwin_xmm_reg, __fpu_ymmh6: __darwin_xmm_reg, __fpu_ymmh7: __darwin_xmm_reg, __fpu_ymmh8: __darwin_xmm_reg, __fpu_ymmh9: __darwin_xmm_reg, __fpu_ymmh10: __darwin_xmm_reg, __fpu_ymmh11: __darwin_xmm_reg, __fpu_ymmh12: __darwin_xmm_reg, __fpu_ymmh13: __darwin_xmm_reg, __fpu_ymmh14: __darwin_xmm_reg, __fpu_ymmh15: __darwin_xmm_reg) -> __darwin_x86_avx_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:562:2
foreign var __fpu_reserved: *Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:563:2
foreign var __fpu_fcw: __darwin_fp_control
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:564:2
foreign var __fpu_fsw: __darwin_fp_status
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:565:2
foreign var __fpu_ftw: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:566:2
foreign var __fpu_rsrv1: __uint8_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:567:2
foreign var __fpu_fop: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:570:2
foreign var __fpu_ip: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:571:2
foreign var __fpu_cs: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:573:2
foreign var __fpu_rsrv2: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:576:2
foreign var __fpu_dp: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:577:2
foreign var __fpu_ds: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:579:2
foreign var __fpu_rsrv3: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:580:2
foreign var __fpu_mxcsr: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:581:2
foreign var __fpu_mxcsrmask: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:582:2
foreign var __fpu_stmm0: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:583:2
foreign var __fpu_stmm1: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:584:2
foreign var __fpu_stmm2: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:585:2
foreign var __fpu_stmm3: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:586:2
foreign var __fpu_stmm4: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:587:2
foreign var __fpu_stmm5: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:588:2
foreign var __fpu_stmm6: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:589:2
foreign var __fpu_stmm7: __darwin_mmst_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:590:2
foreign var __fpu_xmm0: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:591:2
foreign var __fpu_xmm1: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:592:2
foreign var __fpu_xmm2: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:593:2
foreign var __fpu_xmm3: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:594:2
foreign var __fpu_xmm4: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:595:2
foreign var __fpu_xmm5: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:596:2
foreign var __fpu_xmm6: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:597:2
foreign var __fpu_xmm7: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:598:2
foreign var __fpu_xmm8: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:599:2
foreign var __fpu_xmm9: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:600:2
foreign var __fpu_xmm10: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:601:2
foreign var __fpu_xmm11: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:602:2
foreign var __fpu_xmm12: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:603:2
foreign var __fpu_xmm13: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:604:2
foreign var __fpu_xmm14: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:605:2
foreign var __fpu_xmm15: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:606:2
foreign var __fpu_rsrv4: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:607:2
foreign var __fpu_reserved1: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:608:2
foreign var __avx_reserved1: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:609:2
foreign var __fpu_ymmh0: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:610:2
foreign var __fpu_ymmh1: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:611:2
foreign var __fpu_ymmh2: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:612:2
foreign var __fpu_ymmh3: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:613:2
foreign var __fpu_ymmh4: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:614:2
foreign var __fpu_ymmh5: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:615:2
foreign var __fpu_ymmh6: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:616:2
foreign var __fpu_ymmh7: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:617:2
foreign var __fpu_ymmh8: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:618:2
foreign var __fpu_ymmh9: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:619:2
foreign var __fpu_ymmh10: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:620:2
foreign var __fpu_ymmh11: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:621:2
foreign var __fpu_ymmh12: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:622:2
foreign var __fpu_ymmh13: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:623:2
foreign var __fpu_ymmh14: __darwin_xmm_reg
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:624:2
foreign var __fpu_ymmh15: __darwin_xmm_reg
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:751:1
foreign type __darwin_x86_exception_state64 {
foreign static init(__trapno: __uint16_t, __cpu: __uint16_t, __err: __uint32_t, __faultvaddr: __uint64_t) -> __darwin_x86_exception_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:753:5
foreign var __trapno: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:754:5
foreign var __cpu: __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:755:5
foreign var __err: __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:756:5
foreign var __faultvaddr: __uint64_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:771:1
foreign type __darwin_x86_debug_state64 {
foreign static init(__dr0: __uint64_t, __dr1: __uint64_t, __dr2: __uint64_t, __dr3: __uint64_t, __dr4: __uint64_t, __dr5: __uint64_t, __dr6: __uint64_t, __dr7: __uint64_t) -> __darwin_x86_debug_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:773:2
foreign var __dr0: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:774:2
foreign var __dr1: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:775:2
foreign var __dr2: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:776:2
foreign var __dr3: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:777:2
foreign var __dr4: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:778:2
foreign var __dr5: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:779:2
foreign var __dr6: __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:780:2
foreign var __dr7: __uint64_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:38:1
foreign type __darwin_mcontext32 {
foreign static init(__es: __darwin_i386_exception_state, __ss: __darwin_i386_thread_state, __fs: __darwin_i386_float_state) -> __darwin_mcontext32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:40:2
foreign var __es: __darwin_i386_exception_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:41:2
foreign var __ss: __darwin_i386_thread_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:42:2
foreign var __fs: __darwin_i386_float_state
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:46:1
foreign type __darwin_mcontext_avx32 {
foreign static init(__es: __darwin_i386_exception_state, __ss: __darwin_i386_thread_state, __fs: __darwin_i386_avx_state) -> __darwin_mcontext_avx32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:48:2
foreign var __es: __darwin_i386_exception_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:49:2
foreign var __ss: __darwin_i386_thread_state
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:50:2
foreign var __fs: __darwin_i386_avx_state
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:76:1
foreign type __darwin_mcontext64 {
foreign static init(__es: __darwin_x86_exception_state64, __ss: __darwin_x86_thread_state64, __fs: __darwin_x86_float_state64) -> __darwin_mcontext64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:78:2
foreign var __es: __darwin_x86_exception_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:79:2
foreign var __ss: __darwin_x86_thread_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:80:2
foreign var __fs: __darwin_x86_float_state64
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:84:1
foreign type __darwin_mcontext_avx64 {
foreign static init(__es: __darwin_x86_exception_state64, __ss: __darwin_x86_thread_state64, __fs: __darwin_x86_avx_state64) -> __darwin_mcontext_avx64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:86:2
foreign var __es: __darwin_x86_exception_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:87:2
foreign var __ss: __darwin_x86_thread_state64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:88:2
foreign var __fs: __darwin_x86_avx_state64
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_sigaltstack.h:36:1
foreign type __darwin_sigaltstack {
foreign static init(ss_sp: *Void, ss_size: __darwin_size_t, ss_flags: Int32) -> __darwin_sigaltstack
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_sigaltstack.h:38:2
foreign var ss_sp: *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_sigaltstack.h:39:2
foreign var ss_size: __darwin_size_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_sigaltstack.h:40:2
foreign var ss_flags: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:34:1
foreign type __darwin_ucontext {
foreign static init(uc_onstack: Int32, uc_sigmask: __darwin_sigset_t, uc_stack: __darwin_sigaltstack, uc_link: *__darwin_ucontext, uc_mcsize: __darwin_size_t, uc_mcontext: *__darwin_mcontext64) -> __darwin_ucontext
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:36:2
foreign var uc_onstack: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:37:2
foreign var uc_sigmask: __darwin_sigset_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:38:2
foreign var uc_stack: __darwin_sigaltstack
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:39:2
foreign var uc_link: *__darwin_ucontext
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:40:2
foreign var uc_mcsize: __darwin_size_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:41:2
foreign var uc_mcontext: *__darwin_mcontext64
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:168:1
foreign type sigevent {
foreign static init(sigev_notify: Int32, sigev_signo: Int32, sigev_value: sigval, sigev_notify_function: (sigval) -> Void, sigev_notify_attributes: *pthread_attr_t) -> sigevent
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:169:2
foreign var sigev_notify: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:170:2
foreign var sigev_signo: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:171:2
foreign var sigev_value: sigval
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:172:2
foreign var sigev_notify_function: (sigval) -> Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:173:2
foreign var sigev_notify_attributes: *pthread_attr_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:177:9
foreign type __siginfo {
foreign static init(si_signo: Int32, si_errno: Int32, si_code: Int32, si_pid: pid_t, si_uid: uid_t, si_status: Int32, si_addr: *Void, si_value: sigval, si_band: Int, __pad: *UInt) -> __siginfo
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:178:2
foreign var si_signo: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:179:2
foreign var si_errno: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:180:2
foreign var si_code: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:181:2
foreign var si_pid: pid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:182:2
foreign var si_uid: uid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:183:2
foreign var si_status: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:184:2
foreign var si_addr: *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:185:2
foreign var si_value: sigval
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:186:2
foreign var si_band: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:187:2
foreign var __pad: *UInt
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:276:1
foreign type __sigaction {
foreign static init(__sigaction_u: __sigaction_u, sa_tramp: (*Void, Int32, Int32, *siginfo_t, *Void) -> Void, sa_mask: sigset_t, sa_flags: Int32) -> __sigaction
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:277:2
foreign var __sigaction_u: __sigaction_u
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:278:2
foreign var sa_tramp: (*Void, Int32, Int32, *siginfo_t, *Void) -> Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:279:2
foreign var sa_mask: sigset_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:280:2
foreign var sa_flags: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:286:1
foreign type sigaction {
foreign static init(__sigaction_u: __sigaction_u, sa_mask: sigset_t, sa_flags: Int32) -> sigaction
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:287:2
foreign var __sigaction_u: __sigaction_u
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:288:2
foreign var sa_mask: sigset_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:289:2
foreign var sa_flags: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:348:1
foreign type sigvec {
foreign static init(sv_handler: (Int32) -> Void, sv_mask: Int32, sv_flags: Int32) -> sigvec
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:349:2
foreign var sv_handler: (Int32) -> Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:350:2
foreign var sv_mask: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:351:2
foreign var sv_flags: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:367:1
foreign type sigstack {
foreign static init(ss_sp: *Int8, ss_onstack: Int32) -> sigstack
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:368:2
foreign var ss_sp: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:369:2
foreign var ss_onstack: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timeval.h:30:1
foreign type timeval {
foreign static init(tv_sec: __darwin_time_t, tv_usec: __darwin_suseconds_t) -> timeval
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timeval.h:32:2
foreign var tv_sec: __darwin_time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timeval.h:33:2
foreign var tv_usec: __darwin_suseconds_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:152:1
foreign type rusage {
foreign static init(ru_utime: timeval, ru_stime: timeval, ru_maxrss: Int, ru_ixrss: Int, ru_idrss: Int, ru_isrss: Int, ru_minflt: Int, ru_majflt: Int, ru_nswap: Int, ru_inblock: Int, ru_oublock: Int, ru_msgsnd: Int, ru_msgrcv: Int, ru_nsignals: Int, ru_nvcsw: Int, ru_nivcsw: Int) -> rusage
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:153:2
foreign var ru_utime: timeval
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:154:2
foreign var ru_stime: timeval
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:163:2
foreign var ru_maxrss: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:165:2
foreign var ru_ixrss: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:166:2
foreign var ru_idrss: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:167:2
foreign var ru_isrss: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:168:2
foreign var ru_minflt: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:169:2
foreign var ru_majflt: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:170:2
foreign var ru_nswap: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:171:2
foreign var ru_inblock: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:172:2
foreign var ru_oublock: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:173:2
foreign var ru_msgsnd: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:174:2
foreign var ru_msgrcv: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:175:2
foreign var ru_nsignals: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:176:2
foreign var ru_nvcsw: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:177:2
foreign var ru_nivcsw: Int
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:194:1
foreign type rusage_info_v0 {
foreign static init(ri_uuid: *UInt8, ri_user_time: UInt, ri_system_time: UInt, ri_pkg_idle_wkups: UInt, ri_interrupt_wkups: UInt, ri_pageins: UInt, ri_wired_size: UInt, ri_resident_size: UInt, ri_phys_footprint: UInt, ri_proc_start_abstime: UInt, ri_proc_exit_abstime: UInt) -> rusage_info_v0
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:195:2
foreign var ri_uuid: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:196:2
foreign var ri_user_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:197:2
foreign var ri_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:198:2
foreign var ri_pkg_idle_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:199:2
foreign var ri_interrupt_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:200:2
foreign var ri_pageins: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:201:2
foreign var ri_wired_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:202:2
foreign var ri_resident_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:203:2
foreign var ri_phys_footprint: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:204:2
foreign var ri_proc_start_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:205:2
foreign var ri_proc_exit_abstime: UInt
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:208:1
foreign type rusage_info_v1 {
foreign static init(ri_uuid: *UInt8, ri_user_time: UInt, ri_system_time: UInt, ri_pkg_idle_wkups: UInt, ri_interrupt_wkups: UInt, ri_pageins: UInt, ri_wired_size: UInt, ri_resident_size: UInt, ri_phys_footprint: UInt, ri_proc_start_abstime: UInt, ri_proc_exit_abstime: UInt, ri_child_user_time: UInt, ri_child_system_time: UInt, ri_child_pkg_idle_wkups: UInt, ri_child_interrupt_wkups: UInt, ri_child_pageins: UInt, ri_child_elapsed_abstime: UInt) -> rusage_info_v1
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:209:2
foreign var ri_uuid: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:210:2
foreign var ri_user_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:211:2
foreign var ri_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:212:2
foreign var ri_pkg_idle_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:213:2
foreign var ri_interrupt_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:214:2
foreign var ri_pageins: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:215:2
foreign var ri_wired_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:216:2
foreign var ri_resident_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:217:2
foreign var ri_phys_footprint: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:218:2
foreign var ri_proc_start_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:219:2
foreign var ri_proc_exit_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:220:2
foreign var ri_child_user_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:221:2
foreign var ri_child_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:222:2
foreign var ri_child_pkg_idle_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:223:2
foreign var ri_child_interrupt_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:224:2
foreign var ri_child_pageins: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:225:2
foreign var ri_child_elapsed_abstime: UInt
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:228:1
foreign type rusage_info_v2 {
foreign static init(ri_uuid: *UInt8, ri_user_time: UInt, ri_system_time: UInt, ri_pkg_idle_wkups: UInt, ri_interrupt_wkups: UInt, ri_pageins: UInt, ri_wired_size: UInt, ri_resident_size: UInt, ri_phys_footprint: UInt, ri_proc_start_abstime: UInt, ri_proc_exit_abstime: UInt, ri_child_user_time: UInt, ri_child_system_time: UInt, ri_child_pkg_idle_wkups: UInt, ri_child_interrupt_wkups: UInt, ri_child_pageins: UInt, ri_child_elapsed_abstime: UInt, ri_diskio_bytesread: UInt, ri_diskio_byteswritten: UInt) -> rusage_info_v2
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:229:2
foreign var ri_uuid: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:230:2
foreign var ri_user_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:231:2
foreign var ri_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:232:2
foreign var ri_pkg_idle_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:233:2
foreign var ri_interrupt_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:234:2
foreign var ri_pageins: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:235:2
foreign var ri_wired_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:236:2
foreign var ri_resident_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:237:2
foreign var ri_phys_footprint: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:238:2
foreign var ri_proc_start_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:239:2
foreign var ri_proc_exit_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:240:2
foreign var ri_child_user_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:241:2
foreign var ri_child_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:242:2
foreign var ri_child_pkg_idle_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:243:2
foreign var ri_child_interrupt_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:244:2
foreign var ri_child_pageins: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:245:2
foreign var ri_child_elapsed_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:246:2
foreign var ri_diskio_bytesread: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:247:2
foreign var ri_diskio_byteswritten: UInt
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:250:1
foreign type rusage_info_v3 {
foreign static init(ri_uuid: *UInt8, ri_user_time: UInt, ri_system_time: UInt, ri_pkg_idle_wkups: UInt, ri_interrupt_wkups: UInt, ri_pageins: UInt, ri_wired_size: UInt, ri_resident_size: UInt, ri_phys_footprint: UInt, ri_proc_start_abstime: UInt, ri_proc_exit_abstime: UInt, ri_child_user_time: UInt, ri_child_system_time: UInt, ri_child_pkg_idle_wkups: UInt, ri_child_interrupt_wkups: UInt, ri_child_pageins: UInt, ri_child_elapsed_abstime: UInt, ri_diskio_bytesread: UInt, ri_diskio_byteswritten: UInt, ri_cpu_time_qos_default: UInt, ri_cpu_time_qos_maintenance: UInt, ri_cpu_time_qos_background: UInt, ri_cpu_time_qos_utility: UInt, ri_cpu_time_qos_legacy: UInt, ri_cpu_time_qos_user_initiated: UInt, ri_cpu_time_qos_user_interactive: UInt, ri_billed_system_time: UInt, ri_serviced_system_time: UInt) -> rusage_info_v3
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:251:2
foreign var ri_uuid: *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:252:2
foreign var ri_user_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:253:2
foreign var ri_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:254:2
foreign var ri_pkg_idle_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:255:2
foreign var ri_interrupt_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:256:2
foreign var ri_pageins: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:257:2
foreign var ri_wired_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:258:2
foreign var ri_resident_size: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:259:2
foreign var ri_phys_footprint: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:260:2
foreign var ri_proc_start_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:261:2
foreign var ri_proc_exit_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:262:2
foreign var ri_child_user_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:263:2
foreign var ri_child_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:264:2
foreign var ri_child_pkg_idle_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:265:2
foreign var ri_child_interrupt_wkups: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:266:2
foreign var ri_child_pageins: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:267:2
foreign var ri_child_elapsed_abstime: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:268:2
foreign var ri_diskio_bytesread: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:269:2
foreign var ri_diskio_byteswritten: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:270:2
foreign var ri_cpu_time_qos_default: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:271:2
foreign var ri_cpu_time_qos_maintenance: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:272:2
foreign var ri_cpu_time_qos_background: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:273:2
foreign var ri_cpu_time_qos_utility: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:274:2
foreign var ri_cpu_time_qos_legacy: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:275:2
foreign var ri_cpu_time_qos_user_initiated: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:276:2
foreign var ri_cpu_time_qos_user_interactive: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:277:2
foreign var ri_billed_system_time: UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:278:2
foreign var ri_serviced_system_time: UInt
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:325:1
foreign type rlimit {
foreign static init(rlim_cur: rlim_t, rlim_max: rlim_t) -> rlimit
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:326:2
foreign var rlim_cur: rlim_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:327:2
foreign var rlim_max: rlim_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:353:1
foreign type proc_rlimit_control_wakeupmon {
foreign static init(wm_flags: UInt32, wm_rate: Int32) -> proc_rlimit_control_wakeupmon
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:354:2
foreign var wm_flags: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:355:2
foreign var wm_rate: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:82:9
foreign type div_t {
foreign static init(quot: Int32, rem: Int32) -> div_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:83:2
foreign var quot: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:84:2
foreign var rem: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:87:9
foreign type ldiv_t {
foreign static init(quot: Int, rem: Int) -> ldiv_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:88:2
foreign var quot: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:89:2
foreign var rem: Int
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:93:9
foreign type lldiv_t {
foreign static init(quot: Int, rem: Int) -> lldiv_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:94:2
foreign var quot: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:95:2
foreign var rem: Int
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:332:1
foreign type flock {
foreign static init(l_start: off_t, l_len: off_t, l_pid: pid_t, l_type: Int16, l_whence: Int16) -> flock
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:333:2
foreign var l_start: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:334:2
foreign var l_len: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:335:2
foreign var l_pid: pid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:336:2
foreign var l_type: Int16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:337:2
foreign var l_whence: Int16
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timespec.h:30:1
foreign type timespec {
foreign static init(tv_sec: __darwin_time_t, tv_nsec: Int) -> timespec
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timespec.h:32:2
foreign var tv_sec: __darwin_time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timespec.h:33:2
foreign var tv_nsec: Int
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:347:1
foreign type flocktimeout {
foreign static init(fl: flock, timeout: timespec) -> flocktimeout
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:348:2
foreign var fl: flock
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:349:2
foreign var timeout: timespec
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:360:1
foreign type radvisory {
foreign static init(ra_offset: off_t, ra_count: Int32) -> radvisory
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:361:8
foreign var ra_offset: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:362:8
foreign var ra_count: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:367:9
foreign type fcodeblobs {
foreign static init(f_cd_hash: *Void, f_hash_size: Int, f_cd_buffer: *Void, f_cd_size: Int, f_out_size: *UInt32, f_arch: Int32, __padding: Int32) -> fcodeblobs
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:368:2
foreign var f_cd_hash: *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:369:2
foreign var f_hash_size: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:370:2
foreign var f_cd_buffer: *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:371:2
foreign var f_cd_size: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:372:2
foreign var f_out_size: *UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:373:2
foreign var f_arch: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:374:2
foreign var __padding: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:384:9
foreign type fsignatures {
foreign static init(fs_file_start: off_t, fs_blob_start: *Void, fs_blob_size: Int) -> fsignatures
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:385:2
foreign var fs_file_start: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:386:2
foreign var fs_blob_start: *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:387:2
foreign var fs_blob_size: Int
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:400:9
foreign type fchecklv {
foreign static init(lv_file_start: off_t, lv_error_message_size: Int, lv_error_message: *Void) -> fchecklv
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:401:2
foreign var lv_file_start: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:402:2
foreign var lv_error_message_size: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:403:2
foreign var lv_error_message: *Void
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:416:9
foreign type fstore {
foreign static init(fst_flags: UInt32, fst_posmode: Int32, fst_offset: off_t, fst_length: off_t, fst_bytesalloc: off_t) -> fstore
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:417:2
foreign var fst_flags: UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:418:2
foreign var fst_posmode: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:419:2
foreign var fst_offset: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:420:2
foreign var fst_length: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:421:2
foreign var fst_bytesalloc: off_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:426:9
foreign type fbootstraptransfer {
foreign static init(fbt_offset: off_t, fbt_length: Int, fbt_buffer: *Void) -> fbootstraptransfer
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:427:3
foreign var fbt_offset: off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:428:3
foreign var fbt_length: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:429:3
foreign var fbt_buffer: *Void
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_filesec_t.h:30:1
foreign type _filesec {
foreign static init() -> _filesec
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:653:1
foreign type __float2 {
foreign static init(__sinval: Float, __cosval: Float) -> __float2
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:653:19
foreign var __sinval: Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:653:35
foreign var __cosval: Float
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:654:1
foreign type __double2 {
foreign static init(__sinval: Double, __cosval: Double) -> __double2
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:654:20
foreign var __sinval: Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:654:37
foreign var __cosval: Double
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:764:1
foreign type exception {
foreign static init(type: Int32, name: *Int8, arg1: Double, arg2: Double, retval: Double) -> exception
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:765:5
foreign var type: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:766:5
foreign var name: *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:767:5
foreign var arg1: Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:768:5
foreign var arg2: Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:769:5
foreign var retval: Double
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/sched.h:35:1
foreign type sched_param {
foreign static init(sched_priority: Int32, __opaque: *Int8) -> sched_param
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/sched.h:35:22
foreign var sched_priority: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/sched.h:35:43
foreign var __opaque: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:74:1
foreign type tm {
foreign static init(tm_sec: Int32, tm_min: Int32, tm_hour: Int32, tm_mday: Int32, tm_mon: Int32, tm_year: Int32, tm_wday: Int32, tm_yday: Int32, tm_isdst: Int32, tm_gmtoff: Int, tm_zone: *Int8) -> tm
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:75:2
foreign var tm_sec: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:76:2
foreign var tm_min: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:77:2
foreign var tm_hour: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:78:2
foreign var tm_mday: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:79:2
foreign var tm_mon: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:80:2
foreign var tm_year: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:81:2
foreign var tm_wday: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:82:2
foreign var tm_yday: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:83:2
foreign var tm_isdst: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:84:2
foreign var tm_gmtoff: Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:85:2
foreign var tm_zone: *Int8
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:209:9
foreign type pthread_override_s {
foreign static init() -> pthread_override_s
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_fd_def.h:46:9
foreign type fd_set {
foreign static init(fds_bits: *__int32_t) -> fd_set
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_fd_def.h:47:2
foreign var fds_bits: *__int32_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timeval64.h:31:1
foreign type timeval64 {
foreign static init(tv_sec: __int64_t, tv_usec: __int64_t) -> timeval64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timeval64.h:33:2
foreign var tv_sec: __int64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_timeval64.h:34:2
foreign var tv_usec: __int64_t
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:91:1
foreign type itimerval {
foreign static init(it_interval: timeval, it_value: timeval) -> itimerval
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:92:2
foreign var it_interval: timeval
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:93:2
foreign var it_value: timeval
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:129:1
foreign type timezone {
foreign static init(tz_minuteswest: Int32, tz_dsttime: Int32) -> timezone
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:130:2
foreign var tz_minuteswest: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:131:2
foreign var tz_dsttime: Int32
}
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:172:1
foreign type clockinfo {
foreign static init(hz: Int32, tick: Int32, tickadj: Int32, stathz: Int32, profhz: Int32) -> clockinfo
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:173:2
foreign var hz: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:174:2
foreign var tick: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:175:2
foreign var tickadj: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:176:2
foreign var stathz: Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:177:2
foreign var profhz: Int32
}
type __builtin_va_list = *Void
type __va_list_tag = *Void
type __darwin_pthread_handler_rec = *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:37:1
type __int8_t = Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:41:1
type __uint8_t = UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:42:1
type __int16_t = Int16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:43:1
type __uint16_t = UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:44:1
type __int32_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:45:1
type __uint32_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:46:1
type __int64_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:47:1
type __uint64_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:49:1
type __darwin_intptr_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:50:1
type __darwin_natural_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:70:1
type __darwin_ct_rune_t = Int32
type __mbstate_t = *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:81:1
type __darwin_mbstate_t = __mbstate_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:84:1
type __darwin_ptrdiff_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:92:1
type __darwin_size_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:98:1
type __darwin_va_list = __builtin_va_list
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:104:1
type __darwin_wchar_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:109:1
type __darwin_rune_t = __darwin_wchar_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:112:1
type __darwin_wint_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:117:1
type __darwin_clock_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:118:1
type __darwin_socklen_t = __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:119:1
type __darwin_ssize_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_types.h:120:1
type __darwin_time_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:55:1
type __darwin_blkcnt_t = __int64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:56:1
type __darwin_blksize_t = __int32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:57:1
type __darwin_dev_t = __int32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:58:1
type __darwin_fsblkcnt_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:59:1
type __darwin_fsfilcnt_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:60:1
type __darwin_gid_t = __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:61:1
type __darwin_id_t = __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:62:1
type __darwin_ino64_t = __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:64:1
type __darwin_ino_t = __darwin_ino64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:68:1
type __darwin_mach_port_name_t = __darwin_natural_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:69:1
type __darwin_mach_port_t = __darwin_mach_port_name_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:70:1
type __darwin_mode_t = __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:71:1
type __darwin_off_t = __int64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:72:1
type __darwin_pid_t = __int32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:73:1
type __darwin_sigset_t = __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:74:1
type __darwin_suseconds_t = __int32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:75:1
type __darwin_uid_t = __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:76:1
type __darwin_useconds_t = __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:77:1
type __darwin_uuid_t = *UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types.h:78:1
type __darwin_uuid_string_t = *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:109:1
type __darwin_pthread_attr_t = _opaque_pthread_attr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:110:1
type __darwin_pthread_cond_t = _opaque_pthread_cond_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:111:1
type __darwin_pthread_condattr_t = _opaque_pthread_condattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:112:1
type __darwin_pthread_key_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:113:1
type __darwin_pthread_mutex_t = _opaque_pthread_mutex_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:114:1
type __darwin_pthread_mutexattr_t = _opaque_pthread_mutexattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:115:1
type __darwin_pthread_once_t = _opaque_pthread_once_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:116:1
type __darwin_pthread_rwlock_t = _opaque_pthread_rwlock_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:117:1
type __darwin_pthread_rwlockattr_t = _opaque_pthread_rwlockattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_types.h:118:1
type __darwin_pthread_t = *_opaque_pthread_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/_types.h:39:1
type __darwin_nl_item = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/_types.h:40:1
type __darwin_wctrans_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/_types.h:42:1
type __darwin_wctype_t = __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_va_list.h:31:1
type va_list = __darwin_va_list
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:77:1
type fpos_t = __darwin_off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:122:1
type FILE = __sFILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_off_t.h:30:1
type off_t = __darwin_off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:29:1
type int_least8_t = Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:30:1
type int_least16_t = Int16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:31:1
type int_least32_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:32:1
type int_least64_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:33:1
type uint_least8_t = UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:34:1
type uint_least16_t = UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:35:1
type uint_least32_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:36:1
type uint_least64_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:40:1
type int_fast8_t = Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:41:1
type int_fast16_t = Int16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:42:1
type int_fast32_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:43:1
type int_fast64_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:44:1
type uint_fast8_t = UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:45:1
type uint_fast16_t = UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:46:1
type uint_fast32_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdint.h:47:1
type uint_fast64_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_intptr_t.h:30:1
type intptr_t = __darwin_intptr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_uintptr_t.h:30:1
type uintptr_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/_types/_intmax_t.h:32:1
type intmax_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/_types/_uintmax_t.h:32:1
type uintmax_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:79:1
type idtype_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_pid_t.h:30:1
type pid_t = __darwin_pid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_id_t.h:30:1
type id_t = __darwin_id_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/signal.h:39:1
type sig_atomic_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:114:1
type __darwin_fp_control_t = __darwin_fp_control
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/mach/i386/_structs.h:164:1
type __darwin_fp_status_t = __darwin_fp_status
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/_mcontext.h:115:1
type mcontext_t = *__darwin_mcontext64
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:30:1
type pthread_attr_t = __darwin_pthread_attr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_sigaltstack.h:42:1
type stack_t = __darwin_sigaltstack
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ucontext.h:48:1
type ucontext_t = __darwin_ucontext
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_sigset_t.h:30:1
type sigset_t = __darwin_sigset_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_uid_t.h:30:1
type uid_t = __darwin_uid_t
type sigval = *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:177:1
type siginfo_t = __siginfo
type __sigaction_u = (Int32) -> Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:331:1
type sig_t = (Int32) -> Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:89:1
type rlim_t = __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:192:1
type rusage_info_t = *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:281:1
type rusage_info_current = rusage_info_v3
type wait = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ct_rune_t.h:31:1
type ct_rune_t = __darwin_ct_rune_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_rune_t.h:30:1
type rune_t = __darwin_rune_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_wchar_t.h:33:1
type wchar_t = __darwin_wchar_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_u_int8_t.h:30:1
type u_int8_t = UInt8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_u_int16_t.h:30:1
type u_int16_t = UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_u_int32_t.h:30:1
type u_int32_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_u_int64_t.h:30:1
type u_int64_t = UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:87:1
type register_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:97:1
type user_addr_t = u_int64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:98:1
type user_size_t = u_int64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:99:1
type user_ssize_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:100:1
type user_long_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:101:1
type user_ulong_t = u_int64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:102:1
type user_time_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:103:1
type user_off_t = Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/i386/types.h:111:1
type syscall_arg_t = u_int64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_dev_t.h:30:1
type dev_t = __darwin_dev_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_mode_t.h:30:1
type mode_t = __darwin_mode_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:367:1
type fcodeblobs_t = fcodeblobs
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:384:1
type fsignatures_t = fsignatures
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:400:1
type fchecklv_t = fchecklv
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:416:1
type fstore_t = fstore
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:426:1
type fbootstraptransfer_t = fbootstraptransfer
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_filesec_t.h:31:1
type filesec_t = *_filesec
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:479:1
type filesec_property_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_ptrdiff_t.h:31:1
type ptrdiff_t = __darwin_ptrdiff_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_wint_t.h:31:1
type wint_t = __darwin_wint_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stddef.h:87:1
type max_align_t = Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:44:5
type float_t = Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:45:5
type double_t = Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_errno_t.h:30:1
type errno_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_clock_t.h:30:1
type clock_t = __darwin_clock_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_time_t.h:30:1
type time_t = __darwin_time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:152:1
type clockid_t = Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:30:1
type pthread_cond_t = __darwin_pthread_cond_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:30:1
type pthread_condattr_t = __darwin_pthread_condattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_key_t.h:30:1
type pthread_key_t = __darwin_pthread_key_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:30:1
type pthread_mutex_t = __darwin_pthread_mutex_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:30:1
type pthread_mutexattr_t = __darwin_pthread_mutexattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_once_t.h:30:1
type pthread_once_t = __darwin_pthread_once_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:30:1
type pthread_rwlock_t = __darwin_pthread_rwlock_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:30:1
type pthread_rwlockattr_t = __darwin_pthread_rwlockattr_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_pthread/_pthread_t.h:30:1
type pthread_t = __darwin_pthread_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:128:1
type qos_class_t = UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:209:1
type pthread_override_t = *pthread_override_s
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_mach_port_t.h:49:1
type mach_port_t = __darwin_mach_port_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_suseconds_t.h:30:1
type suseconds_t = __darwin_suseconds_t
foreign noreturn func trill_fatalError(_ : *Int8)
foreign func malloc(_ : Int) -> *Void
foreign func calloc(_ : Int, _ : Int) -> *Void
foreign func realloc(_ : *Void, _ : Int) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/stdio.h:39:1
foreign func renameat(_ : Int32, _ : *Int8, _ : Int32, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/stdio.h:46:1
foreign func renamex_np(_ : *Int8, _ : *Int8, _ : UInt32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/stdio.h:47:1
foreign func renameatx_np(_ : Int32, _ : *Int8, _ : Int32, _ : *Int8, _ : UInt32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:231:1
foreign func clearerr(_ : *FILE)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:232:1
foreign func fclose(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:233:1
foreign func feof(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:234:1
foreign func ferror(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:235:1
foreign func fflush(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:236:1
foreign func fgetc(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:237:1
foreign func fgetpos(_ : *FILE, _ : *fpos_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:238:1
foreign func fgets(_ : *Int8, _ : Int32, _ : *FILE) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:242:1
foreign func fopen(_ : *Int8, _ : *Int8) -> *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:244:1
foreign func fprintf(_ : *FILE, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:245:1
foreign func fputc(_ : Int32, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:246:1
foreign func fputs(_ : *Int8, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:247:1
foreign func fread(_ : *Void, _ : Int, _ : Int, _ : *FILE) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:248:1
foreign func freopen(_ : *Int8, _ : *Int8, _ : *FILE) -> *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:250:1
foreign func fscanf(_ : *FILE, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:251:1
foreign func fseek(_ : *FILE, _ : Int, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:252:1
foreign func fsetpos(_ : *FILE, _ : *fpos_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:253:1
foreign func ftell(_ : *FILE) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:254:1
foreign func fwrite(_ : *Void, _ : Int, _ : Int, _ : *FILE) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:255:1
foreign func getc(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:256:1
foreign func getchar() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:257:1
foreign func gets(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:258:1
foreign func perror(_ : *Int8)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:259:1
foreign func printf(_ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:260:1
foreign func putc(_ : Int32, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:261:1
foreign func putchar(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:262:1
foreign func puts(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:263:1
foreign func remove(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:264:1
foreign func rename(_ : *Int8, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:265:1
foreign func rewind(_ : *FILE)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:266:1
foreign func scanf(_ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:267:1
foreign func setbuf(_ : *FILE, _ : *Int8)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:268:1
foreign func setvbuf(_ : *FILE, _ : *Int8, _ : Int32, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:269:1
foreign func sprintf(_ : *Int8, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:270:1
foreign func sscanf(_ : *Int8, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:271:1
foreign func tmpfile() -> *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:275:1
foreign func tmpnam(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:278:1
foreign func ungetc(_ : Int32, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:279:1
foreign func vfprintf(_ : *FILE, _ : *Int8, _ : va_list) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:280:1
foreign func vprintf(_ : *Int8, _ : *__va_list_tag) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:281:1
foreign func vsprintf(_ : *Int8, _ : *Int8, _ : *__va_list_tag) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:297:1
foreign func ctermid(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:303:1
foreign func fdopen(_ : Int32, _ : *Int8) -> *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:305:1
foreign func fileno(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:321:1
foreign func pclose(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:325:1
foreign func popen(_ : *Int8, _ : *Int8) -> *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:342:1
foreign func __srget(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:343:1
foreign func __svfscanf(_ : *FILE, _ : *Int8, _ : va_list) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:344:1
foreign func __swbuf(_ : Int32, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:353:1
foreign func __sputc(_ : Int32, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:379:1
foreign func flockfile(_ : *FILE)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:380:1
foreign func ftrylockfile(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:381:1
foreign func funlockfile(_ : *FILE)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:382:1
foreign func getc_unlocked(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:383:1
foreign func getchar_unlocked() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:384:1
foreign func putc_unlocked(_ : Int32, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:385:1
foreign func putchar_unlocked(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:389:1
foreign func getw(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:390:1
foreign func putw(_ : Int32, _ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:395:1
foreign func tempnam(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:420:1
foreign func fseeko(_ : *FILE, _ : off_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:421:1
foreign func ftello(_ : *FILE) -> off_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:427:1
foreign func snprintf(_ : *Int8, _ : UInt, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:428:1
foreign func vfscanf(_ : *FILE, _ : *Int8, _ : *__va_list_tag) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:429:1
foreign func vscanf(_ : *Int8, _ : *__va_list_tag) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:430:1
foreign func vsnprintf(_ : *Int8, _ : UInt, _ : *Int8, _ : *__va_list_tag) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:431:1
foreign func vsscanf(_ : *Int8, _ : *Int8, _ : *__va_list_tag) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:445:1
foreign func dprintf(_ : Int32, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:446:1
foreign func vdprintf(_ : Int32, _ : *Int8, _ : va_list) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:447:1
foreign func getdelim(_ : **Int8, _ : *Int, _ : Int32, _ : *FILE) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:448:1
foreign func getline(_ : **Int8, _ : *Int, _ : *FILE) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:461:1
foreign func asprintf(_ : **Int8, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:462:1
foreign func ctermid_r(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:463:1
foreign func fgetln(_ : *FILE, _ : *Int) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:464:1
foreign func fmtcheck(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:465:1
foreign func fpurge(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:466:1
foreign func setbuffer(_ : *FILE, _ : *Int8, _ : Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:467:1
foreign func setlinebuf(_ : *FILE) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:468:1
foreign func vasprintf(_ : **Int8, _ : *Int8, _ : va_list) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:469:1
foreign func zopen(_ : *Int8, _ : *Int8, _ : Int32) -> *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:475:1
foreign func funopen(_ : *Void, _ : (*Void, *Int8, Int32) -> Int32, _ : (*Void, *Int8, Int32) -> Int32, _ : (*Void, fpos_t, Int32) -> fpos_t, _ : (*Void) -> Int32) -> *FILE
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_stdio.h:42:1
foreign func __sprintf_chk(_ : *Int8, _ : Int32, _ : Int, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_stdio.h:52:1
foreign func __snprintf_chk(_ : *Int8, _ : Int, _ : Int32, _ : Int, _ : *Int8, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_stdio.h:61:1
foreign func __vsprintf_chk(_ : *Int8, _ : Int32, _ : Int, _ : *Int8, _ : va_list) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_stdio.h:70:1
foreign func __vsnprintf_chk(_ : *Int8, _ : Int, _ : Int32, _ : Int, _ : *Int8, _ : va_list) -> Int32
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/demangle.h:20:1
foreign func trill_demangle(_ : *Int8) -> *Int8
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:44:1
foreign func trill_getTypeName(_ : *Void) -> *Int8
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:54:1
foreign func trill_getTypeSizeInBits(_ : *Void) -> UInt
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:65:1
foreign func trill_isReferenceType(_ : *Void) -> UInt8
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:75:1
foreign func trill_getNumFields(_ : *Void) -> UInt
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:89:1
foreign func trill_getFieldMetadata(_ : *Void, _ : UInt) -> *Void
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:99:1
foreign func trill_getFieldName(_ : *Void) -> *Int8
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:108:1
foreign func trill_getFieldType(_ : *Void) -> *Void
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:117:1
foreign func trill_getFieldOffset(_ : *Void) -> Int
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:134:1
foreign func trill_allocateAny(_ : *Void) -> Any
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:147:1
foreign func trill_copyAny(_ : Any) -> Any
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:163:1
foreign func trill_getAnyFieldValuePtr(_ : Any, _ : UInt) -> *Void
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:178:1
foreign func trill_extractAnyField(_ : Any, _ : UInt) -> Any
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:188:1
foreign func trill_updateAny(_ : Any, _ : UInt, _ : Any)
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:200:1
foreign func trill_getAnyValuePtr(_ : Any) -> *Void
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:209:1
foreign func trill_getAnyTypeMetadata(_ : Any) -> *Void
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:220:1
foreign func trill_checkTypes(_ : Any, _ : *Void) -> UInt8
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:237:1
foreign func trill_checkedCast(_ : Any, _ : *Void) -> *Void
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/metadata.h:252:1
foreign func trill_anyIsNil(_ : Any) -> UInt8
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/runtime.h:27:1
foreign func trill_init()
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/runtime.h:29:1
foreign func trill_once(_ : *UInt, _ : () -> Void)
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/runtime.h:31:1
foreign func trill_printStackTrace()
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/runtime.h:33:1
foreign func trill_alloc(_ : Int) -> *Void
// /Users/harlan/Library/Developer/Xcode/DerivedData/trill-gunwwirznkpdlkcmbvpewmzbjxip/Build/Products/Debug/trillRuntime.framework/Headers/runtime.h:37:1
foreign func trill_registerDeinitializer(_ : *Void, _ : (*Void) -> Void)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/signal.h:390:1
foreign func signal(_ : Int32, _ : (Int32) -> Void) -> (Int32) -> Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:385:1
foreign func getpriority(_ : Int32, _ : id_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:387:1
foreign func getiopolicy_np(_ : Int32, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:389:1
foreign func getrlimit(_ : Int32, _ : *rlimit) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:390:1
foreign func getrusage(_ : Int32, _ : *rusage) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:391:1
foreign func setpriority(_ : Int32, _ : id_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:393:1
foreign func setiopolicy_np(_ : Int32, _ : Int32, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/resource.h:395:1
foreign func setrlimit(_ : Int32, _ : *rlimit) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libkern/i386/_OSByteOrder.h:44:1
foreign func _OSSwapInt16(_ : __uint16_t) -> __uint16_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libkern/i386/_OSByteOrder.h:53:1
foreign func _OSSwapInt32(_ : __uint32_t) -> __uint32_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libkern/i386/_OSByteOrder.h:68:1
foreign func _OSSwapInt64(_ : __uint64_t) -> __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:248:1
foreign func wait(_ : *Int32) -> pid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:249:1
foreign func waitpid(_ : pid_t, _ : *Int32, _ : Int32) -> pid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:251:1
foreign func waitid(_ : idtype_t, _ : id_t, _ : *siginfo_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:254:1
foreign func wait3(_ : *Int32, _ : Int32, _ : *rusage) -> pid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/wait.h:255:1
foreign func wait4(_ : pid_t, _ : *Int32, _ : Int32, _ : *rusage) -> pid_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/alloca.h:32:1
foreign func alloca(_ : UInt) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:128:1
foreign noreturn func abort()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:129:1
foreign func abs(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:130:1
foreign func atexit(_ : () -> Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:131:1
foreign func atof(_ : *Int8) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:132:1
foreign func atoi(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:133:1
foreign func atol(_ : *Int8) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:135:1
foreign func atoll(_ : *Int8) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:138:1
foreign func bsearch(_ : *Void, _ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:141:1
foreign func div(_ : Int32, _ : Int32) -> div_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:142:1
foreign noreturn func exit(_ : Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:143:1
foreign func free(_ : *Void)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:144:1
foreign func getenv(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:145:1
foreign func labs(_ : Int) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:146:1
foreign func ldiv(_ : Int, _ : Int) -> ldiv_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:148:1
foreign func llabs(_ : Int) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:150:1
foreign func lldiv(_ : Int, _ : Int) -> lldiv_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:153:1
foreign func mblen(_ : *Int8, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:154:1
foreign func mbstowcs(_ : *wchar_t, _ : *Int8, _ : Int) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:155:1
foreign func mbtowc(_ : *wchar_t, _ : *Int8, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:156:1
foreign func posix_memalign(_ : **Void, _ : Int, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:157:1
foreign func qsort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:159:1
foreign func rand() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:161:1
foreign func srand(_ : UInt32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:162:1
foreign func strtod(_ : *Int8, _ : **Int8) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:163:1
foreign func strtof(_ : *Int8, _ : **Int8) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:164:1
foreign func strtol(_ : *Int8, _ : **Int8, _ : Int32) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:165:1
foreign func strtold(_ : *Int8, _ : **Int8) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:168:1
foreign func strtoll(_ : *Int8, _ : **Int8, _ : Int32) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:171:1
foreign func strtoul(_ : *Int8, _ : **Int8, _ : Int32) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:174:1
foreign func strtoull(_ : *Int8, _ : **Int8, _ : Int32) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:185:1
foreign func system(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:191:1
foreign func wcstombs(_ : *Int8, _ : *wchar_t, _ : Int) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:192:1
foreign func wctomb(_ : *Int8, _ : wchar_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:195:1
foreign noreturn func _Exit(_ : Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:196:1
foreign func a64l(_ : *Int8) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:197:1
foreign func drand48() -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:198:1
foreign func ecvt(_ : Double, _ : Int32, _ : *Int32, _ : *Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:199:1
foreign func erand48(_ : *UInt16) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:200:1
foreign func fcvt(_ : Double, _ : Int32, _ : *Int32, _ : *Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:201:1
foreign func gcvt(_ : Double, _ : Int32, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:202:1
foreign func getsubopt(_ : **Int8, _ : **Int8, _ : **Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:203:1
foreign func grantpt(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:205:1
foreign func initstate(_ : UInt32, _ : *Int8, _ : Int) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:209:1
foreign func jrand48(_ : *UInt16) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:210:1
foreign func l64a(_ : Int) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:211:1
foreign func lcong48(_ : *UInt16)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:212:1
foreign func lrand48() -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:213:1
foreign func mktemp(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:214:1
foreign func mkstemp(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:215:1
foreign func mrand48() -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:216:1
foreign func nrand48(_ : *UInt16) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:217:1
foreign func posix_openpt(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:218:1
foreign func ptsname(_ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:219:1
foreign func putenv(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:220:1
foreign func random() -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:221:1
foreign func rand_r(_ : *UInt32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:223:1
foreign func realpath(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:227:1
foreign func seed48(_ : *UInt16) -> *UInt16
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:229:1
foreign func setenv(_ : *Int8, _ : *Int8, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:231:1
foreign func setkey(_ : *Int8)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:235:1
foreign func setstate(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:236:1
foreign func srand48(_ : Int)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:238:1
foreign func srandom(_ : UInt32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:242:1
foreign func unlockpt(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:244:1
foreign func unsetenv(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:257:1
foreign func arc4random() -> UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:258:1
foreign func arc4random_addrandom(_ : *UInt8, _ : Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:263:1
foreign func arc4random_buf(_ : *Void, _ : Int)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:264:1
foreign func arc4random_stir()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:265:1
foreign func arc4random_uniform(_ : UInt32) -> UInt32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:268:1
foreign func atexit_b(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:269:1
foreign func bsearch_b(_ : *Void, _ : *Void, _ : Int, _ : Int, _ : *Int8) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:274:1
foreign func cgetcap(_ : *Int8, _ : *Int8, _ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:275:1
foreign func cgetclose() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:276:1
foreign func cgetent(_ : **Int8, _ : **Int8, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:277:1
foreign func cgetfirst(_ : **Int8, _ : **Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:278:1
foreign func cgetmatch(_ : *Int8, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:279:1
foreign func cgetnext(_ : **Int8, _ : **Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:280:1
foreign func cgetnum(_ : *Int8, _ : *Int8, _ : *Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:281:1
foreign func cgetset(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:282:1
foreign func cgetstr(_ : *Int8, _ : *Int8, _ : **Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:283:1
foreign func cgetustr(_ : *Int8, _ : *Int8, _ : **Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:285:1
foreign func daemon(_ : Int32, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:286:1
foreign func devname(_ : dev_t, _ : mode_t) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:287:1
foreign func devname_r(_ : dev_t, _ : mode_t, _ : *Int8, _ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:288:1
foreign func getbsize(_ : *Int32, _ : *Int) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:289:1
foreign func getloadavg(_ : *Double, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:290:1
foreign func getprogname() -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:293:1
foreign func heapsort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:296:1
foreign func heapsort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:299:1
foreign func mergesort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:302:1
foreign func mergesort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:305:1
foreign func psort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:308:1
foreign func psort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:311:1
foreign func psort_r(_ : *Void, _ : Int, _ : Int, _ : *Void, _ : (*Void, *Void, *Void) -> Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:314:1
foreign func qsort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:317:1
foreign func qsort_r(_ : *Void, _ : Int, _ : Int, _ : *Void, _ : (*Void, *Void, *Void) -> Int32)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:319:1
foreign func radixsort(_ : **UInt8, _ : Int32, _ : *UInt8, _ : UInt32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:321:1
foreign func setprogname(_ : *Int8)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:322:1
foreign func sradixsort(_ : **UInt8, _ : Int32, _ : *UInt8, _ : UInt32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:324:1
foreign func sranddev()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:325:1
foreign func srandomdev()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:326:1
foreign func reallocf(_ : *Void, _ : Int) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:328:1
foreign func strtoq(_ : *Int8, _ : **Int8, _ : Int32) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:330:1
foreign func strtouq(_ : *Int8, _ : **Int8, _ : Int32) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/stdlib.h:334:1
foreign func valloc(_ : Int) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:497:1
foreign func open(_ : *Int8, _ : Int32, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:499:1
foreign func openat(_ : Int32, _ : *Int8, _ : Int32, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:501:1
foreign func creat(_ : *Int8, _ : mode_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:502:1
foreign func fcntl(_ : Int32, _ : Int32, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:505:1
foreign func openx_np(_ : *Int8, _ : Int32, _ : filesec_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:510:1
foreign func open_dprotected_np(_ : *Int8, _ : Int32, _ : Int32, _ : Int32, _: ...) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:511:1
foreign func flock(_ : Int32, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:512:1
foreign func filesec_init() -> filesec_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:513:1
foreign func filesec_dup(_ : filesec_t) -> filesec_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:514:1
foreign func filesec_free(_ : filesec_t)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:515:1
foreign func filesec_get_property(_ : filesec_t, _ : filesec_property_t, _ : *Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:516:1
foreign func filesec_query_property(_ : filesec_t, _ : filesec_property_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:517:1
foreign func filesec_set_property(_ : filesec_t, _ : filesec_property_t, _ : *Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/fcntl.h:518:1
foreign func filesec_unset_property(_ : filesec_t, _ : filesec_property_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:111:1
foreign func __math_errhandling() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:144:1
foreign func __fpclassifyf(_ : Float) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:145:1
foreign func __fpclassifyd(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:146:1
foreign func __fpclassifyl(_ : Float80) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:188:1
foreign func __inline_isfinitef(_ : Float) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:189:1
foreign func __inline_isfinited(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:190:1
foreign func __inline_isfinitel(_ : Float80) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:191:1
foreign func __inline_isinff(_ : Float) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:192:1
foreign func __inline_isinfd(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:193:1
foreign func __inline_isinfl(_ : Float80) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:194:1
foreign func __inline_isnanf(_ : Float) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:195:1
foreign func __inline_isnand(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:196:1
foreign func __inline_isnanl(_ : Float80) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:197:1
foreign func __inline_isnormalf(_ : Float) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:198:1
foreign func __inline_isnormald(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:199:1
foreign func __inline_isnormall(_ : Float80) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:200:1
foreign func __inline_signbitf(_ : Float) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:201:1
foreign func __inline_signbitd(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:202:1
foreign func __inline_signbitl(_ : Float80) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:322:1
foreign func acosf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:323:1
foreign func acos(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:324:1
foreign func acosl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:326:1
foreign func asinf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:327:1
foreign func asin(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:328:1
foreign func asinl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:330:1
foreign func atanf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:331:1
foreign func atan(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:332:1
foreign func atanl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:334:1
foreign func atan2f(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:335:1
foreign func atan2(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:336:1
foreign func atan2l(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:338:1
foreign func cosf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:339:1
foreign func cos(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:340:1
foreign func cosl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:342:1
foreign func sinf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:343:1
foreign func sin(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:344:1
foreign func sinl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:346:1
foreign func tanf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:347:1
foreign func tan(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:348:1
foreign func tanl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:350:1
foreign func acoshf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:351:1
foreign func acosh(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:352:1
foreign func acoshl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:354:1
foreign func asinhf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:355:1
foreign func asinh(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:356:1
foreign func asinhl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:358:1
foreign func atanhf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:359:1
foreign func atanh(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:360:1
foreign func atanhl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:362:1
foreign func coshf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:363:1
foreign func cosh(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:364:1
foreign func coshl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:366:1
foreign func sinhf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:367:1
foreign func sinh(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:368:1
foreign func sinhl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:370:1
foreign func tanhf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:371:1
foreign func tanh(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:372:1
foreign func tanhl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:374:1
foreign func expf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:375:1
foreign func exp(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:376:1
foreign func expl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:378:1
foreign func exp2f(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:379:1
foreign func exp2(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:380:1
foreign func exp2l(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:382:1
foreign func expm1f(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:383:1
foreign func expm1(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:384:1
foreign func expm1l(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:386:1
foreign func logf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:387:1
foreign func log(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:388:1
foreign func logl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:390:1
foreign func log10f(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:391:1
foreign func log10(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:392:1
foreign func log10l(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:394:1
foreign func log2f(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:395:1
foreign func log2(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:396:1
foreign func log2l(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:398:1
foreign func log1pf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:399:1
foreign func log1p(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:400:1
foreign func log1pl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:402:1
foreign func logbf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:403:1
foreign func logb(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:404:1
foreign func logbl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:406:1
foreign func modff(_ : Float, _ : *Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:407:1
foreign func modf(_ : Double, _ : *Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:408:1
foreign func modfl(_ : Float80, _ : *Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:410:1
foreign func ldexpf(_ : Float, _ : Int32) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:411:1
foreign func ldexp(_ : Double, _ : Int32) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:412:1
foreign func ldexpl(_ : Float80, _ : Int32) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:414:1
foreign func frexpf(_ : Float, _ : *Int32) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:415:1
foreign func frexp(_ : Double, _ : *Int32) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:416:1
foreign func frexpl(_ : Float80, _ : *Int32) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:418:1
foreign func ilogbf(_ : Float) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:419:1
foreign func ilogb(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:420:1
foreign func ilogbl(_ : Float80) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:422:1
foreign func scalbnf(_ : Float, _ : Int32) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:423:1
foreign func scalbn(_ : Double, _ : Int32) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:424:1
foreign func scalbnl(_ : Float80, _ : Int32) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:426:1
foreign func scalblnf(_ : Float, _ : Int) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:427:1
foreign func scalbln(_ : Double, _ : Int) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:428:1
foreign func scalblnl(_ : Float80, _ : Int) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:430:1
foreign func fabsf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:431:1
foreign func fabs(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:432:1
foreign func fabsl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:434:1
foreign func cbrtf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:435:1
foreign func cbrt(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:436:1
foreign func cbrtl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:438:1
foreign func hypotf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:439:1
foreign func hypot(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:440:1
foreign func hypotl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:442:1
foreign func powf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:443:1
foreign func pow(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:444:1
foreign func powl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:446:1
foreign func sqrtf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:447:1
foreign func sqrt(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:448:1
foreign func sqrtl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:450:1
foreign func erff(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:451:1
foreign func erf(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:452:1
foreign func erfl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:454:1
foreign func erfcf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:455:1
foreign func erfc(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:456:1
foreign func erfcl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:461:1
foreign func lgammaf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:462:1
foreign func lgamma(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:463:1
foreign func lgammal(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:465:1
foreign func tgammaf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:466:1
foreign func tgamma(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:467:1
foreign func tgammal(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:469:1
foreign func ceilf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:470:1
foreign func ceil(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:471:1
foreign func ceill(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:473:1
foreign func floorf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:474:1
foreign func floor(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:475:1
foreign func floorl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:477:1
foreign func nearbyintf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:478:1
foreign func nearbyint(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:479:1
foreign func nearbyintl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:481:1
foreign func rintf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:482:1
foreign func rint(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:483:1
foreign func rintl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:485:1
foreign func lrintf(_ : Float) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:486:1
foreign func lrint(_ : Double) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:487:1
foreign func lrintl(_ : Float80) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:489:1
foreign func roundf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:490:1
foreign func round(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:491:1
foreign func roundl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:493:1
foreign func lroundf(_ : Float) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:494:1
foreign func lround(_ : Double) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:495:1
foreign func lroundl(_ : Float80) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:500:1
foreign func llrintf(_ : Float) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:501:1
foreign func llrint(_ : Double) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:502:1
foreign func llrintl(_ : Float80) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:504:1
foreign func llroundf(_ : Float) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:505:1
foreign func llround(_ : Double) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:506:1
foreign func llroundl(_ : Float80) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:509:1
foreign func truncf(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:510:1
foreign func trunc(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:511:1
foreign func truncl(_ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:513:1
foreign func fmodf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:514:1
foreign func fmod(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:515:1
foreign func fmodl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:517:1
foreign func remainderf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:518:1
foreign func remainder(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:519:1
foreign func remainderl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:521:1
foreign func remquof(_ : Float, _ : Float, _ : *Int32) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:522:1
foreign func remquo(_ : Double, _ : Double, _ : *Int32) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:523:1
foreign func remquol(_ : Float80, _ : Float80, _ : *Int32) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:525:1
foreign func copysignf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:526:1
foreign func copysign(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:527:1
foreign func copysignl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:529:1
foreign func nanf(_ : *Int8) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:530:1
foreign func nan(_ : *Int8) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:531:1
foreign func nanl(_ : *Int8) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:533:1
foreign func nextafterf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:534:1
foreign func nextafter(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:535:1
foreign func nextafterl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:537:1
foreign func nexttoward(_ : Double, _ : Float80) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:538:1
foreign func nexttowardf(_ : Float, _ : Float80) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:539:1
foreign func nexttowardl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:541:1
foreign func fdimf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:542:1
foreign func fdim(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:543:1
foreign func fdiml(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:545:1
foreign func fmaxf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:546:1
foreign func fmax(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:547:1
foreign func fmaxl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:549:1
foreign func fminf(_ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:550:1
foreign func fmin(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:551:1
foreign func fminl(_ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:553:1
foreign func fmaf(_ : Float, _ : Float, _ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:554:1
foreign func fma(_ : Double, _ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:555:1
foreign func fmal(_ : Float80, _ : Float80, _ : Float80) -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:565:1
foreign func __inff() -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:566:1
foreign func __inf() -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:567:1
foreign func __infl() -> Float80
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:569:1
foreign func __nan() -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:597:1
foreign func __exp10f(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:598:1
foreign func __exp10(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:604:1
foreign func __sincosf(_ : Float, _ : *Float, _ : *Float)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:605:1
foreign func __sincos(_ : Double, _ : *Double, _ : *Double)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:614:1
foreign func __cospif(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:615:1
foreign func __cospi(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:616:1
foreign func __sinpif(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:617:1
foreign func __sinpi(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:618:1
foreign func __tanpif(_ : Float) -> Float
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:619:1
foreign func __tanpi(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:645:1
foreign func __sincospif(_ : Float, _ : *Float, _ : *Float)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:646:1
foreign func __sincospi(_ : Double, _ : *Double, _ : *Double)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:656:1
foreign func __sincosf_stret(_ : Float) -> __float2
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:657:1
foreign func __sincos_stret(_ : Double) -> __double2
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:658:1
foreign func __sincospif_stret(_ : Float) -> __float2
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:659:1
foreign func __sincospi_stret(_ : Double) -> __double2
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:687:1
foreign func j0(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:688:1
foreign func j1(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:689:1
foreign func jn(_ : Int32, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:690:1
foreign func y0(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:691:1
foreign func y1(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:692:1
foreign func yn(_ : Int32, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:693:1
foreign func scalb(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:751:1
foreign func rinttol(_ : Double) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:753:1
foreign func roundtol(_ : Double) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:755:1
foreign func drem(_ : Double, _ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:757:1
foreign func finite(_ : Double) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:759:1
foreign func gamma(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:761:1
foreign func significand(_ : Double) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:772:1
foreign func matherr(_ : *exception) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:70:1
foreign func memchr(_ : *Void, _ : Int32, _ : UInt) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:71:1
foreign func memcmp(_ : *Void, _ : *Void, _ : UInt) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:72:1
foreign func memcpy(_ : *Void, _ : *Void, _ : UInt) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:73:1
foreign func memmove(_ : *Void, _ : *Void, _ : UInt) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:74:1
foreign func memset(_ : *Void, _ : Int32, _ : UInt) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:75:1
foreign func strcat(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:76:1
foreign func strchr(_ : *Int8, _ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:77:1
foreign func strcmp(_ : *Int8, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:78:1
foreign func strcoll(_ : *Int8, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:79:1
foreign func strcpy(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:80:1
foreign func strcspn(_ : *Int8, _ : *Int8) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:81:1
foreign func strerror(_ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:82:1
foreign func strlen(_ : *Int8) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:83:1
foreign func strncat(_ : *Int8, _ : *Int8, _ : UInt) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:84:1
foreign func strncmp(_ : *Int8, _ : *Int8, _ : UInt) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:85:1
foreign func strncpy(_ : *Int8, _ : *Int8, _ : UInt) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:86:1
foreign func strpbrk(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:87:1
foreign func strrchr(_ : *Int8, _ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:88:1
foreign func strspn(_ : *Int8, _ : *Int8) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:89:1
foreign func strstr(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:90:1
foreign func strtok(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:91:1
foreign func strxfrm(_ : *Int8, _ : *Int8, _ : UInt) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:104:1
foreign func strtok_r(_ : *Int8, _ : *Int8, _ : **Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:116:1
foreign func strerror_r(_ : Int32, _ : *Int8, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:117:1
foreign func strdup(_ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:118:1
foreign func memccpy(_ : *Void, _ : *Void, _ : Int32, _ : Int) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:130:1
foreign func stpcpy(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:131:1
foreign func stpncpy(_ : *Int8, _ : *Int8, _ : UInt) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:132:1
foreign func strndup(_ : *Int8, _ : UInt) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:133:1
foreign func strnlen(_ : *Int8, _ : Int) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:134:1
foreign func strsignal(_ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:145:1
foreign func memset_s(_ : *Void, _ : Int, _ : Int32, _ : Int) -> errno_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:155:1
foreign func memmem(_ : *Void, _ : Int, _ : *Void, _ : Int) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:156:1
foreign func memset_pattern4(_ : *Void, _ : *Void, _ : Int)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:157:1
foreign func memset_pattern8(_ : *Void, _ : *Void, _ : Int)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:158:1
foreign func memset_pattern16(_ : *Void, _ : *Void, _ : Int)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:160:1
foreign func strcasestr(_ : *Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:161:1
foreign func strnstr(_ : *Int8, _ : *Int8, _ : Int) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:162:1
foreign func strlcat(_ : *Int8, _ : *Int8, _ : UInt) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:163:1
foreign func strlcpy(_ : *Int8, _ : *Int8, _ : UInt) -> UInt
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:164:1
foreign func strmode(_ : Int32, _ : *Int8)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:165:1
foreign func strsep(_ : **Int8, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:168:1
foreign func swab(_ : *Void, _ : *Void, _ : Int)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/string.h:171:1
foreign func timingsafe_bcmp(_ : *Void, _ : *Void, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:70:1
foreign func bcmp(_ : *Void, _ : *Void, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:71:1
foreign func bcopy(_ : *Void, _ : *Void, _ : Int)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:72:1
foreign func bzero(_ : *Void, _ : UInt)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:73:1
foreign func index(_ : *Int8, _ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:74:1
foreign func rindex(_ : *Int8, _ : Int32) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:77:1
foreign func ffs(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:78:1
foreign func strcasecmp(_ : *Int8, _ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:79:1
foreign func strncasecmp(_ : *Int8, _ : *Int8, _ : UInt) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:85:1
foreign func ffsl(_ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:86:1
foreign func ffsll(_ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:87:1
foreign func fls(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:88:1
foreign func flsl(_ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/strings.h:89:1
foreign func flsll(_ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/sched.h:38:1
foreign func sched_yield() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/sched.h:39:1
foreign func sched_get_priority_min(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/sched.h:40:1
foreign func sched_get_priority_max(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:107:1
foreign func asctime(_ : *tm) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:108:1
foreign func clock() -> clock_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:109:1
foreign func ctime(_ : *time_t) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:110:1
foreign func difftime(_ : time_t, _ : time_t) -> Double
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:111:1
foreign func getdate(_ : *Int8) -> *tm
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:112:1
foreign func gmtime(_ : *time_t) -> *tm
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:113:1
foreign func localtime(_ : *time_t) -> *tm
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:114:1
foreign func mktime(_ : *tm) -> time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:115:1
foreign func strftime(_ : *Int8, _ : Int, _ : *Int8, _ : *tm) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:116:1
foreign func strptime(_ : *Int8, _ : *Int8, _ : *tm) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:117:1
foreign func time(_ : *time_t) -> time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:120:1
foreign func tzset()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:124:1
foreign func asctime_r(_ : *tm, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:125:1
foreign func ctime_r(_ : *time_t, _ : *Int8) -> *Int8
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:126:1
foreign func gmtime_r(_ : *time_t, _ : *tm) -> *tm
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:127:1
foreign func localtime_r(_ : *time_t, _ : *tm) -> *tm
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:130:1
foreign func posix2time(_ : time_t) -> time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:134:1
foreign func tzsetwall()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:135:1
foreign func time2posix(_ : time_t) -> time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:136:1
foreign func timelocal(_ : *tm) -> time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:137:1
foreign func timegm(_ : *tm) -> time_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:141:1
foreign func nanosleep(_ : *timespec, _ : *timespec) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:173:1
foreign func clock_getres(_ : clockid_t, _ : *timespec) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:176:1
foreign func clock_gettime(_ : clockid_t, _ : *timespec) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:180:1
foreign func clock_gettime_nsec_np(_ : clockid_t) -> __uint64_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/time.h:184:1
foreign func clock_settime(_ : clockid_t, _ : *timespec) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:168:1
foreign func qos_class_self() -> qos_class_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/qos.h:190:1
foreign func qos_class_main() -> qos_class_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:79:1
foreign func pthread_attr_set_qos_class_np(_ : *pthread_attr_t, _ : qos_class_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:110:1
foreign func pthread_attr_get_qos_class_np(_ : *pthread_attr_t, _ : *qos_class_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:151:1
foreign func pthread_set_qos_class_self_np(_ : qos_class_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:182:1
foreign func pthread_get_qos_class_np(_ : pthread_t, _ : *qos_class_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:261:1
foreign func pthread_override_qos_class_start_np(_ : pthread_t, _ : qos_class_t, _ : Int32) -> pthread_override_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread/qos.h:289:1
foreign func pthread_override_qos_class_end_np(_ : pthread_override_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:215:1
foreign func pthread_atfork(_ : () -> Void, _ : () -> Void, _ : () -> Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:219:1
foreign func pthread_attr_destroy(_ : *pthread_attr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:222:1
foreign func pthread_attr_getdetachstate(_ : *pthread_attr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:225:1
foreign func pthread_attr_getguardsize(_ : *pthread_attr_t, _ : *Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:228:1
foreign func pthread_attr_getinheritsched(_ : *pthread_attr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:231:1
foreign func pthread_attr_getschedparam(_ : *pthread_attr_t, _ : *sched_param) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:235:1
foreign func pthread_attr_getschedpolicy(_ : *pthread_attr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:238:1
foreign func pthread_attr_getscope(_ : *pthread_attr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:241:1
foreign func pthread_attr_getstack(_ : *pthread_attr_t, _ : **Void, _ : *Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:245:1
foreign func pthread_attr_getstackaddr(_ : *pthread_attr_t, _ : **Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:249:1
foreign func pthread_attr_getstacksize(_ : *pthread_attr_t, _ : *Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:252:1
foreign func pthread_attr_init(_ : *pthread_attr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:255:1
foreign func pthread_attr_setdetachstate(_ : *pthread_attr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:258:1
foreign func pthread_attr_setguardsize(_ : *pthread_attr_t, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:261:1
foreign func pthread_attr_setinheritsched(_ : *pthread_attr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:264:1
foreign func pthread_attr_setschedparam(_ : *pthread_attr_t, _ : *sched_param) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:268:1
foreign func pthread_attr_setschedpolicy(_ : *pthread_attr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:271:1
foreign func pthread_attr_setscope(_ : *pthread_attr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:274:1
foreign func pthread_attr_setstack(_ : *pthread_attr_t, _ : *Void, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:277:1
foreign func pthread_attr_setstackaddr(_ : *pthread_attr_t, _ : *Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:280:1
foreign func pthread_attr_setstacksize(_ : *pthread_attr_t, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:283:1
foreign func pthread_cancel(_ : pthread_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:286:1
foreign func pthread_cond_broadcast(_ : *pthread_cond_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:289:1
foreign func pthread_cond_destroy(_ : *pthread_cond_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:292:1
foreign func pthread_cond_init(_ : *pthread_cond_t, _ : *pthread_condattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:298:1
foreign func pthread_cond_signal(_ : *pthread_cond_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:301:1
foreign func pthread_cond_timedwait(_ : *pthread_cond_t, _ : *pthread_mutex_t, _ : *timespec) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:307:1
foreign func pthread_cond_wait(_ : *pthread_cond_t, _ : *pthread_mutex_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:311:1
foreign func pthread_condattr_destroy(_ : *pthread_condattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:314:1
foreign func pthread_condattr_init(_ : *pthread_condattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:317:1
foreign func pthread_condattr_getpshared(_ : *pthread_condattr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:321:1
foreign func pthread_condattr_setpshared(_ : *pthread_condattr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:324:1
foreign func pthread_create(_ : *pthread_t, _ : *pthread_attr_t, _ : (*Void) -> *Void, _ : *Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:336:1
foreign func pthread_detach(_ : pthread_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:339:1
foreign func pthread_equal(_ : pthread_t, _ : pthread_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:342:1
foreign noreturn func pthread_exit(_ : *Void)
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:345:1
foreign func pthread_getconcurrency() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:348:1
foreign func pthread_getschedparam(_ : pthread_t, _ : *Int32, _ : *sched_param) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:352:1
foreign func pthread_getspecific(_ : pthread_key_t) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:355:1
foreign func pthread_join(_ : pthread_t, _ : **Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:359:1
foreign func pthread_key_create(_ : *pthread_key_t, _ : (*Void) -> Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:362:1
foreign func pthread_key_delete(_ : pthread_key_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:365:1
foreign func pthread_mutex_destroy(_ : *pthread_mutex_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:368:1
foreign func pthread_mutex_getprioceiling(_ : *pthread_mutex_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:372:1
foreign func pthread_mutex_init(_ : *pthread_mutex_t, _ : *pthread_mutexattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:376:1
foreign func pthread_mutex_lock(_ : *pthread_mutex_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:379:1
foreign func pthread_mutex_setprioceiling(_ : *pthread_mutex_t, _ : Int32, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:383:1
foreign func pthread_mutex_trylock(_ : *pthread_mutex_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:386:1
foreign func pthread_mutex_unlock(_ : *pthread_mutex_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:389:1
foreign func pthread_mutexattr_destroy(_ : *pthread_mutexattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:392:1
foreign func pthread_mutexattr_getprioceiling(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:396:1
foreign func pthread_mutexattr_getprotocol(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:400:1
foreign func pthread_mutexattr_getpshared(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:404:1
foreign func pthread_mutexattr_gettype(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:408:1
foreign func pthread_mutexattr_init(_ : *pthread_mutexattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:411:1
foreign func pthread_mutexattr_setprioceiling(_ : *pthread_mutexattr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:414:1
foreign func pthread_mutexattr_setprotocol(_ : *pthread_mutexattr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:417:1
foreign func pthread_mutexattr_setpshared(_ : *pthread_mutexattr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:420:1
foreign func pthread_mutexattr_settype(_ : *pthread_mutexattr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:424:1
foreign func pthread_once(_ : *pthread_once_t, _ : () -> Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:427:1
foreign func pthread_rwlock_destroy(_ : *pthread_rwlock_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:430:1
foreign func pthread_rwlock_init(_ : *pthread_rwlock_t, _ : *pthread_rwlockattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:435:1
foreign func pthread_rwlock_rdlock(_ : *pthread_rwlock_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:438:1
foreign func pthread_rwlock_tryrdlock(_ : *pthread_rwlock_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:441:1
foreign func pthread_rwlock_trywrlock(_ : *pthread_rwlock_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:444:1
foreign func pthread_rwlock_wrlock(_ : *pthread_rwlock_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:447:1
foreign func pthread_rwlock_unlock(_ : *pthread_rwlock_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:450:1
foreign func pthread_rwlockattr_destroy(_ : *pthread_rwlockattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:453:1
foreign func pthread_rwlockattr_getpshared(_ : *pthread_rwlockattr_t, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:457:1
foreign func pthread_rwlockattr_init(_ : *pthread_rwlockattr_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:460:1
foreign func pthread_rwlockattr_setpshared(_ : *pthread_rwlockattr_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:463:1
foreign func pthread_self() -> pthread_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:466:1
foreign func pthread_setcancelstate(_ : Int32, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:470:1
foreign func pthread_setcanceltype(_ : Int32, _ : *Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:474:1
foreign func pthread_setconcurrency(_ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:477:1
foreign func pthread_setschedparam(_ : pthread_t, _ : Int32, _ : *sched_param) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:480:1
foreign func pthread_setspecific(_ : pthread_key_t, _ : *Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:483:1
foreign func pthread_testcancel()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:489:1
foreign func pthread_is_threaded_np() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:492:1
foreign func pthread_threadid_np(_ : pthread_t, _ : *__uint64_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:496:1
foreign func pthread_getname_np(_ : pthread_t, _ : *Int8, _ : Int) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:499:1
foreign func pthread_setname_np(_ : *Int8) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:503:1
foreign func pthread_main_np() -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:507:1
foreign func pthread_mach_thread_np(_ : pthread_t) -> mach_port_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:510:1
foreign func pthread_get_stacksize_np(_ : pthread_t) -> Int
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:513:1
foreign func pthread_get_stackaddr_np(_ : pthread_t) -> *Void
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:517:1
foreign func pthread_cond_signal_thread_np(_ : *pthread_cond_t, _ : pthread_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:521:1
foreign func pthread_cond_timedwait_relative_np(_ : *pthread_cond_t, _ : *pthread_mutex_t, _ : *timespec) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:526:1
foreign func pthread_create_suspended_np(_ : *pthread_t, _ : *pthread_attr_t, _ : (*Void) -> *Void, _ : *Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:536:1
foreign func pthread_kill(_ : pthread_t, _ : Int32) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:539:1
foreign func pthread_from_mach_thread_np(_ : mach_port_t) -> pthread_t
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:542:1
foreign func pthread_sigmask(_ : Int32, _ : *sigset_t, _ : *sigset_t) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pthread.h:546:1
foreign func pthread_yield_np()
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_types/_fd_def.h:52:1
foreign func __darwin_fd_isset(_ : Int32, _ : *fd_set) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:189:1
foreign func adjtime(_ : *timeval, _ : *timeval) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:190:1
foreign func futimes(_ : Int32, _ : *timeval) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:191:1
foreign func lutimes(_ : *Int8, _ : *timeval) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:192:1
foreign func settimeofday(_ : *timeval, _ : *timezone) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:195:1
foreign func getitimer(_ : Int32, _ : *itimerval) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:196:1
foreign func gettimeofday(_ : *timeval, _ : *Void) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/_select.h:39:1
foreign func select(_ : Int32, _ : *fd_set, _ : *fd_set, _ : *fd_set, _ : *timeval) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:200:1
foreign func setitimer(_ : Int32, _ : *itimerval, _ : *itimerval) -> Int32
// /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/sys/time.h:202:1
foreign func utimes(_ : *Int8, _ : *timeval) -> Int32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment