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