| 1 | LIBRARY api-ms-win-crt-convert-l1-1-0 |
| 2 | |
| 3 | EXPORTS |
| 4 | |
| 5 | #include "func.def.in" |
| 6 | |
| 7 | __toascii |
| 8 | toascii == __toascii |
| 9 | _atodbl |
| 10 | _atodbl_l |
| 11 | _atof_l |
| 12 | _atoflt |
| 13 | _atoflt_l |
| 14 | _atoi64 |
| 15 | _atoi64_l |
| 16 | _atoi_l |
| 17 | _atol_l |
| 18 | _atoldbl |
| 19 | _atoldbl_l |
| 20 | _atoll_l |
| 21 | _ecvt |
| 22 | ecvt == _ecvt |
| 23 | _ecvt_s |
| 24 | _fcvt |
| 25 | fcvt == _fcvt |
| 26 | _fcvt_s |
| 27 | _gcvt |
| 28 | gcvt == _gcvt |
| 29 | _gcvt_s |
| 30 | _i64toa |
| 31 | _i64toa_s |
| 32 | _i64tow |
| 33 | _i64tow_s |
| 34 | _itoa |
| 35 | itoa == _itoa |
| 36 | _itoa_s |
| 37 | _itow |
| 38 | _itow_s |
| 39 | _ltoa |
| 40 | ltoa == _ltoa |
| 41 | _ltoa_s |
| 42 | _ltow |
| 43 | _ltow_s |
| 44 | _strtod_l |
| 45 | _strtof_l |
| 46 | _strtoi64 |
| 47 | _strtoi64_l |
| 48 | _strtoimax_l |
| 49 | _strtol_l |
| 50 | F_LD64(_strtold_l) ; Can't use long double functions from the CRT on x86 |
| 51 | _strtoll_l |
| 52 | _strtoui64 |
| 53 | _strtoui64_l |
| 54 | _strtoul_l |
| 55 | _strtoull_l |
| 56 | _strtoumax_l |
| 57 | _ui64toa |
| 58 | _ui64toa_s |
| 59 | _ui64tow |
| 60 | _ui64tow_s |
| 61 | _ultoa |
| 62 | _ultoa_s |
| 63 | _ultow |
| 64 | _ultow_s |
| 65 | _wcstod_l |
| 66 | _wcstof_l |
| 67 | _wcstoi64 |
| 68 | _wcstoi64_l |
| 69 | _wcstoimax_l |
| 70 | _wcstol_l |
| 71 | F_LD64(_wcstold_l) ; Can't use long double functions from the CRT on x86 |
| 72 | _wcstoll_l |
| 73 | _wcstombs_l |
| 74 | _wcstombs_s_l |
| 75 | _wcstoui64 |
| 76 | _wcstoui64_l |
| 77 | _wcstoul_l |
| 78 | _wcstoull_l |
| 79 | _wcstoumax_l |
| 80 | _wctomb_l |
| 81 | _wctomb_s_l |
| 82 | _wtof |
| 83 | _wtof_l |
| 84 | _wtoi |
| 85 | _wtoi64 |
| 86 | _wtoi64_l |
| 87 | _wtoi_l |
| 88 | _wtol |
| 89 | _wtol_l |
| 90 | _wtoll |
| 91 | _wtoll_l |
| 92 | atof |
| 93 | atoi |
| 94 | atol |
| 95 | atoll |
| 96 | ; btowc ; replaced for consistency with wctob |
| 97 | c16rtomb |
| 98 | c32rtomb |
| 99 | mbrtoc16 |
| 100 | mbrtoc32 |
| 101 | mbrtowc |
| 102 | mbsrtowcs |
| 103 | mbsrtowcs_s |
| 104 | mbstowcs |
| 105 | mbstowcs_s |
| 106 | mbtowc |
| 107 | strtod |
| 108 | strtof |
| 109 | strtoimax |
| 110 | strtol |
| 111 | F_LD64(strtold) ; Can't use long double functions from the CRT on x86 |
| 112 | strtoll |
| 113 | strtoul |
| 114 | strtoull |
| 115 | strtoumax |
| 116 | wcrtomb |
| 117 | wcrtomb_s |
| 118 | wcsrtombs |
| 119 | wcsrtombs_s |
| 120 | wcstod |
| 121 | wcstof |
| 122 | wcstoimax |
| 123 | wcstol |
| 124 | F_LD64(wcstold) ; Can't use long double functions from the CRT on x86 |
| 125 | wcstoll |
| 126 | wcstombs |
| 127 | wcstombs_s |
| 128 | wcstoul |
| 129 | wcstoull |
| 130 | wcstoumax |
| 131 | ; wctob ; replaced, CRT version may sign-extend its return value |
| 132 | wctomb |
| 133 | wctomb_s |
| 134 | wctrans |