1//===-- gen_std.py generated file -------------------------------*- C++ -*-===// 2// 3// Used to build a lookup table (qualified names => include headers) for C 4// Standard Library symbols. 5// 6// Automatically generated file, DO NOT EDIT! 7// 8// Generated from cppreference offline HTML book (modified on 2018-10-28). 9//===----------------------------------------------------------------------===// 10 11SYMBOL(ATOMIC_BOOL_LOCK_FREE, None, <stdatomic.h>) 12SYMBOL(ATOMIC_CHAR16_T_LOCK_FREE, None, <stdatomic.h>) 13SYMBOL(ATOMIC_CHAR32_T_LOCK_FREE, None, <stdatomic.h>) 14SYMBOL(ATOMIC_CHAR_LOCK_FREE, None, <stdatomic.h>) 15SYMBOL(ATOMIC_FLAG_INIT, None, <stdatomic.h>) 16SYMBOL(ATOMIC_INT_LOCK_FREE, None, <stdatomic.h>) 17SYMBOL(ATOMIC_LLONG_LOCK_FREE, None, <stdatomic.h>) 18SYMBOL(ATOMIC_LONG_LOGK_FREE, None, <stdatomic.h>) 19SYMBOL(ATOMIC_POINTER_LOCK_FREE, None, <stdatomic.h>) 20SYMBOL(ATOMIC_SHORT_LOCK_FREE, None, <stdatomic.h>) 21SYMBOL(ATOMIC_VAR_INIT, None, <stdatomic.h>) 22SYMBOL(ATOMIC_WCHAR_T_LOCK_FREE, None, <stdatomic.h>) 23SYMBOL(BUFSIZ, None, <stdio.h>) 24SYMBOL(CHAR_BIT, None, <limits.h>) 25SYMBOL(CHAR_MAX, None, <limits.h>) 26SYMBOL(CHAR_MIN, None, <limits.h>) 27SYMBOL(CLOCKS_PER_SEC, None, <time.h>) 28SYMBOL(CMPLX, None, <complex.h>) 29SYMBOL(CMPLXF, None, <complex.h>) 30SYMBOL(CMPLXL, None, <complex.h>) 31SYMBOL(DBL_DECIMAL_DIG, None, <float.h>) 32SYMBOL(DBL_DIG, None, <float.h>) 33SYMBOL(DBL_EPSILON, None, <float.h>) 34SYMBOL(DBL_HAS_SUBNORM, None, <float.h>) 35SYMBOL(DBL_MANT_DIG, None, <float.h>) 36SYMBOL(DBL_MAX, None, <float.h>) 37SYMBOL(DBL_MAX_10_EXP, None, <float.h>) 38SYMBOL(DBL_MAX_EXP, None, <float.h>) 39SYMBOL(DBL_MIN, None, <float.h>) 40SYMBOL(DBL_MIN_10_EXP, None, <float.h>) 41SYMBOL(DBL_MIN_EXP, None, <float.h>) 42SYMBOL(DBL_TRUE_MIN, None, <float.h>) 43SYMBOL(DECIMAL_DIG, None, <float.h>) 44SYMBOL(EDOM, None, <errno.h>) 45SYMBOL(EILSEQ, None, <errno.h>) 46SYMBOL(EOF, None, <stdio.h>) 47SYMBOL(ERANGE, None, <errno.h>) 48SYMBOL(EXIT_FAILURE, None, <stdlib.h>) 49SYMBOL(EXIT_SUCCESS, None, <stdlib.h>) 50SYMBOL(FE_ALL_EXCEPT, None, <fenv.h>) 51SYMBOL(FE_DFL_ENV, None, <fenv.h>) 52SYMBOL(FE_DIVBYZERO, None, <fenv.h>) 53SYMBOL(FE_DOWNWARD, None, <fenv.h>) 54SYMBOL(FE_INEXACT, None, <fenv.h>) 55SYMBOL(FE_INVALID, None, <fenv.h>) 56SYMBOL(FE_OVERFLOW, None, <fenv.h>) 57SYMBOL(FE_TONEAREST, None, <fenv.h>) 58SYMBOL(FE_TOWARDZERO, None, <fenv.h>) 59SYMBOL(FE_UNDERFLOW, None, <fenv.h>) 60SYMBOL(FE_UPWARD, None, <fenv.h>) 61SYMBOL(FILE, None, <stdio.h>) 62SYMBOL(FILENAME_MAX, None, <stdio.h>) 63SYMBOL(FLT_DECIMAL_DIG, None, <float.h>) 64SYMBOL(FLT_DIG, None, <float.h>) 65SYMBOL(FLT_EPSILON, None, <float.h>) 66SYMBOL(FLT_EVAL_METHOD, None, <float.h>) 67SYMBOL(FLT_HAS_SUBNORM, None, <float.h>) 68SYMBOL(FLT_MANT_DIG, None, <float.h>) 69SYMBOL(FLT_MAX, None, <float.h>) 70SYMBOL(FLT_MAX_10_EXP, None, <float.h>) 71SYMBOL(FLT_MAX_EXP, None, <float.h>) 72SYMBOL(FLT_MIN, None, <float.h>) 73SYMBOL(FLT_MIN_10_EXP, None, <float.h>) 74SYMBOL(FLT_MIN_EXP, None, <float.h>) 75SYMBOL(FLT_RADIX, None, <float.h>) 76SYMBOL(FLT_ROUNDS, None, <float.h>) 77SYMBOL(FLT_TRUE_MIN, None, <float.h>) 78SYMBOL(FOPEN_MAX, None, <stdio.h>) 79SYMBOL(FP_INFINITE, None, <math.h>) 80SYMBOL(FP_NAN, None, <math.h>) 81SYMBOL(FP_NORNAL, None, <math.h>) 82SYMBOL(FP_SUBNORMAL, None, <math.h>) 83SYMBOL(FP_ZERO, None, <math.h>) 84SYMBOL(HUGE_VAL, None, <math.h>) 85SYMBOL(HUGE_VALF, None, <math.h>) 86SYMBOL(HUGE_VALL, None, <math.h>) 87SYMBOL(I, None, <complex.h>) 88SYMBOL(INFINITY, None, <math.h>) 89SYMBOL(INT16_MAX, None, <stdint.h>) 90SYMBOL(INT16_MIN, None, <stdint.h>) 91SYMBOL(INT32_MAX, None, <stdint.h>) 92SYMBOL(INT32_MIN, None, <stdint.h>) 93SYMBOL(INT64_MAX, None, <stdint.h>) 94SYMBOL(INT64_MIN, None, <stdint.h>) 95SYMBOL(INT8_MAX, None, <stdint.h>) 96SYMBOL(INT8_MIN, None, <stdint.h>) 97SYMBOL(INTMAX_MAX, None, <stdint.h>) 98SYMBOL(INTMAX_MIN, None, <stdint.h>) 99SYMBOL(INTPTR_MAX, None, <stdint.h>) 100SYMBOL(INTPTR_MIN, None, <stdint.h>) 101SYMBOL(INT_FAST16_MAX, None, <stdint.h>) 102SYMBOL(INT_FAST16_MIN, None, <stdint.h>) 103SYMBOL(INT_FAST32_MAX, None, <stdint.h>) 104SYMBOL(INT_FAST32_MIN, None, <stdint.h>) 105SYMBOL(INT_FAST64_MAX, None, <stdint.h>) 106SYMBOL(INT_FAST64_MIN, None, <stdint.h>) 107SYMBOL(INT_FAST8_MAX, None, <stdint.h>) 108SYMBOL(INT_FAST8_MIN, None, <stdint.h>) 109SYMBOL(INT_LEAST16_MAX, None, <stdint.h>) 110SYMBOL(INT_LEAST16_MIN, None, <stdint.h>) 111SYMBOL(INT_LEAST32_MAX, None, <stdint.h>) 112SYMBOL(INT_LEAST32_MIN, None, <stdint.h>) 113SYMBOL(INT_LEAST64_MAX, None, <stdint.h>) 114SYMBOL(INT_LEAST64_MIN, None, <stdint.h>) 115SYMBOL(INT_LEAST8_MAX, None, <stdint.h>) 116SYMBOL(INT_LEAST8_MIN, None, <stdint.h>) 117SYMBOL(INT_MAX, None, <limits.h>) 118SYMBOL(INT_MIN, None, <limits.h>) 119SYMBOL(LC_ALL, None, <locale.h>) 120SYMBOL(LC_COLLATE, None, <locale.h>) 121SYMBOL(LC_CTYPE, None, <locale.h>) 122SYMBOL(LC_MONETARY, None, <locale.h>) 123SYMBOL(LC_NUMERIC, None, <locale.h>) 124SYMBOL(LC_TIME, None, <locale.h>) 125SYMBOL(LDBL_DECIMAL_DIG, None, <float.h>) 126SYMBOL(LDBL_DIG, None, <float.h>) 127SYMBOL(LDBL_EPSILON, None, <float.h>) 128SYMBOL(LDBL_HAS_SUBNORM, None, <float.h>) 129SYMBOL(LDBL_MANT_DIG, None, <float.h>) 130SYMBOL(LDBL_MAX, None, <float.h>) 131SYMBOL(LDBL_MAX_10_EXP, None, <float.h>) 132SYMBOL(LDBL_MAX_EXP, None, <float.h>) 133SYMBOL(LDBL_MIN, None, <float.h>) 134SYMBOL(LDBL_MIN_10_EXP, None, <float.h>) 135SYMBOL(LDBL_MIN_EXP, None, <float.h>) 136SYMBOL(LDBL_TRUE_MIN, None, <float.h>) 137SYMBOL(LLONG_MAX, None, <limits.h>) 138SYMBOL(LLONG_MIN, None, <limits.h>) 139SYMBOL(LONG_MAX, None, <limits.h>) 140SYMBOL(LONG_MIN, None, <limits.h>) 141SYMBOL(L_tmpnam, None, <stdio.h>) 142SYMBOL(L_tmpnam_s, None, <stdio.h>) 143SYMBOL(MATH_ERREXCEPT, None, <math.h>) 144SYMBOL(MATH_ERRNO, None, <math.h>) 145SYMBOL(MB_CUR_MAX, None, <stdlib.h>) 146SYMBOL(MB_LEN_MAX, None, <limits.h>) 147SYMBOL(NAN, None, <math.h>) 148SYMBOL(ONCE_FLAG_INIT, None, <threads.h>) 149SYMBOL(PTRDIFF_MAX, None, <stdint.h>) 150SYMBOL(PTRDIFF_MIN, None, <stdint.h>) 151SYMBOL(RAND_MAX, None, <stdlib.h>) 152SYMBOL(RSIZE_MAX, None, <stdint.h>) 153SYMBOL(SCHAR_MAX, None, <limits.h>) 154SYMBOL(SCHAR_MIN, None, <limits.h>) 155SYMBOL(SEEK_CUR, None, <stdio.h>) 156SYMBOL(SEEK_END, None, <stdio.h>) 157SYMBOL(SEEK_SET, None, <stdio.h>) 158SYMBOL(SHRT_MAX, None, <limits.h>) 159SYMBOL(SHRT_MIN, None, <limits.h>) 160SYMBOL(SIGABRT, None, <signal.h>) 161SYMBOL(SIGFPE, None, <signal.h>) 162SYMBOL(SIGILL, None, <signal.h>) 163SYMBOL(SIGINT, None, <signal.h>) 164SYMBOL(SIGSEGV, None, <signal.h>) 165SYMBOL(SIGTERM, None, <signal.h>) 166SYMBOL(SIG_ATOMIC_MAX, None, <stdint.h>) 167SYMBOL(SIG_ATOMIC_MIN, None, <stdint.h>) 168SYMBOL(SIG_DFL, None, <signal.h>) 169SYMBOL(SIG_ERR, None, <signal.h>) 170SYMBOL(SIG_IGN, None, <signal.h>) 171SYMBOL(SIZE_MAX, None, <stdint.h>) 172SYMBOL(TIME_UTC, None, <time.h>) 173SYMBOL(TMP_MAX, None, <stdio.h>) 174SYMBOL(TMP_MAX_S, None, <stdio.h>) 175SYMBOL(TSS_DTOR_ITERATIONS, None, <threads.h>) 176SYMBOL(UCHAR_MAX, None, <limits.h>) 177SYMBOL(UINT16_MAX, None, <stdint.h>) 178SYMBOL(UINT32_MAX, None, <stdint.h>) 179SYMBOL(UINT64_MAX, None, <stdint.h>) 180SYMBOL(UINT8_MAX, None, <stdint.h>) 181SYMBOL(UINTMAX_MAX, None, <stdint.h>) 182SYMBOL(UINTPTR_MAX, None, <stdint.h>) 183SYMBOL(UINT_FAST16_MAX, None, <stdint.h>) 184SYMBOL(UINT_FAST32_MAX, None, <stdint.h>) 185SYMBOL(UINT_FAST64_MAX, None, <stdint.h>) 186SYMBOL(UINT_FAST8_MAX, None, <stdint.h>) 187SYMBOL(UINT_LEAST16_MAX, None, <stdint.h>) 188SYMBOL(UINT_LEAST32_MAX, None, <stdint.h>) 189SYMBOL(UINT_LEAST64_MAX, None, <stdint.h>) 190SYMBOL(UINT_LEAST8_MAX, None, <stdint.h>) 191SYMBOL(UINT_MAX, None, <limits.h>) 192SYMBOL(ULLONG_MAX, None, <limits.h>) 193SYMBOL(ULONG_MAX, None, <limits.h>) 194SYMBOL(USHRT_MAX, None, <limits.h>) 195SYMBOL(WCHAR_MAX, None, <wchar.h>) 196SYMBOL(WCHAR_MIN, None, <wchar.h>) 197SYMBOL(WEOF, None, <wchar.h>) 198SYMBOL(WINT_MAX, None, <stdint.h>) 199SYMBOL(WINT_MIN, None, <stdint.h>) 200SYMBOL(_Complex_I, None, <complex.h>) 201SYMBOL(_IOFBF, None, <stdio.h>) 202SYMBOL(_IOLBF, None, <stdio.h>) 203SYMBOL(_IONBF, None, <stdio.h>) 204SYMBOL(_Imaginary_I, None, <complex.h>) 205SYMBOL(__alignas_is_defined, None, <stdalign.h>) 206SYMBOL(__alignof_is_defined, None, <stdalign.h>) 207SYMBOL(abort_handler_s, None, <stdlib.h>) 208SYMBOL(abs, None, <stdlib.h>) 209SYMBOL(acos, None, <math.h>) 210SYMBOL(acosf, None, <math.h>) 211SYMBOL(acosh, None, <math.h>) 212SYMBOL(acoshf, None, <math.h>) 213SYMBOL(acoshl, None, <math.h>) 214SYMBOL(acosl, None, <math.h>) 215SYMBOL(alignas, None, <stdalign.h>) 216SYMBOL(aligned_alloc, None, <stdlib.h>) 217SYMBOL(alignof, None, <stdalign.h>) 218SYMBOL(and, None, <iso646.h>) 219SYMBOL(and_eq, None, <iso646.h>) 220SYMBOL(asctime, None, <time.h>) 221SYMBOL(asctime_s, None, <time.h>) 222SYMBOL(asin, None, <math.h>) 223SYMBOL(asinf, None, <math.h>) 224SYMBOL(asinh, None, <math.h>) 225SYMBOL(asinhf, None, <math.h>) 226SYMBOL(asinhl, None, <math.h>) 227SYMBOL(asinl, None, <math.h>) 228SYMBOL(assert, None, <assert.h>) 229SYMBOL(at_quick_exit, None, <stdlib.h>) 230SYMBOL(atan, None, <math.h>) 231SYMBOL(atan2, None, <math.h>) 232SYMBOL(atan2f, None, <math.h>) 233SYMBOL(atan2l, None, <math.h>) 234SYMBOL(atanf, None, <math.h>) 235SYMBOL(atanh, None, <math.h>) 236SYMBOL(atanhf, None, <math.h>) 237SYMBOL(atanhl, None, <math.h>) 238SYMBOL(atanl, None, <math.h>) 239SYMBOL(atexit, None, <stdlib.h>) 240SYMBOL(atof, None, <stdlib.h>) 241SYMBOL(atoi, None, <stdlib.h>) 242SYMBOL(atol, None, <stdlib.h>) 243SYMBOL(atoll, None, <stdlib.h>) 244SYMBOL(atomic_bool, None, <stdatomic.h>) 245SYMBOL(atomic_char, None, <stdatomic.h>) 246SYMBOL(atomic_char16_t, None, <stdatomic.h>) 247SYMBOL(atomic_char32_t, None, <stdatomic.h>) 248SYMBOL(atomic_compare_exchange_strong, None, <stdatomic.h>) 249SYMBOL(atomic_compare_exchange_strong_explicit, None, <stdatomic.h>) 250SYMBOL(atomic_compare_exchange_weak, None, <stdatomic.h>) 251SYMBOL(atomic_compare_exchange_weak_explicit, None, <stdatomic.h>) 252SYMBOL(atomic_exchange, None, <stdatomic.h>) 253SYMBOL(atomic_exchange_explicit, None, <stdatomic.h>) 254SYMBOL(atomic_fetch_add, None, <stdatomic.h>) 255SYMBOL(atomic_fetch_add_explicit, None, <stdatomic.h>) 256SYMBOL(atomic_fetch_and, None, <stdatomic.h>) 257SYMBOL(atomic_fetch_and_explicit, None, <stdatomic.h>) 258SYMBOL(atomic_fetch_or, None, <stdatomic.h>) 259SYMBOL(atomic_fetch_or_explicit, None, <stdatomic.h>) 260SYMBOL(atomic_fetch_sub, None, <stdatomic.h>) 261SYMBOL(atomic_fetch_sub_explicit, None, <stdatomic.h>) 262SYMBOL(atomic_fetch_xor, None, <stdatomic.h>) 263SYMBOL(atomic_fetch_xor_explicit, None, <stdatomic.h>) 264SYMBOL(atomic_flag, None, <stdatomic.h>) 265SYMBOL(atomic_flag_clear, None, <stdatomic.h>) 266SYMBOL(atomic_flag_clear_explicit, None, <stdatomic.h>) 267SYMBOL(atomic_flag_test_and_set, None, <stdatomic.h>) 268SYMBOL(atomic_flag_test_and_set_explicit, None, <stdatomic.h>) 269SYMBOL(atomic_init, None, <stdatomic.h>) 270SYMBOL(atomic_int, None, <stdatomic.h>) 271SYMBOL(atomic_int_fast16_t, None, <stdatomic.h>) 272SYMBOL(atomic_int_fast32_t, None, <stdatomic.h>) 273SYMBOL(atomic_int_fast64_t, None, <stdatomic.h>) 274SYMBOL(atomic_int_fast8_t, None, <stdatomic.h>) 275SYMBOL(atomic_int_least16_t, None, <stdatomic.h>) 276SYMBOL(atomic_int_least32_t, None, <stdatomic.h>) 277SYMBOL(atomic_int_least64_t, None, <stdatomic.h>) 278SYMBOL(atomic_int_least8_t, None, <stdatomic.h>) 279SYMBOL(atomic_intmax_t, None, <stdatomic.h>) 280SYMBOL(atomic_intptr_t, None, <stdatomic.h>) 281SYMBOL(atomic_is_lock_free, None, <stdatomic.h>) 282SYMBOL(atomic_llong, None, <stdatomic.h>) 283SYMBOL(atomic_load, None, <stdatomic.h>) 284SYMBOL(atomic_load_explicit, None, <stdatomic.h>) 285SYMBOL(atomic_long, None, <stdatomic.h>) 286SYMBOL(atomic_ptrdiff_t, None, <stdatomic.h>) 287SYMBOL(atomic_schar, None, <stdatomic.h>) 288SYMBOL(atomic_short, None, <stdatomic.h>) 289SYMBOL(atomic_signal_fence, None, <stdatomic.h>) 290SYMBOL(atomic_size_t, None, <stdatomic.h>) 291SYMBOL(atomic_store, None, <stdatomic.h>) 292SYMBOL(atomic_store_explicit, None, <stdatomic.h>) 293SYMBOL(atomic_thread_fence, None, <stdatomic.h>) 294SYMBOL(atomic_uchar, None, <stdatomic.h>) 295SYMBOL(atomic_uint, None, <stdatomic.h>) 296SYMBOL(atomic_uint_fast16_t, None, <stdatomic.h>) 297SYMBOL(atomic_uint_fast32_t, None, <stdatomic.h>) 298SYMBOL(atomic_uint_fast64_t, None, <stdatomic.h>) 299SYMBOL(atomic_uint_fast8_t, None, <stdatomic.h>) 300SYMBOL(atomic_uint_least16_t, None, <stdatomic.h>) 301SYMBOL(atomic_uint_least32_t, None, <stdatomic.h>) 302SYMBOL(atomic_uint_least64_t, None, <stdatomic.h>) 303SYMBOL(atomic_uint_least8_t, None, <stdatomic.h>) 304SYMBOL(atomic_uintmax_t, None, <stdatomic.h>) 305SYMBOL(atomic_uintptr_t, None, <stdatomic.h>) 306SYMBOL(atomic_ullong, None, <stdatomic.h>) 307SYMBOL(atomic_ulong, None, <stdatomic.h>) 308SYMBOL(atomic_ushort, None, <stdatomic.h>) 309SYMBOL(atomic_wchar_t, None, <stdatomic.h>) 310SYMBOL(bitand, None, <iso646.h>) 311SYMBOL(bitor, None, <iso646.h>) 312SYMBOL(bsearch, None, <stdlib.h>) 313SYMBOL(bsearch_s, None, <stdlib.h>) 314SYMBOL(btowc, None, <wchar.h>) 315SYMBOL(c16rtomb, None, <uchar.h>) 316SYMBOL(c32rtomb, None, <uchar.h>) 317SYMBOL(cabs, None, <complex.h>) 318SYMBOL(cabsf, None, <complex.h>) 319SYMBOL(cabsl, None, <complex.h>) 320SYMBOL(cacos, None, <complex.h>) 321SYMBOL(cacosf, None, <complex.h>) 322SYMBOL(cacosh, None, <complex.h>) 323SYMBOL(cacoshf, None, <complex.h>) 324SYMBOL(cacoshl, None, <complex.h>) 325SYMBOL(cacosl, None, <complex.h>) 326SYMBOL(call_once, None, <threads.h>) 327SYMBOL(calloc, None, <stdlib.h>) 328SYMBOL(carg, None, <complex.h>) 329SYMBOL(cargf, None, <complex.h>) 330SYMBOL(cargl, None, <complex.h>) 331SYMBOL(casin, None, <complex.h>) 332SYMBOL(casinf, None, <complex.h>) 333SYMBOL(casinh, None, <complex.h>) 334SYMBOL(casinhf, None, <complex.h>) 335SYMBOL(casinhl, None, <complex.h>) 336SYMBOL(casinl, None, <complex.h>) 337SYMBOL(catan, None, <complex.h>) 338SYMBOL(catanf, None, <complex.h>) 339SYMBOL(catanh, None, <complex.h>) 340SYMBOL(catanhf, None, <complex.h>) 341SYMBOL(catanhl, None, <complex.h>) 342SYMBOL(catanl, None, <complex.h>) 343SYMBOL(cbrt, None, <math.h>) 344SYMBOL(cbrtf, None, <math.h>) 345SYMBOL(cbrtl, None, <math.h>) 346SYMBOL(ccos, None, <complex.h>) 347SYMBOL(ccosf, None, <complex.h>) 348SYMBOL(ccosh, None, <complex.h>) 349SYMBOL(ccoshf, None, <complex.h>) 350SYMBOL(ccoshl, None, <complex.h>) 351SYMBOL(ccosl, None, <complex.h>) 352SYMBOL(ceil, None, <math.h>) 353SYMBOL(ceilf, None, <math.h>) 354SYMBOL(ceill, None, <math.h>) 355SYMBOL(cexp, None, <complex.h>) 356SYMBOL(cexpf, None, <complex.h>) 357SYMBOL(cexpl, None, <complex.h>) 358SYMBOL(char16_t, None, <uchar.h>) 359SYMBOL(char32_t, None, <uchar.h>) 360SYMBOL(cimag, None, <complex.h>) 361SYMBOL(cimagf, None, <complex.h>) 362SYMBOL(cimagl, None, <complex.h>) 363SYMBOL(clearerr, None, <stdio.h>) 364SYMBOL(clock, None, <time.h>) 365SYMBOL(clock_t, None, <time.h>) 366SYMBOL(clog, None, <complex.h>) 367SYMBOL(clogf, None, <complex.h>) 368SYMBOL(clogl, None, <complex.h>) 369SYMBOL(cnd_broadcast, None, <threads.h>) 370SYMBOL(cnd_destroy, None, <threads.h>) 371SYMBOL(cnd_init, None, <threads.h>) 372SYMBOL(cnd_signal, None, <threads.h>) 373SYMBOL(cnd_t, None, <threads.h>) 374SYMBOL(cnd_timedwait, None, <threads.h>) 375SYMBOL(cnd_wait, None, <threads.h>) 376SYMBOL(compl, None, <iso646.h>) 377SYMBOL(complex, None, <complex.h>) 378SYMBOL(conj, None, <complex.h>) 379SYMBOL(conjf, None, <complex.h>) 380SYMBOL(conjl, None, <complex.h>) 381SYMBOL(constraint_handler_t, None, <stdlib.h>) 382SYMBOL(copysign, None, <math.h>) 383SYMBOL(copysignf, None, <math.h>) 384SYMBOL(copysignl, None, <math.h>) 385SYMBOL(cos, None, <math.h>) 386SYMBOL(cosf, None, <math.h>) 387SYMBOL(cosh, None, <math.h>) 388SYMBOL(coshf, None, <math.h>) 389SYMBOL(coshl, None, <math.h>) 390SYMBOL(cosl, None, <math.h>) 391SYMBOL(cpow, None, <complex.h>) 392SYMBOL(cpowf, None, <complex.h>) 393SYMBOL(cpowl, None, <complex.h>) 394SYMBOL(cproj, None, <complex.h>) 395SYMBOL(cprojf, None, <complex.h>) 396SYMBOL(cprojl, None, <complex.h>) 397SYMBOL(creal, None, <complex.h>) 398SYMBOL(crealf, None, <complex.h>) 399SYMBOL(creall, None, <complex.h>) 400SYMBOL(csin, None, <complex.h>) 401SYMBOL(csinf, None, <complex.h>) 402SYMBOL(csinh, None, <complex.h>) 403SYMBOL(csinhf, None, <complex.h>) 404SYMBOL(csinhl, None, <complex.h>) 405SYMBOL(csinl, None, <complex.h>) 406SYMBOL(csqrt, None, <complex.h>) 407SYMBOL(csqrtf, None, <complex.h>) 408SYMBOL(csqrtl, None, <complex.h>) 409SYMBOL(ctan, None, <complex.h>) 410SYMBOL(ctanf, None, <complex.h>) 411SYMBOL(ctanh, None, <complex.h>) 412SYMBOL(ctanhf, None, <complex.h>) 413SYMBOL(ctanhl, None, <complex.h>) 414SYMBOL(ctanl, None, <complex.h>) 415SYMBOL(ctime, None, <time.h>) 416SYMBOL(ctime_s, None, <time.h>) 417SYMBOL(difftime, None, <time.h>) 418SYMBOL(double_t, None, <math.h>) 419SYMBOL(erf, None, <math.h>) 420SYMBOL(erfc, None, <math.h>) 421SYMBOL(erfcf, None, <math.h>) 422SYMBOL(erfcl, None, <math.h>) 423SYMBOL(erff, None, <math.h>) 424SYMBOL(erfl, None, <math.h>) 425SYMBOL(errno, None, <errno.h>) 426SYMBOL(exit, None, <stdlib.h>) 427SYMBOL(exp, None, <math.h>) 428SYMBOL(exp2, None, <math.h>) 429SYMBOL(exp2f, None, <math.h>) 430SYMBOL(exp2l, None, <math.h>) 431SYMBOL(expf, None, <math.h>) 432SYMBOL(expl, None, <math.h>) 433SYMBOL(expm1, None, <math.h>) 434SYMBOL(expm1f, None, <math.h>) 435SYMBOL(expm1l, None, <math.h>) 436SYMBOL(fabs, None, <math.h>) 437SYMBOL(fabsf, None, <math.h>) 438SYMBOL(fabsl, None, <math.h>) 439SYMBOL(fclose, None, <stdio.h>) 440SYMBOL(fdim, None, <math.h>) 441SYMBOL(fdimf, None, <math.h>) 442SYMBOL(fdiml, None, <math.h>) 443SYMBOL(feclearexcept, None, <fenv.h>) 444SYMBOL(fegetenv, None, <fenv.h>) 445SYMBOL(fegetexceptflag, None, <fenv.h>) 446SYMBOL(fegetround, None, <fenv.h>) 447SYMBOL(feholdexcept, None, <fenv.h>) 448SYMBOL(fenv_t, None, <fenv.h>) 449SYMBOL(feof, None, <stdio.h>) 450SYMBOL(feraiseexcept, None, <fenv.h>) 451SYMBOL(ferror, None, <stdio.h>) 452SYMBOL(fesetenv, None, <fenv.h>) 453SYMBOL(fesetexceptflag, None, <fenv.h>) 454SYMBOL(fesetround, None, <fenv.h>) 455SYMBOL(fetestexcept, None, <fenv.h>) 456SYMBOL(feupdateenv, None, <fenv.h>) 457SYMBOL(fexcept_t, None, <fenv.h>) 458SYMBOL(fflush, None, <stdio.h>) 459SYMBOL(fgetc, None, <stdio.h>) 460SYMBOL(fgetpos, None, <stdio.h>) 461SYMBOL(fgets, None, <stdio.h>) 462SYMBOL(fgetwc, None, <wchar.h>) 463SYMBOL(fgetws, None, <wchar.h>) 464SYMBOL(float_t, None, <math.h>) 465SYMBOL(floor, None, <math.h>) 466SYMBOL(floorf, None, <math.h>) 467SYMBOL(floorl, None, <math.h>) 468SYMBOL(fma, None, <math.h>) 469SYMBOL(fmaf, None, <math.h>) 470SYMBOL(fmal, None, <math.h>) 471SYMBOL(fmax, None, <math.h>) 472SYMBOL(fmaxf, None, <math.h>) 473SYMBOL(fmaxl, None, <math.h>) 474SYMBOL(fmin, None, <math.h>) 475SYMBOL(fminf, None, <math.h>) 476SYMBOL(fminl, None, <math.h>) 477SYMBOL(fmod, None, <math.h>) 478SYMBOL(fmodf, None, <math.h>) 479SYMBOL(fmodl, None, <math.h>) 480SYMBOL(fopen, None, <stdio.h>) 481SYMBOL(fopen_s, None, <stdio.h>) 482SYMBOL(fpclassify, None, <math.h>) 483SYMBOL(fpos_t, None, <stdio.h>) 484SYMBOL(fprintf, None, <stdio.h>) 485SYMBOL(fprintf_s, None, <stdio.h>) 486SYMBOL(fputc, None, <stdio.h>) 487SYMBOL(fputs, None, <stdio.h>) 488SYMBOL(fputwc, None, <wchar.h>) 489SYMBOL(fputws, None, <wchar.h>) 490SYMBOL(fread, None, <stdio.h>) 491SYMBOL(free, None, <stdlib.h>) 492SYMBOL(freopen, None, <stdio.h>) 493SYMBOL(freopen_s, None, <stdio.h>) 494SYMBOL(frexp, None, <math.h>) 495SYMBOL(frexpf, None, <math.h>) 496SYMBOL(frexpl, None, <math.h>) 497SYMBOL(fscanf, None, <stdio.h>) 498SYMBOL(fscanf_s, None, <stdio.h>) 499SYMBOL(fseek, None, <stdio.h>) 500SYMBOL(fsetpos, None, <stdio.h>) 501SYMBOL(ftell, None, <stdio.h>) 502SYMBOL(fwide, None, <wchar.h>) 503SYMBOL(fwprintf, None, <wchar.h>) 504SYMBOL(fwprintf_s, None, <wchar.h>) 505SYMBOL(fwrite, None, <stdio.h>) 506SYMBOL(fwscanf, None, <wchar.h>) 507SYMBOL(fwscanf_s, None, <wchar.h>) 508SYMBOL(getc, None, <stdio.h>) 509SYMBOL(getchar, None, <stdio.h>) 510SYMBOL(getenv, None, <stdlib.h>) 511SYMBOL(getenv_s, None, <stdlib.h>) 512SYMBOL(gets, None, <stdio.h>) 513SYMBOL(gets_s, None, <stdio.h>) 514SYMBOL(getwc, None, <wchar.h>) 515SYMBOL(getwchar, None, <wchar.h>) 516SYMBOL(gmtime, None, <time.h>) 517SYMBOL(gmtime_s, None, <time.h>) 518SYMBOL(hypot, None, <math.h>) 519SYMBOL(hypotf, None, <math.h>) 520SYMBOL(hypotl, None, <math.h>) 521SYMBOL(ignore_handler_s, None, <stdlib.h>) 522SYMBOL(ilogb, None, <math.h>) 523SYMBOL(ilogbf, None, <math.h>) 524SYMBOL(ilogbl, None, <math.h>) 525SYMBOL(imaginary, None, <complex.h>) 526SYMBOL(imaxabs, None, <inttypes.h>) 527SYMBOL(int16_t, None, <stdint.h>) 528SYMBOL(int32_t, None, <stdint.h>) 529SYMBOL(int64_t, None, <stdint.h>) 530SYMBOL(int8_t, None, <stdint.h>) 531SYMBOL(int_fast16_t, None, <stdint.h>) 532SYMBOL(int_fast32_t, None, <stdint.h>) 533SYMBOL(int_fast64_t, None, <stdint.h>) 534SYMBOL(int_fast8_t, None, <stdint.h>) 535SYMBOL(int_least16_t, None, <stdint.h>) 536SYMBOL(int_least32_t, None, <stdint.h>) 537SYMBOL(int_least64_t, None, <stdint.h>) 538SYMBOL(int_least8_t, None, <stdint.h>) 539SYMBOL(intmax_t, None, <stdint.h>) 540SYMBOL(intptr_t, None, <stdint.h>) 541SYMBOL(isalnum, None, <ctype.h>) 542SYMBOL(isalpha, None, <ctype.h>) 543SYMBOL(isblank, None, <ctype.h>) 544SYMBOL(iscntrl, None, <ctype.h>) 545SYMBOL(isdigit, None, <ctype.h>) 546SYMBOL(isfinite, None, <math.h>) 547SYMBOL(isgraph, None, <ctype.h>) 548SYMBOL(isgreater, None, <math.h>) 549SYMBOL(isgreaterequal, None, <math.h>) 550SYMBOL(isinf, None, <math.h>) 551SYMBOL(isless, None, <math.h>) 552SYMBOL(islessequal, None, <math.h>) 553SYMBOL(islessgreater, None, <math.h>) 554SYMBOL(islower, None, <ctype.h>) 555SYMBOL(isnan, None, <math.h>) 556SYMBOL(isnormal, None, <math.h>) 557SYMBOL(isprint, None, <ctype.h>) 558SYMBOL(ispunct, None, <ctype.h>) 559SYMBOL(isspace, None, <ctype.h>) 560SYMBOL(isunordered, None, <math.h>) 561SYMBOL(isupper, None, <ctype.h>) 562SYMBOL(iswalnum, None, <wctype.h>) 563SYMBOL(iswalpha, None, <wctype.h>) 564SYMBOL(iswblank, None, <wctype.h>) 565SYMBOL(iswcntrl, None, <wctype.h>) 566SYMBOL(iswctype, None, <wctype.h>) 567SYMBOL(iswdigit, None, <wctype.h>) 568SYMBOL(iswgraph, None, <wctype.h>) 569SYMBOL(iswlower, None, <wctype.h>) 570SYMBOL(iswprint, None, <wctype.h>) 571SYMBOL(iswpunct, None, <wctype.h>) 572SYMBOL(iswspace, None, <wctype.h>) 573SYMBOL(iswupper, None, <wctype.h>) 574SYMBOL(iswxdigit, None, <wctype.h>) 575SYMBOL(isxdigit, None, <ctype.h>) 576SYMBOL(jmp_buf, None, <setjmp.h>) 577SYMBOL(kill_dependency, None, <stdatomic.h>) 578SYMBOL(labs, None, <stdlib.h>) 579SYMBOL(lconv, None, <locale.h>) 580SYMBOL(ldexp, None, <math.h>) 581SYMBOL(ldexpf, None, <math.h>) 582SYMBOL(ldexpl, None, <math.h>) 583SYMBOL(lgamma, None, <math.h>) 584SYMBOL(lgammaf, None, <math.h>) 585SYMBOL(lgammal, None, <math.h>) 586SYMBOL(llabs, None, <stdlib.h>) 587SYMBOL(llrint, None, <math.h>) 588SYMBOL(llrintf, None, <math.h>) 589SYMBOL(llrintl, None, <math.h>) 590SYMBOL(llround, None, <math.h>) 591SYMBOL(llroundf, None, <math.h>) 592SYMBOL(llroundl, None, <math.h>) 593SYMBOL(localeconv, None, <locale.h>) 594SYMBOL(localtime, None, <time.h>) 595SYMBOL(localtime_s, None, <time.h>) 596SYMBOL(log, None, <math.h>) 597SYMBOL(log10, None, <math.h>) 598SYMBOL(log10f, None, <math.h>) 599SYMBOL(log10l, None, <math.h>) 600SYMBOL(log1p, None, <math.h>) 601SYMBOL(log1pf, None, <math.h>) 602SYMBOL(log1pl, None, <math.h>) 603SYMBOL(log2, None, <math.h>) 604SYMBOL(log2f, None, <math.h>) 605SYMBOL(log2l, None, <math.h>) 606SYMBOL(logb, None, <math.h>) 607SYMBOL(logbf, None, <math.h>) 608SYMBOL(logbl, None, <math.h>) 609SYMBOL(logf, None, <math.h>) 610SYMBOL(logl, None, <math.h>) 611SYMBOL(longjmp, None, <setjmp.h>) 612SYMBOL(lrint, None, <math.h>) 613SYMBOL(lrintf, None, <math.h>) 614SYMBOL(lrintl, None, <math.h>) 615SYMBOL(lround, None, <math.h>) 616SYMBOL(lroundf, None, <math.h>) 617SYMBOL(lroundl, None, <math.h>) 618SYMBOL(malloc, None, <stdlib.h>) 619SYMBOL(math_errhandling, None, <math.h>) 620SYMBOL(max_align_t, None, <stddef.h>) 621SYMBOL(mblen, None, <stdlib.h>) 622SYMBOL(mbrlen, None, <wchar.h>) 623SYMBOL(mbrtoc16, None, <uchar.h>) 624SYMBOL(mbrtoc32, None, <uchar.h>) 625SYMBOL(mbrtowc, None, <wchar.h>) 626SYMBOL(mbsinit, None, <wchar.h>) 627SYMBOL(mbsrtowcs, None, <wchar.h>) 628SYMBOL(mbsrtowcs_s, None, <wchar.h>) 629SYMBOL(mbstowcs, None, <stdlib.h>) 630SYMBOL(mbstowcs_s, None, <stdlib.h>) 631SYMBOL(mbtowc, None, <stdlib.h>) 632SYMBOL(memchr, None, <string.h>) 633SYMBOL(memcmp, None, <string.h>) 634SYMBOL(memcpy, None, <string.h>) 635SYMBOL(memcpy_s, None, <string.h>) 636SYMBOL(memmove, None, <string.h>) 637SYMBOL(memmove_s, None, <string.h>) 638SYMBOL(memory_order, None, <stdatomic.h>) 639SYMBOL(memory_order_acq_rel, None, <stdatomic.h>) 640SYMBOL(memory_order_acquire, None, <stdatomic.h>) 641SYMBOL(memory_order_consume, None, <stdatomic.h>) 642SYMBOL(memory_order_relaxed, None, <stdatomic.h>) 643SYMBOL(memory_order_release, None, <stdatomic.h>) 644SYMBOL(memory_order_seq_cst, None, <stdatomic.h>) 645SYMBOL(memset, None, <string.h>) 646SYMBOL(memset_s, None, <string.h>) 647SYMBOL(mktime, None, <time.h>) 648SYMBOL(modf, None, <math.h>) 649SYMBOL(modff, None, <math.h>) 650SYMBOL(modfl, None, <math.h>) 651SYMBOL(mtx_destroy, None, <threads.h>) 652SYMBOL(mtx_init, None, <threads.h>) 653SYMBOL(mtx_lock, None, <threads.h>) 654SYMBOL(mtx_plain, None, <threads.h>) 655SYMBOL(mtx_recursive, None, <threads.h>) 656SYMBOL(mtx_t, None, <threads.h>) 657SYMBOL(mtx_timed, None, <threads.h>) 658SYMBOL(mtx_timedlock, None, <threads.h>) 659SYMBOL(mtx_trylock, None, <threads.h>) 660SYMBOL(mtx_unlock, None, <threads.h>) 661SYMBOL(nan, None, <math.h>) 662SYMBOL(nanf, None, <math.h>) 663SYMBOL(nanl, None, <math.h>) 664SYMBOL(nearbyint, None, <math.h>) 665SYMBOL(nearbyintf, None, <math.h>) 666SYMBOL(nearbyintl, None, <math.h>) 667SYMBOL(nextafter, None, <math.h>) 668SYMBOL(nextafterf, None, <math.h>) 669SYMBOL(nextafterl, None, <math.h>) 670SYMBOL(nexttoward, None, <math.h>) 671SYMBOL(nexttowardf, None, <math.h>) 672SYMBOL(nexttowardl, None, <math.h>) 673SYMBOL(noreturn, None, <stdnoreturn.h>) 674SYMBOL(not, None, <iso646.h>) 675SYMBOL(not_eq, None, <iso646.h>) 676SYMBOL(offsetof, None, <stddef.h>) 677SYMBOL(once_flag, None, <threads.h>) 678SYMBOL(or, None, <iso646.h>) 679SYMBOL(or_eq, None, <iso646.h>) 680SYMBOL(perror, None, <stdio.h>) 681SYMBOL(pow, None, <math.h>) 682SYMBOL(powf, None, <math.h>) 683SYMBOL(powl, None, <math.h>) 684SYMBOL(printf, None, <stdio.h>) 685SYMBOL(printf_s, None, <stdio.h>) 686SYMBOL(ptrdiff_t, None, <stddef.h>) 687SYMBOL(putc, None, <stdio.h>) 688SYMBOL(putchar, None, <stdio.h>) 689SYMBOL(puts, None, <stdio.h>) 690SYMBOL(putwc, None, <wchar.h>) 691SYMBOL(putwchar, None, <wchar.h>) 692SYMBOL(qsort, None, <stdlib.h>) 693SYMBOL(qsort_s, None, <stdlib.h>) 694SYMBOL(quick_exit, None, <stdlib.h>) 695SYMBOL(raise, None, <signal.h>) 696SYMBOL(rand, None, <stdlib.h>) 697SYMBOL(realloc, None, <stdlib.h>) 698SYMBOL(remainder, None, <math.h>) 699SYMBOL(remainderf, None, <math.h>) 700SYMBOL(remainderl, None, <math.h>) 701SYMBOL(remove, None, <stdio.h>) 702SYMBOL(remquo, None, <math.h>) 703SYMBOL(remquof, None, <math.h>) 704SYMBOL(remquol, None, <math.h>) 705SYMBOL(rename, None, <stdio.h>) 706SYMBOL(rewind, None, <stdio.h>) 707SYMBOL(rint, None, <math.h>) 708SYMBOL(rintf, None, <math.h>) 709SYMBOL(rintl, None, <math.h>) 710SYMBOL(round, None, <math.h>) 711SYMBOL(roundf, None, <math.h>) 712SYMBOL(roundl, None, <math.h>) 713SYMBOL(rsize_t, None, <stddef.h>) 714SYMBOL(scalbln, None, <math.h>) 715SYMBOL(scalblnf, None, <math.h>) 716SYMBOL(scalblnl, None, <math.h>) 717SYMBOL(scalbn, None, <math.h>) 718SYMBOL(scalbnf, None, <math.h>) 719SYMBOL(scalbnl, None, <math.h>) 720SYMBOL(scanf, None, <stdio.h>) 721SYMBOL(scanf_s, None, <stdio.h>) 722SYMBOL(set_constraint_handler_s, None, <stdlib.h>) 723SYMBOL(setbuf, None, <stdio.h>) 724SYMBOL(setjmp, None, <setjmp.h>) 725SYMBOL(setlocale, None, <locale.h>) 726SYMBOL(setvbuf, None, <stdio.h>) 727SYMBOL(sig_atomic_t, None, <signal.h>) 728SYMBOL(signal, None, <signal.h>) 729SYMBOL(signbit, None, <math.h>) 730SYMBOL(sin, None, <math.h>) 731SYMBOL(sinf, None, <math.h>) 732SYMBOL(sinh, None, <math.h>) 733SYMBOL(sinhf, None, <math.h>) 734SYMBOL(sinhl, None, <math.h>) 735SYMBOL(sinl, None, <math.h>) 736SYMBOL(snprintf, None, <stdio.h>) 737SYMBOL(snprintf_s, None, <stdio.h>) 738SYMBOL(snwprintf_s, None, <wchar.h>) 739SYMBOL(sprintf, None, <stdio.h>) 740SYMBOL(sprintf_s, None, <stdio.h>) 741SYMBOL(sqrt, None, <math.h>) 742SYMBOL(sqrtf, None, <math.h>) 743SYMBOL(sqrtl, None, <math.h>) 744SYMBOL(srand, None, <stdlib.h>) 745SYMBOL(sscanf, None, <stdio.h>) 746SYMBOL(sscanf_s, None, <stdio.h>) 747SYMBOL(static_assert, None, <assert.h>) 748SYMBOL(stderr, None, <stdio.h>) 749SYMBOL(stdin, None, <stdio.h>) 750SYMBOL(stdout, None, <stdio.h>) 751SYMBOL(strcat, None, <string.h>) 752SYMBOL(strcat_s, None, <string.h>) 753SYMBOL(strchr, None, <string.h>) 754SYMBOL(strcmp, None, <string.h>) 755SYMBOL(strcoll, None, <string.h>) 756SYMBOL(strcpy, None, <string.h>) 757SYMBOL(strcpy_s, None, <string.h>) 758SYMBOL(strcspn, None, <string.h>) 759SYMBOL(strerror, None, <string.h>) 760SYMBOL(strerror_s, None, <string.h>) 761SYMBOL(strerrorlen_s, None, <string.h>) 762SYMBOL(strftime, None, <time.h>) 763SYMBOL(strlen, None, <string.h>) 764SYMBOL(strncat, None, <string.h>) 765SYMBOL(strncat_s, None, <string.h>) 766SYMBOL(strncmp, None, <string.h>) 767SYMBOL(strncpy, None, <string.h>) 768SYMBOL(strncpy_s, None, <string.h>) 769SYMBOL(strnlen_s, None, <string.h>) 770SYMBOL(strpbrk, None, <string.h>) 771SYMBOL(strrchr, None, <string.h>) 772SYMBOL(strspn, None, <string.h>) 773SYMBOL(strstr, None, <string.h>) 774SYMBOL(strtod, None, <stdlib.h>) 775SYMBOL(strtof, None, <stdlib.h>) 776SYMBOL(strtoimax, None, <inttypes.h>) 777SYMBOL(strtok, None, <string.h>) 778SYMBOL(strtok_s, None, <string.h>) 779SYMBOL(strtol, None, <stdlib.h>) 780SYMBOL(strtold, None, <stdlib.h>) 781SYMBOL(strtoll, None, <stdlib.h>) 782SYMBOL(strtoul, None, <stdlib.h>) 783SYMBOL(strtoull, None, <stdlib.h>) 784SYMBOL(strtoumax, None, <inttypes.h>) 785SYMBOL(strxfrm, None, <string.h>) 786SYMBOL(swprintf, None, <wchar.h>) 787SYMBOL(swprintf_s, None, <wchar.h>) 788SYMBOL(swscanf, None, <wchar.h>) 789SYMBOL(swscanf_s, None, <wchar.h>) 790SYMBOL(system, None, <stdlib.h>) 791SYMBOL(tan, None, <math.h>) 792SYMBOL(tanf, None, <math.h>) 793SYMBOL(tanh, None, <math.h>) 794SYMBOL(tanhf, None, <math.h>) 795SYMBOL(tanhl, None, <math.h>) 796SYMBOL(tanl, None, <math.h>) 797SYMBOL(tgamma, None, <math.h>) 798SYMBOL(tgammaf, None, <math.h>) 799SYMBOL(tgammal, None, <math.h>) 800SYMBOL(thrd_busy, None, <threads.h>) 801SYMBOL(thrd_create, None, <threads.h>) 802SYMBOL(thrd_current, None, <threads.h>) 803SYMBOL(thrd_detach, None, <threads.h>) 804SYMBOL(thrd_equal, None, <threads.h>) 805SYMBOL(thrd_error, None, <threads.h>) 806SYMBOL(thrd_join, None, <threads.h>) 807SYMBOL(thrd_nomem, None, <threads.h>) 808SYMBOL(thrd_sleep, None, <threads.h>) 809SYMBOL(thrd_start_t, None, <threads.h>) 810SYMBOL(thrd_success, None, <threads.h>) 811SYMBOL(thrd_t, None, <threads.h>) 812SYMBOL(thrd_timedout, None, <threads.h>) 813SYMBOL(thrd_yield, None, <threads.h>) 814SYMBOL(thread_local, None, <threads.h>) 815SYMBOL(time, None, <time.h>) 816SYMBOL(time_t, None, <time.h>) 817SYMBOL(timespec, None, <time.h>) 818SYMBOL(timespec_get, None, <time.h>) 819SYMBOL(tm, None, <time.h>) 820SYMBOL(tmpfile, None, <stdio.h>) 821SYMBOL(tmpfile_s, None, <stdio.h>) 822SYMBOL(tmpnam, None, <stdio.h>) 823SYMBOL(tmpnam_s, None, <stdio.h>) 824SYMBOL(tolower, None, <ctype.h>) 825SYMBOL(toupper, None, <ctype.h>) 826SYMBOL(towctrans, None, <wctype.h>) 827SYMBOL(towlower, None, <wctype.h>) 828SYMBOL(towupper, None, <wctype.h>) 829SYMBOL(trunc, None, <math.h>) 830SYMBOL(truncf, None, <math.h>) 831SYMBOL(truncl, None, <math.h>) 832SYMBOL(tss_create, None, <threads.h>) 833SYMBOL(tss_delete, None, <threads.h>) 834SYMBOL(tss_dtor_t, None, <threads.h>) 835SYMBOL(tss_get, None, <threads.h>) 836SYMBOL(tss_set, None, <threads.h>) 837SYMBOL(tss_t, None, <threads.h>) 838SYMBOL(uint16_t, None, <stdint.h>) 839SYMBOL(uint32_t, None, <stdint.h>) 840SYMBOL(uint64_t, None, <stdint.h>) 841SYMBOL(uint8_t, None, <stdint.h>) 842SYMBOL(uint_fast16_t, None, <stdint.h>) 843SYMBOL(uint_fast32_t, None, <stdint.h>) 844SYMBOL(uint_fast64_t, None, <stdint.h>) 845SYMBOL(uint_fast8_t, None, <stdint.h>) 846SYMBOL(uint_least16_t, None, <stdint.h>) 847SYMBOL(uint_least32_t, None, <stdint.h>) 848SYMBOL(uint_least64_t, None, <stdint.h>) 849SYMBOL(uint_least8_t, None, <stdint.h>) 850SYMBOL(uintmax_t, None, <stdint.h>) 851SYMBOL(uintptr_t, None, <stdint.h>) 852SYMBOL(ungetc, None, <stdio.h>) 853SYMBOL(ungetwc, None, <wchar.h>) 854SYMBOL(va_arg, None, <stdarg.h>) 855SYMBOL(va_copy, None, <stdarg.h>) 856SYMBOL(va_end, None, <stdarg.h>) 857SYMBOL(va_start, None, <stdarg.h>) 858SYMBOL(vfprintf, None, <stdio.h>) 859SYMBOL(vfprintf_s, None, <stdio.h>) 860SYMBOL(vfscanf, None, <stdio.h>) 861SYMBOL(vfscanf_s, None, <stdio.h>) 862SYMBOL(vfwprintf, None, <wchar.h>) 863SYMBOL(vfwprintf_s, None, <wchar.h>) 864SYMBOL(vfwscanf, None, <wchar.h>) 865SYMBOL(vfwscanf_s, None, <wchar.h>) 866SYMBOL(vprintf, None, <stdio.h>) 867SYMBOL(vprintf_s, None, <stdio.h>) 868SYMBOL(vscanf, None, <stdio.h>) 869SYMBOL(vscanf_s, None, <stdio.h>) 870SYMBOL(vsnprintf, None, <stdio.h>) 871SYMBOL(vsnprintf_s, None, <stdio.h>) 872SYMBOL(vsnwprintf_s, None, <wchar.h>) 873SYMBOL(vsprintf, None, <stdio.h>) 874SYMBOL(vsprintf_s, None, <stdio.h>) 875SYMBOL(vsscanf, None, <stdio.h>) 876SYMBOL(vsscanf_s, None, <stdio.h>) 877SYMBOL(vswprintf, None, <wchar.h>) 878SYMBOL(vswprintf_s, None, <wchar.h>) 879SYMBOL(vswscanf, None, <wchar.h>) 880SYMBOL(vswscanf_s, None, <wchar.h>) 881SYMBOL(vwprintf, None, <wchar.h>) 882SYMBOL(vwprintf_s, None, <wchar.h>) 883SYMBOL(vwscanf, None, <wchar.h>) 884SYMBOL(vwscanf_s, None, <wchar.h>) 885SYMBOL(wchar_t, None, <wchar.h>) 886SYMBOL(wcrtomb, None, <wchar.h>) 887SYMBOL(wcrtomb_s, None, <wchar.h>) 888SYMBOL(wcscat, None, <wchar.h>) 889SYMBOL(wcscat_s, None, <wchar.h>) 890SYMBOL(wcschr, None, <wchar.h>) 891SYMBOL(wcscmp, None, <wchar.h>) 892SYMBOL(wcscoll, None, <wchar.h>) 893SYMBOL(wcscpy, None, <wchar.h>) 894SYMBOL(wcscpy_s, None, <wchar.h>) 895SYMBOL(wcscspn, None, <wchar.h>) 896SYMBOL(wcsftime, None, <wchar.h>) 897SYMBOL(wcslen, None, <wchar.h>) 898SYMBOL(wcsncat, None, <wchar.h>) 899SYMBOL(wcsncat_s, None, <wchar.h>) 900SYMBOL(wcsncmp, None, <wchar.h>) 901SYMBOL(wcsncpy, None, <wchar.h>) 902SYMBOL(wcsncpy_s, None, <wchar.h>) 903SYMBOL(wcsnlen_s, None, <wchar.h>) 904SYMBOL(wcspbrk, None, <wchar.h>) 905SYMBOL(wcsrchr, None, <wchar.h>) 906SYMBOL(wcsrtombs, None, <wchar.h>) 907SYMBOL(wcsrtombs_s, None, <wchar.h>) 908SYMBOL(wcsspn, None, <wchar.h>) 909SYMBOL(wcsstr, None, <wchar.h>) 910SYMBOL(wcstod, None, <wchar.h>) 911SYMBOL(wcstof, None, <wchar.h>) 912SYMBOL(wcstoimax, None, <inttypes.h>) 913SYMBOL(wcstok, None, <wchar.h>) 914SYMBOL(wcstok_s, None, <wchar.h>) 915SYMBOL(wcstol, None, <wchar.h>) 916SYMBOL(wcstold, None, <wchar.h>) 917SYMBOL(wcstoll, None, <wchar.h>) 918SYMBOL(wcstombs, None, <stdlib.h>) 919SYMBOL(wcstombs_s, None, <stdlib.h>) 920SYMBOL(wcstoul, None, <wchar.h>) 921SYMBOL(wcstoull, None, <wchar.h>) 922SYMBOL(wcstoumax, None, <inttypes.h>) 923SYMBOL(wcsxfrm, None, <wchar.h>) 924SYMBOL(wctob, None, <wchar.h>) 925SYMBOL(wctomb, None, <stdlib.h>) 926SYMBOL(wctomb_s, None, <stdlib.h>) 927SYMBOL(wctrans, None, <wctype.h>) 928SYMBOL(wctrans_t, None, <wctype.h>) 929SYMBOL(wctype, None, <wctype.h>) 930SYMBOL(wctype_t, None, <wctype.h>) 931SYMBOL(wint_t, None, <wctype.h>) 932SYMBOL(wmemchr, None, <wchar.h>) 933SYMBOL(wmemcmp, None, <wchar.h>) 934SYMBOL(wmemcpy, None, <wchar.h>) 935SYMBOL(wmemcpy_s, None, <wchar.h>) 936SYMBOL(wmemmove, None, <wchar.h>) 937SYMBOL(wmemmove_s, None, <wchar.h>) 938SYMBOL(wmemset, None, <wchar.h>) 939SYMBOL(wprintf, None, <wchar.h>) 940SYMBOL(wprintf_s, None, <wchar.h>) 941SYMBOL(wscanf, None, <wchar.h>) 942SYMBOL(wscanf_s, None, <wchar.h>) 943SYMBOL(xor, None, <iso646.h>) 944SYMBOL(xor_eq, None, <iso646.h>) 945