Changeset 4809 for trunk/src/msvcrt


Ignore:
Timestamp:
Dec 16, 2000, 11:53:51 PM (25 years ago)
Author:
bird
Message:

Added or update the description. (It is used in the bldlevel info.)

Location:
trunk/src/msvcrt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/msvcrt.def

    r4128 r4809  
    1 ; $Id: msvcrt.def,v 1.19 2000-08-31 00:03:11 phaller Exp $
     1; $Id: msvcrt.def,v 1.20 2000-12-16 22:53:22 bird Exp $
    22
    33;
     
    55;
    66LIBRARY MSVCRT INITINSTANCE TERMINSTANCE
     7DESCRIPTION 'Odin32 System DLL - MSVCrt'
    78DATA MULTIPLE NONSHARED
    89
    910EXPORTS
    10     ??0__non_rtti_object@@QAE@ABV0@@Z = _MSVCRT_EXP1            @1
    11     ??0__non_rtti_object@@QAE@PBD@Z = _MSVCRT_EXP2              @2
    12     ??0bad_cast@@QAE@ABQBD@Z    = _MSVCRT_EXP3                  @3
    13     ??0bad_cast@@QAE@ABV0@@Z    = _MSVCRT_EXP4                  @4
    14     ??0bad_typeid@@QAE@ABV0@@Z  = _MSVCRT_EXP5                  @5
    15     ??0bad_typeid@@QAE@PBD@Z    = _MSVCRT_EXP6                  @6
    16     ??0exception@@QAE@ABQBD@Z   = _MSVCRT_EXP7                  @7
    17     ??0exception@@QAE@ABV0@@Z   = _MSVCRT_EXP8                  @8
    18     ??0exception@@QAE@XZ        = _MSVCRT_EXP9                  @9
    19     ??1__non_rtti_object@@UAE@XZ = _MSVCRT_EXP10                @10
    20     ??1bad_cast@@UAE@XZ         = _MSVCRT_EXP11                 @11
    21     ??1bad_typeid@@UAE@XZ       = _MSVCRT_EXP12                 @12
    22     ??1exception@@UAE@XZ        = _MSVCRT_EXP13                 @13
    23     ??1type_info@@UAE@XZ        = _MSVCRT_EXP14                 @14
    24     ??2@YAPAXI@Z                = _MSVCRT_new                   @15
    25     ??3@YAXPAX@Z                = _MSVCRT_delete                @16
    26     ??4__non_rtti_object@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP17       @17
    27     ??4bad_cast@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP18                @18
    28     ??4bad_typeid@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP19              @19
    29     ??4exception@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP20               @20
    30     ??8type_info@@QBEHABV0@@Z   = _MSVCRT_EXP21                 @21
    31     ??9type_info@@QBEHABV0@@Z   = _MSVCRT_EXP22                 @22
    32     ??_7__non_rtti_object@@6B@  = _MSVCRT_EXP23                 @23
    33     ??_7bad_cast@@6B@           = _MSVCRT_EXP24                 @24
    34     ??_7bad_typeid@@6B@         = _MSVCRT_EXP25                 @25
    35     ??_7exception@@6B@          = _MSVCRT_EXP26                 @26
    36     ??_E__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP27            @27
    37     ??_Ebad_cast@@UAEPAXI@Z     = _MSVCRT_EXP28                 @28
    38     ??_Ebad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP29                 @29
    39     ??_Eexception@@UAEPAXI@Z    = _MSVCRT_EXP30                 @30
    40     ??_G__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP31            @31
    41     ??_Gbad_cast@@UAEPAXI@Z     = _MSVCRT_EXP32                 @32
    42     ??_Gbad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP34                 @33
    43     ??_Gexception@@UAEPAXI@Z    = _MSVCRT_EXP34                 @34
    44     ?_query_new_handler@@YAP6AHI@ZXZ = _MSVCRT_EXP35            @35
    45     ?_query_new_mode@@YAHXZ     = _MSVCRT_EXP36                 @36
    46     ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _MSVCRT_set_new_handler     @37
    47     ?_set_new_mode@@YAHH@Z      = _MSVCRT_EXP38                 @38
    48     ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = _MSVCRT_EXP39    @39
    49     ?before@type_info@@QBEHABV1@@Z = _MSVCRT_EXP40              @40
    50     ?name@type_info@@QBEPBDXZ   = _MSVCRT_EXP41                 @41
    51     ?raw_name@type_info@@QBEPBDXZ = _MSVCRT_EXP42               @42
    52     ?set_new_handler@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP43          @43
    53     ?set_terminate@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP44            @44
    54     ?set_unexpected@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP45           @45
    55     ?terminate@@YAXXZ           = _MSVCRT_EXP46                 @46
    56     ?unexpected@@YAXXZ          = _MSVCRT_EXP47                 @47
    57     ?what@exception@@UBEPBDXZ   = _MSVCRT_EXP48                 @48
    58     $I10_OUTPUT                 = _MSVCRT_EXP49                 @49
    59     _CIacos                     = _CRTDLL__CIacos               @50
    60     _CIasin                     = _CRTDLL__CIasin               @51
    61     _CIatan                     = _CRTDLL__CIatan               @52
    62     _CIatan2                    = _CRTDLL__CIatan2              @53
    63     _CIcos                      = _CRTDLL__CIcos                @54
    64     _CIcosh                     = _CRTDLL__CIcosh               @55
    65     _CIexp                      = _CRTDLL__CIexp                @56
    66     _CIfmod                     = _CRTDLL__CIfmod               @57
    67     _CIlog                      = _CRTDLL__CIlog                @58
    68     _CIlog10                    = _CRTDLL__CIlog10              @59
    69     _CIpow                      = _CRTDLL__CIpow                @60
    70     _CIsin                      = _CRTDLL__CIsin                @61
    71     _CIsinh                     = _CRTDLL__CIsinh               @62
    72     _CIsqrt                     = _CRTDLL__CIsqrt               @63
    73     _CItan                      = _CRTDLL__CItan                @64
    74     _CItanh                     = _CRTDLL__CItanh               @65
    75     _CxxThrowException          = _MSVCRT__CxxThrowException    @66
    76     _EH_prolog                  = _MSVCRT__EH_prolog            @67
    77 ;   _Getdays                                                    @68
    78 ;   _Getmonths                                                  @69
    79 ;   _Gettnames                                                  @70
    80     _HUGE                       = MSVCRT__HUGE                  @71
    81 ;   _Strftime                   =                               @72
    82     _XcptFilter                 = _CRTDLL__XcptFilter           @73
    83     __CxxFrameHandler           = _MSVCRT___CxxFrameHandler     @74
    84     __CxxLongjmpUnwind          = _MSVCRT___CxxLongjmpUnwind    @75
    85 ;   __RTCastToVoid                                              @76
    86 ;   __RTDynamicCast                                             @77
    87 ;   __RTtypeid                                                  @78
    88 ;   __STRINGTOLD                                                @79
    89     __argc                      = MSVCRT___argc                 @80
    90     __argv                      = MSVCRT___argv                 @81
    91 ;   __badioinfo                                                 @82
    92 ;;;;;    __crtCompareStringA            = KERNEL32_CompareStringA       @83
    93 ;;;;;    __crtGetLocaleInfoW            = KERNEL32_GetLocaleInfoW       @84
    94 ;;;;;    __crtLCMapStringA              = KERNEL32_LCMapStringA         @85
    95     __dllonexit                 = _CRTDLL___dllonexit           @86
    96     __doserrno                  = _CRTDLL___doserrno            @87
    97     __fpecode                   = _CRTDLL___fpecode             @88
    98     __getmainargs               = _MSVCRT___GetMainArgs         @89
    99     __initenv                   = _MSVCRT___initenv             @90
    100     __isascii                   = _CRTDLL___isascii             @91
    101     __iscsym                    = _CRTDLL___iscsym              @92
    102     __iscsymf                   = _CRTDLL___iscsymf             @93
    103 ;   __lc_codepage                                               @94
    104 ;   __lc_collate_cp                                             @95
    105 ;   __lc_handle                                                 @96
    106 ;   __lconv_init                                                @97
    107     __mb_cur_max                = MSVCRT___mb_cur_max           @98
    108     __p___argc                  = _MSVCRT___p___argc            @99
    109 
    110 
    111     __p___argv                  = _MSVCRT___p___argv            @100
    112     __p___initenv               = _MSVCRT___p__initenv          @101
    113     __p___mb_cur_max            = _MSVCRT___p___mb_cur_max      @102
    114     __p___wargv                 = _MSVCRT___p___wargv           @103
    115 ;   __p___winitenv                                              @104
    116     __p__acmdln                 = _MSVCRT___p__acmdln           @105
    117 ;   __p__amblksiz                                               @106
    118     __p__commode                = _MSVCRT___p__commode          @107
    119     __p__daylight               = _MSVCRT___p__daylight         @108
    120 ;   __p__dstbias                                                @109
    121     __p__environ                = _MSVCRT___p__environ          @110
    122     __p__fileinfo               = _MSVCRT___p__fileinfo         @111
    123     __p__fmode                  = _MSVCRT___p__fmode            @112
    124     __p__iob                    = _MSVCRT___p__iob              @113
    125 ;   __p__mbcasemap                                              @114
    126 ;   __p__mbctype                                                @115
    127     __p__osver                  = _MSVCRT___p__osver            @116
    128     __p__pctype                 = _MSVCRT___p__pctype           @117
    129     __p__pgmptr                 = _MSVCRT___p__pgmptr           @118
    130     __p__pwctype                = _MSVCRT___p__pwctype          @119
    131     __p__timezone               = _MSVCRT___p__timezone         @120
    132     __p__tzname                 = _MSVCRT___p__tzname           @121
    133     __p__wcmdln                 = _MSVCRT___p__wcmdln           @122
    134 ;   __p__wenviron                                               @123
    135     __p__winmajor               = _MSVCRT___p__winmajor         @124
    136     __p__winminor               = _MSVCRT___p__winminor         @125
    137     __p__winver                 = _MSVCRT___p__winver           @126
    138 ;   __p__wpgmptr                                                @127
    139 ;   __pioinfo                                                   @128
    140 ;   __pxcptinfoptrs                                             @129
    141     __set_app_type              = _MSVCRT___set_app_type        @130
    142 ;   __setlc_active                                              @131
    143     __setusermatherr            = _MSVCRT___setusermatherr      @132
    144     __threadhandle              = _CRTDLL___threadhandle        @133
    145     __threadid                  = _CRTDLL___threadid            @134
    146 ;   __toascii                   = _CRTDLL___toascii             @135
    147 ;   __unDName                                                   @136
    148 ;   __unDNameEx                                                 @137
    149 ;   __unguarded_readlc_active                                   @138
    150     __wargv                                                     @139
    151     __wgetmainargs              = _MSVCRT___wgetmainargs        @140
    152 ;   __winitenv                                                  @141
    153     _abnormal_termination       = _CRTDLL__abnormal_termination @142
    154     _access                     = _CRTDLL__access               @143
    155     _acmdln                     = MSVCRT__acmdln                @144 ; var export
    156 ;   _adj_fdiv_m16i                                              @145
    157 ;   _adj_fdiv_m32                                               @146
    158 ;   _adj_fdiv_m32i                                              @147
    159 ;   _adj_fdiv_m64                                               @148
    160 ;   _adj_fdiv_r                                                 @149
    161 ;   _adj_fdivr_m16i                                             @150
    162 ;   _adj_fdivr_m32                                              @151
    163 ;   _adj_fdivr_m32i                                             @152
    164 ;   _adj_fdivr_m64                                              @153
    165 ;   _adj_fpatan                                                 @154
    166 ;   _adj_fprem                                                  @155
    167 ;   _adj_fprem1                                                 @156
    168 ;   _adj_fptan                                                  @157
    169     _adjust_fdiv                = _MSVCRT__adjust_fdiv          @158
    170     _aexit_rtn                  = _MSVCRT__aexit_rtn            @159
    171     _amsg_exit                  = _CRTDLL__amsg_exit            @160
    172     _assert                     = _CRTDLL__assert               @161
    173 ;   _atodbl                                                     @162
    174     _atoi64                     = _MSVCRT__atoi64               @163
    175 ;   _atoldbl                                                    @164
    176     _beep                       = _CRTDLL__beep                 @165
    177     _beginthread                = _CRTDLL__beginthread          @166
    178     _beginthreadex              = _MSVCRT__beginthreadex        @167
    179     _c_exit                     = _CRTDLL__c_exit               @168
    180     _cabs                       = _CRTDLL__cabs                 @169
    181     _cexit                      = _CRTDLL__cexit                @171
    182     _cgets                      = _CRTDLL__cgets                @172
    183     _chdir                      = _CRTDLL__chdir                @173
    184     _chdrive                    = _CRTDLL__chdrive              @174
    185     _chgsign                    = _CRTDLL__chgsign              @175
    186 ;   _chkesp                                                     @176
    187     _chmod                      = _CRTDLL__chmod                @177
    188     _chsize                     = _CRTDLL__chsize               @178
    189     _clearfp                    = _CRTDLL__clearfp              @179
    190     _close                      = _CRTDLL__close                @180
    191     _commit                     = _CRTDLL__commit               @181
    192     _commode                    = MSVCRT__commode               @182
    193     _control87                  = _CRTDLL__control87            @183
    194     _controlfp                  = _CRTDLL__controlfp            @184
    195     _copysign                   = _CRTDLL__copysign             @185
    196     _cprintf                    = _CRTDLL__cprintf              @186
    197     _cputs                      = _CRTDLL__cputs                @187
    198     _creat                      = _CRTDLL__creat                @188
    199     _cscanf                     = _CRTDLL__cscanf               @189
    200     _ctype                      = CRTDLL_ctype                  @190
    201     _cwait                      = _CRTDLL__cwait                @191
    202     _daylight                   = MSVCRT__daylight              @192
    203 ;   _dstbias                                                    @193
    204     _dup                        = _CRTDLL__dup                  @194
    205     _dup2                       = _CRTDLL__dup2                 @195
    206     _ecvt                       = _CRTDLL__ecvt                 @196
    207     _endthread                  = _CRTDLL__endthread            @197
    208     _endthreadex                = _MSVCRT__endthreadex          @198
    209     _environ                    = MSVCRT__environ               @199
    210 
    211 
    212     _eof                        = _CRTDLL__eof                  @200
    213     _errno                      = _CRTDLL__errno                @201
    214     _except_handler2            = _CRTDLL__except_handler2      @202
    215     _except_handler3            = _MSVCRT__except_handler3      @203
    216     _execl                      = _CRTDLL__execl                @204
    217     _execle                     = _CRTDLL__execle               @205
    218     _execlp                     = _CRTDLL__execlp               @206
    219     _execlpe                    = _CRTDLL__execlpe              @207
    220     _execv                      = _CRTDLL__execv                @208
    221     _execve                     = _CRTDLL__execve               @209
    222     _execvp                     = _CRTDLL__execvp               @210
    223     _execvpe                    = _CRTDLL__execvpe              @211
    224     _exit                       = _CRTDLL__exit                 @212
    225     _expand                     = _CRTDLL__expand               @213
    226     _fcloseall                  = _CRTDLL__fcloseall            @214
    227     _fcvt                       = _CRTDLL__fcvt                 @215
    228     _fdopen                     = _CRTDLL__fdopen               @216
    229     _fgetchar                   = _CRTDLL__fgetchar             @217
    230     _fgetwchar                  = _CRTDLL__fgetwchar            @218
    231     _filbuf                     = _CRTDLL__filbuf               @219
    232     _fileinfo                   = MSVCRT__fileinfo              @220
    233     _filelength                 = _CRTDLL__filelength           @221
    234     _filelengthi64              = _MSVCRT__filelengthi64        @222
    235     _fileno                     = _CRTDLL__fileno               @223
    236     _findclose                  = _CRTDLL__findclose            @224
    237     _findfirst                  = _CRTDLL__findfirst            @225
    238     _findfirsti64               = _MSVCRT__findfirsti64         @226
    239     _findnext                   = _CRTDLL__findnext             @227
    240     _findnexti64                = _MSVCRT__findnexti64          @228
    241     _finite                     = _CRTDLL__finite               @229
    242     _flsbuf                     = _CRTDLL__flsbuf               @230
    243     _flushall                   = _CRTDLL__flushall             @231
    244     _fmode                      = MSVCRT__fmode                 @232
    245     _fpclass                    = _CRTDLL__fpclass              @233
    246     _fpieee_flt                 = _CRTDLL__fpieee_flt           @234
    247     _fpreset                    = _CRTDLL__fpreset              @235
    248     _fputchar                   = _CRTDLL__fputchar             @236
    249     _fputwchar                  = _CRTDLL__fputwchar            @237
    250     _fsopen                     = _CRTDLL__fsopen               @238
    251     _fstat                      = _CRTDLL__fstat                @239
    252     _fstati64                   = _MSVCRT__fstati64             @240
    253     _ftime                      = _CRTDLL__ftime                @241
    254     _ftol                       = _CRTDLL__ftol                 @242
    255     _fullpath                   = _CRTDLL__fullpath             @243
    256     _futime                     = _CRTDLL__futime               @244
    257     _gcvt                       = _CRTDLL__gcvt                 @245
    258     _get_osfhandle              = _CRTDLL__get_osfhandle        @246
    259     _get_sbh_threshold          = _MSVCRT__get_sbh_threshold    @247
    260     _getch                      = _CRTDLL__getch                @248
    261     _getche                     = _CRTDLL__getche               @249
    262     _getcwd                     = _CRTDLL__getcwd               @250
    263     _getdcwd                    = _CRTDLL__getdcwd              @251
    264     _getdiskfree                = _CRTDLL__getdiskfree          @252
    265 ;   _getdllprocaddr                                             @253
    266     _getdrive                   = _CRTDLL__getdrive             @254
    267     _getdrives                  = _CRTDLL__getdrives            @255
    268     _getmaxstdio                = _MSVCRT__getmaxstdio          @256
    269     _getmbcp                    = _MSVCRT__getmbcp              @257
    270     _getpid                     = _CRTDLL__getpid               @258
    271     _getsystime                 = _CRTDLL__getsystime           @259
    272     _getw                       = _CRTDLL__getw                 @260
    273     _getws                      = _MSVCRT__getws                @261
    274     _global_unwind2             = _CRTDLL__global_unwind2       @262
    275     _heapadd                    = _MSVCRT__heapadd              @263
    276     _heapchk                    = _CRTDLL__heapchk              @264
    277     _heapmin                    = _CRTDLL__heapmin              @265
    278     _heapset                    = _CRTDLL__heapset              @266
    279     _heapwalk                   = _CRTDLL__heapwalk             @268
    280     _hypot                      = _CRTDLL__hypot                @269
    281     _i64toa                     = _MSVCRT__i64toa               @270
    282     _i64tow                     = _MSVCRT__i64tow               @271
    283     _initterm                   = _CRTDLL__initterm             @272
    284     _inp                        = _MSVCRT__inp                  @273
    285     _inpd                       = _MSVCRT__inpd                 @274
    286     _inpw                       = _MSVCRT__inpw                 @275
    287     _iob                        = CRTDLL_iob                    @276
    288     _isatty                     = _CRTDLL__isatty               @277
    289     _isctype                    = _CRTDLL__isctype              @278
    290     _ismbbalnum                 = _CRTDLL__ismbbalnum           @279
    291     _ismbbalpha                 = _CRTDLL__ismbbalpha           @280
    292     _ismbbgraph                 = _CRTDLL__ismbbgraph           @281
    293     _ismbbkalnum                = _CRTDLL__ismbbkalnum          @282
    294     _ismbbkana                  = _CRTDLL__ismbbkana            @283
    295     _ismbbkprint                = _MSVCRT__ismbbkprint          @284
    296     _ismbbkpunct                = _CRTDLL__ismbbkpunct          @285
    297     _ismbblead                  = _CRTDLL__ismbblead            @286
    298     _ismbbprint                 = _CRTDLL__ismbbprint           @287
    299     _ismbbpunct                 = _CRTDLL__ismbbpunct           @288
    300     _ismbbtrail                 = _CRTDLL__ismbbtrail           @289
    301     _ismbcalnum                 = _MSVCRT__ismbcalnum           @290
    302     _ismbcalpha                 = _CRTDLL__ismbcalpha           @291
    303     _ismbcdigit                 = _CRTDLL__ismbcdigit           @292
    304     _ismbcgraph                 = _MSVCRT__ismbcgraph           @293
    305     _ismbchira                  = _CRTDLL__ismbchira            @294
    306     _ismbckata                  = _CRTDLL__ismbckata            @295
    307     _ismbcl0                    = _CRTDLL__ismbcl0              @296
    308     _ismbcl1                    = _CRTDLL__ismbcl1              @297
    309     _ismbcl2                    = _CRTDLL__ismbcl2              @298
    310     _ismbclegal                 = _CRTDLL__ismbclegal           @299
    311 
    312 
    313     _ismbclower                 = _CRTDLL__ismbclower           @300
    314     _ismbcprint                 = _CRTDLL__ismbcprint           @301
    315     _ismbcpunct                 = _MSVCRT__ismbcpunct           @302
    316     _ismbcspace                 = _CRTDLL__ismbcspace           @303
    317     _ismbcsymbol                = _CRTDLL__ismbcsymbol          @304
    318     _ismbcupper                 = _CRTDLL__ismbcupper           @305
    319     _ismbslead                  = _CRTDLL__ismbslead            @306
    320     _ismbstrail                 = _CRTDLL__ismbstrail           @307
    321     _isnan                      = _CRTDLL__isnan                @308
    322     _itoa                       = _CRTDLL__itoa                 @309
    323     _itow                       = _MSVCRT__itow                 @310
    324     _j0                         = _CRTDLL__j0                   @311
    325     _j1                         = _CRTDLL__j1                   @312
    326     _jn                         = _CRTDLL__jn                   @313
    327     _kbhit                      = _CRTDLL__kbhit                @314
    328     _lfind                      = _CRTDLL__lfind                @315
    329     _loaddll                    = _CRTDLL__loaddll              @316
    330     _local_unwind2              = _CRTDLL__local_unwind2        @317
    331     _lock                       = _MSVCRT__lock                 @318
    332     _locking                    = _CRTDLL__locking              @319
    333     _logb                       = _CRTDLL__logb                 @320
    334     _longjmpex                  = _CRTDLL_longjmp               @321 ; Not correct
    335     _lrotl                      = _CRTDLL__lrotl                @322
    336     _lrotr                      = _CRTDLL__lrotr                @323
    337     _lsearch                    = _CRTDLL__lsearch              @324
    338     _lseek                      = _CRTDLL__lseek                @325
    339     _lseeki64                   = _MSVCRT__lseeki64             @326
    340     _ltoa                       = _CRTDLL__ltoa                 @327
    341     _ltow                       = _MSVCRT__ltow                 @328
    342     _makepath                   = _CRTDLL__makepath             @329
    343     _mbbtombc                   = _CRTDLL__mbbtombc             @330
    344     _mbbtype                    = _CRTDLL__mbbtype              @331
    345 ;   _mbcasemap                                                  @332
    346     _mbccpy                     = _CRTDLL__mbccpy               @333
    347     _mbcjistojms                = _CRTDLL__mbcjistojms          @334
    348     _mbcjmstojis                = _CRTDLL__mbcjmstojis          @335
    349     _mbclen                     = _CRTDLL__mbclen               @336
    350     _mbctohira                  = _CRTDLL__mbctohira            @337
    351     _mbctokata                  = _CRTDLL__mbctokata            @338
    352     _mbctolower                 = _CRTDLL__mbctolower           @339
    353     _mbctombb                   = _CRTDLL__mbctombb             @340
    354     _mbctoupper                 = _CRTDLL__mbctoupper           @341
    355     _mbctype                    = CRTDLL_mbctype                @342
    356     _mbsbtype                   = _CRTDLL__mbsbtype             @343
    357     _mbscat                     = _CRTDLL__mbscat               @344
    358     _mbschr                     = _CRTDLL__mbschr               @345
    359     _mbscmp                     = _CRTDLL__mbscmp               @346
    360     _mbscoll                    = _CRTDLL__mbscmp               @347
    361     _mbscpy                     = _CRTDLL__mbscpy               @348
    362     _mbscspn                    = _CRTDLL__mbscspn              @349
    363     _mbsdec                     = _CRTDLL__mbsdec               @350
    364     _mbsdup                     = _CRTDLL__mbsdup               @351
    365     _mbsicmp                    = _CRTDLL__mbsicmp              @352
    366     _mbsicoll                   = _CRTDLL__mbsicmp              @353
    367     _mbsinc                     = _CRTDLL__mbsinc               @354
    368     _mbslen                     = _CRTDLL__mbslen               @355
    369     _mbslwr                     = _CRTDLL__mbslwr               @356
    370     _mbsnbcat                   = _CRTDLL__mbsnbcat             @357
    371     _mbsnbcmp                   = _CRTDLL__mbsnbcmp             @358
    372     _mbsnbcnt                   = _CRTDLL__mbsnbcnt             @359
    373     _mbsnbcoll                  = _CRTDLL__mbsncmp              @360
    374     _mbsnbcpy                   = _CRTDLL__mbsnbcpy             @361
    375     _mbsnbicmp                  = _CRTDLL__mbsnbicmp            @362
    376     _mbsnbicoll                 = _CRTDLL__mbsnbicmp            @363
    377     _mbsnbset                   = _CRTDLL__mbsnbset             @364
    378     _mbsncat                    = _CRTDLL__mbsncat              @365
    379     _mbsnccnt                   = _CRTDLL__mbsnccnt             @366
    380     _mbsncmp                    = _CRTDLL__mbsncmp              @367
    381     _mbsncoll                   = _CRTDLL__mbsncmp              @368
    382     _mbsncpy                    = _CRTDLL__mbsncpy              @369
    383     _mbsnextc                   = _CRTDLL__mbsnextc             @370
    384     _mbsnicmp                   = _CRTDLL__mbsnicmp             @371
    385     _mbsnicoll                  = _CRTDLL__mbsnicmp             @372
    386     _mbsninc                    = _CRTDLL__mbsninc              @373
    387     _mbsnset                    = _CRTDLL__mbsnset              @374
    388     _mbspbrk                    = _CRTDLL__mbspbrk              @375
    389     _mbsrchr                    = _CRTDLL__mbsrchr              @376
    390     _mbsrev                     = _CRTDLL__mbsrev               @377
    391     _mbsset                     = _CRTDLL__mbsset               @378
    392     _mbsspn                     = _CRTDLL__mbsspn               @379
    393     _mbsspnp                    = _CRTDLL__mbsspnp              @380
    394     _mbsstr                     = _CRTDLL__mbsstr               @381
    395     _mbstok                     = _CRTDLL__mbstok               @382
    396     _mbstrlen                   = _CRTDLL__mbstrlen             @383
    397     _mbsupr                     = _CRTDLL__mbsupr               @384
    398     _memccpy                    = _CRTDLL__memccpy              @385
    399     _memicmp                    = _CRTDLL__memicmp              @386
    400     _mkdir                      = _CRTDLL__mkdir                @387
    401     _mktemp                     = _CRTDLL__mktemp               @388
    402     _msize                      = _CRTDLL__msize                @389
    403     _nextafter                  = _CRTDLL__nextafter            @390
    404     _onexit                     = _CRTDLL__onexit               @391
    405     _open                       = _CRTDLL__open                 @392
    406     _open_osfhandle             = _CRTDLL__open_osfhandle       @393
    407     _osver                      = MSVCRT__osver                 @394
    408     _outp                       = _MSVCRT__outp                 @395
    409     _outpd                      = _MSVCRT__outpd                @396
    410     _outpw                      = _MSVCRT__outpw                @397
    411     _pclose                     = _CRTDLL__pclose               @398
    412     _pctype                     = MSVCRT__pctype                @399
    413 
    414 
    415     _pgmptr                     = MSVCRT__pgmptr                @400
    416     _pipe                       = _CRTDLL__pipe                 @401
    417     _popen                      = _CRTDLL__popen                @402
    418     _purecall                   = _CRTDLL__purecall             @403
    419     _putch                      = _CRTDLL__putch                @404
    420     _putenv                     = _CRTDLL__putenv               @405
    421     _putw                       = _CRTDLL__putw                 @406
    422     _putws                      = _MSVCRT__putws                @407
    423     _pwctype                    = MSVCRT__pwctype               @408
    424     _read                       = _CRTDLL__read                 @409
    425     _rmdir                      = _CRTDLL__rmdir                @410
    426     _rmtmp                      = _CRTDLL__rmtmp                @411
    427     _rotl                       = _CRTDLL__rotl                 @412
    428     _rotr                       = _CRTDLL__rotr                 @413
    429 ;   _safe_fdiv                                                  @414
    430 ;   _safe_fdivr                                                 @415
    431 ;   _safe_fprem                                                 @416
    432 ;   _safe_fprem1                                                @417
    433     _scalb                      = _CRTDLL__scalb                @418
    434     _searchenv                  = _CRTDLL__searchenv            @419
    435 ;   _seh_longjmp_unwind                                         @420
    436     _set_error_mode             = _MSVCRT__set_error_mode       @421
    437     _set_sbh_threshold          = _MSVCRT__set_sbh_threshold    @422
    438     _seterrormode               = _CRTDLL__seterrormode         @423
    439     _setjmp                     = _CRTDLL__setjmp               @424
    440     _setjmp3                    = _CRTDLL__setjmp3              @425 ; Not correct
    441     _setmaxstdio                = _MSVCRT__setmaxstdio          @426
    442     _setmbcp                    = _MSVCRT__setmbcp              @427
    443     _setmode                                                    @428
    444     _setsystime                 = _CRTDLL__setsystime           @429
    445     _sleep                      = _CRTDLL__sleep                @430
    446     _snprintf                   = _CRTDLL__snprintf             @431
    447     _snwprintf                  = _CRTDLL__snwprintf            @432
    448     _sopen                      = _CRTDLL__sopen                @433
    449     _spawnl                     = _CRTDLL__spawnl               @434
    450     _spawnle                    = _CRTDLL__spawnle              @435
    451     _spawnlp                    = _CRTDLL__spawnlp              @436
    452     _spawnlpe                   = _CRTDLL__spawnlpe             @437
    453     _spawnv                     = _CRTDLL__spawnv               @438
    454     _spawnve                    = _CRTDLL__spawnve              @439
    455     _spawnvp                    = _CRTDLL__spawnvp              @440
    456     _spawnvpe                   = _CRTDLL__spawnvpe             @441
    457     _splitpath                  = _CRTDLL__splitpath            @442
    458     _stat                       = _CRTDLL__stat                 @443
    459     _stati64                    = _MSVCRT__stati64              @444
    460     _statusfp                   = _CRTDLL__statusfp             @445
    461     _strcmpi                    = _CRTDLL__strcmpi              @446
    462     _strdate                    = _CRTDLL__strdate              @447
    463     _strdup                     = _CRTDLL__strdup               @448
    464     _strerror                   = _CRTDLL__strerror             @449
    465     _stricmp                    = _CRTDLL__stricmp              @450
    466     _stricoll                   = _CRTDLL__stricoll             @451
    467     _strlwr                     = _CRTDLL__strlwr               @452
    468     _strncoll                   = _MSVCRT__strncoll             @453
    469     _strnicmp                   = _CRTDLL__strnicmp             @454
    470     _strnicoll                  = _MSVCRT__strnicoll            @455
    471     _strnset                    = _CRTDLL__strnset              @456
    472     _strrev                     = _CRTDLL__strrev               @457
    473     _strset                     = _CRTDLL__strset               @458
    474     _strtime                    = _CRTDLL__strtime              @459
    475     _strupr                     = _CRTDLL__strupr               @460
    476     _swab                       = _CRTDLL__swab                 @461
    477     _sys_errlist                = CRTDLL_sys_errlist            @462
    478     _sys_nerr                   = MSVCRT__sys_nerr              @463
    479     _tell                       = _CRTDLL__tell                 @464
    480     _telli64                    = _MSVCRT__telli64              @465
    481     _tempnam                    = _CRTDLL__tempnam              @466
    482     _timezone                   = MSVCRT__timezone              @467
    483     _tolower                    = _CRTDLL__tolower              @468
    484     _toupper                    = _CRTDLL__toupper              @469
    485     _tzname                     = CRTDLL_tzname                 @470
    486     _tzset                      = _CRTDLL__tzset                @471
    487 ;    _ui64toa                   = _MSVCRT_ui64toa               @472
    488 ;    _ui64tow                   = _MSVCRT_ui64tow               @473                            @473
    489     _ultoa                      = _CRTDLL__ultoa                @474
    490     _ultow                      = _MSVCRT__ultow                @475
    491     _umask                      = _MSVCRT__umask                @476
    492     _ungetch                    = _CRTDLL__ungetch              @477
    493     _unlink                     = _CRTDLL__unlink               @478
    494     _unloaddll                  = _CRTDLL__unloaddll            @479
    495     _unlock                     = _MSVCRT__unlock               @480
    496     _utime                      = _CRTDLL__utime                @481
    497     _vsnprintf                  = _CRTDLL__vsnprintf            @482
    498     _vsnwprintf                 = _CRTDLL__vsnwprintf           @483
    499     _waccess                    = _MSVCRT__waccess              @484
    500     _wasctime                   = _MSVCRT__wasctime             @485
    501     _wchdir                     = _MSVCRT__wchdir               @486
    502     _wchmod                     = _MSVCRT__wchmod               @487
    503     _wcmdln                     = MSVCRT__wcmdln                @488 ; var export
    504     _wcreat                     = _MSVCRT__wcreat               @489
    505     _wcsdup                     = _CRTDLL__wcsdup               @490
    506     _wcsicmp                    = _CRTDLL__wcsicmp              @491
    507     _wcsicoll                   = _CRTDLL__wcsicoll             @492
    508     _wcslwr                     = _CRTDLL__wcslwr               @493
    509     _wcsncoll                   = _MSVCRT__wcsncoll             @494
    510     _wcsnicmp                   = _CRTDLL__wcsnicmp             @495
    511     _wcsnicoll                  = _MSVCRT__wcsnicoll            @496
    512     _wcsnset                    = _CRTDLL__wcsnset              @497
    513     _wcsrev                     = _CRTDLL__wcsrev               @498
    514     _wcsset                     = _CRTDLL__wcsset               @499
    515 
    516 
    517     _wcsupr                     = _CRTDLL__wcsupr               @500
    518     _wctime                     = _MSVCRT__wctime               @501
    519     _wenviron                                                   @502
    520     _wexecl                     = _MSVCRT__wexecl               @503
    521     _wexecle                    = _MSVCRT__wexecle              @504
    522     _wexeclp                    = _MSVCRT__wexeclp              @505
    523     _wexeclpe                   = _MSVCRT__wexeclpe             @506
    524     _wexecv                     = _MSVCRT__wexecv               @507
    525     _wexecve                    = _MSVCRT__wexecve              @508
    526     _wexecvp                    = _MSVCRT__wexecvp              @509
    527     _wexecvpe                   = _MSVCRT__wexecvpe             @510
    528     _wfdopen                    = _MSVCRT__wfdopen              @511
    529     _wfindfirst                 = _MSVCRT__wfindfirst           @512
    530     _wfindfirsti64              = _MSVCRT__wfindfirsti64        @513
    531     _wfindnext                  = _MSVCRT__wfindnext            @514
    532 ;    _wfindnexti64              = _MSVCRT__wfindnexti64         @515
    533     _wfopen                     = _MSVCRT__wfopen               @516
    534     _wfreopen                   = _MSVCRT__wfreopen             @517
    535     _wfsopen                    = _MSVCRT__wfsopen              @518
    536     _wfullpath                  = _MSVCRT__wfullpath            @519
    537     _wgetcwd                    = _MSVCRT__wgetcwd              @520
    538     _wgetdcwd                   = _MSVCRT__wgetdcwd             @521
    539     _wgetenv                    = _MSVCRT__wgetenv              @522
    540     _winmajor                   = MSVCRT__winmajor              @523
    541     _winminor                   = MSVCRT__winminor              @524
    542     _winver                     = MSVCRT__winver                @525
    543     _wmakepath                  = _MSVCRT__wmakepath            @526
    544     _wmkdir                     = _MSVCRT__wmkdir               @527
    545     _wmktemp                    = _MSVCRT__wmktemp              @528
    546     _wopen                      = _MSVCRT__wopen                @529
    547     _wperror                    = _MSVCRT__wperror              @530
    548     _wpgmptr                                                    @531
    549     _wpopen                     = _MSVCRT__wpopen               @532
    550     _wputenv                    = _MSVCRT__wputenv              @533
    551     _wremove                    = _MSVCRT__wremove              @534
    552     _wrename                    = _MSVCRT__wrename              @535
    553     _write                      = _CRTDLL__write                @536
    554     _wrmdir                     = _MSVCRT__wrmdir               @537
    555     _wsearchenv                 = _MSVCRT__wsearchenv           @538
    556     _wsetlocale                 = _MSVCRT__wsetlocale           @539
    557     _wsopen                     = _MSVCRT__wsopen               @540
    558     _wspawnl                    = _MSVCRT__wspawnl              @541
    559     _wspawnle                   = _MSVCRT__wspawnle             @542
    560     _wspawnlp                   = _MSVCRT__wspawnlp             @543
    561     _wspawnlpe                  = _MSVCRT__wspawnlpe            @544
    562     _wspawnv                    = _MSVCRT__wspawnv              @545
    563     _wspawnve                   = _MSVCRT__wspawnve             @546
    564     _wspawnvp                   = _MSVCRT__wspawnvp             @547
    565     _wspawnvpe                  = _MSVCRT__wspawnvpe            @548
    566     _wsplitpath                 = _MSVCRT__wsplitpath           @549
    567     _wstat                      = _MSVCRT__wstat                @550
    568     _wstati64                   = _MSVCRT__wstati64             @551
    569     _wstrdate                   = _MSVCRT__wstrdate             @552
    570     _wstrtime                   = _MSVCRT__wstrtime             @553
    571     _wsystem                    = _MSVCRT__wsystem              @554
    572     _wtempnam                   = _MSVCRT__wtempnam             @555
    573     _wtmpnam                    = _MSVCRT__wtmpnam              @556
    574     _wtoi                       = _CRTDLL__wtoi                 @557
    575     _wtoi64                     = _MSVCRT__wtoi64               @558
    576     _wtol                       = _CRTDLL__wtol                 @559
    577     _wunlink                    = _MSVCRT__wunlink              @560
    578     _wutime                     = _MSVCRT__wutime               @561
    579     _y0                         = _CRTDLL__y0                   @562
    580     _y1                         = _CRTDLL__y1                   @563
    581     _yn                         = _CRTDLL__yn                   @564
    582     abort                       = _CRTDLL_abort                 @565
    583     abs                         = _CRTDLL_abs                   @566
    584     acos                        = _CRTDLL_acos                  @567
    585     asctime                     = _CRTDLL_asctime               @568
    586     asin                        = _CRTDLL_asin                  @569
    587     atan                        = _CRTDLL_atan                  @570
    588     atan2                       = _CRTDLL_atan2                 @571
    589     atexit                      = _CRTDLL_atexit                @572
    590     atof                        = _CRTDLL_atof                  @573
    591     atoi                        = _CRTDLL_atoi                  @574
    592     atol                        = _CRTDLL_atol                  @575
    593     bsearch                     = _CRTDLL_bsearch               @576
    594     calloc                      = _CRTDLL_calloc                @577
    595     ceil                        = _CRTDLL_ceil                  @578
    596     clearerr                    = _CRTDLL_clearerr              @579
    597     clock                       = _CRTDLL_clock                 @580
    598     cos                         = _CRTDLL_cos                   @581
    599     cosh                        = _CRTDLL_cosh                  @582
    600     ctime                       = _CRTDLL_ctime                 @583
    601     difftime                    = _CRTDLL_difftime              @584
    602     div                         = _CRTDLL_div                   @585
    603     exit                        = _CRTDLL_exit                  @586
    604     exp                         = _CRTDLL_exp                   @587
    605     fabs                        = _CRTDLL_fabs                  @588
    606     fclose                      = _CRTDLL_fclose                @589
    607     feof                        = _CRTDLL_feof                  @590
    608     ferror                      = _CRTDLL_ferror                @591
    609     fflush                      = _CRTDLL_fflush                @592
    610     fgetc                       = _CRTDLL_fgetc                 @593
    611     fgetpos                     = _CRTDLL_fgetpos               @594
    612     fgets                       = _CRTDLL_fgets                 @595
    613     fgetwc                      = _CRTDLL_fgetwc                @596
    614     fgetws                      = _MSVCRT_fgetws                @597
    615     floor                       = _CRTDLL_floor                 @598
    616     fmod                        = _CRTDLL_fmod                  @599
    617 
    618 
    619     fopen                       = _CRTDLL_fopen                 @600
    620     fprintf                     = _CRTDLL_fprintf               @601
    621     fputc                       = _CRTDLL_fputc                 @602
    622     fputs                       = _CRTDLL_fputs                 @603
    623     fputwc                      = _CRTDLL_fputwc                @604
    624     fputws                      = _MSVCRT_fputws                @605
    625     fread                       = _CRTDLL_fread                 @606
    626     free                        = _CRTDLL_free                  @607
    627     freopen                     = _CRTDLL_freopen               @608
    628     frexp                       = _CRTDLL_frexp                 @609
    629     fscanf                      = _CRTDLL_fscanf                @610
    630     fseek                       = _CRTDLL_fseek                 @611
    631     fsetpos                     = _CRTDLL_fsetpos               @612
    632     ftell                       = _CRTDLL_ftell                 @613
    633     fwprintf                    = _CRTDLL_fwprintf              @614
    634     fwrite                      = _CRTDLL_fwrite                @615
    635     fwscanf                     = _CRTDLL_fwscanf               @616
    636     getc                        = _CRTDLL_getc                  @617
    637     getchar                     = _CRTDLL_getchar               @618
    638     getenv                      = _CRTDLL_getenv                @619
    639     gets                        = _CRTDLL_gets                  @620
    640     getwc                       = _MSVCRT_getwc                 @621
    641     getwchar                    = _MSVCRT_getwchar              @622
    642     gmtime                      = _CRTDLL_gmtime                @623
    643     is_wctype                   = _CRTDLL_is_wctype             @624
    644     isalnum                     = _CRTDLL_isalnum               @625
    645     isalpha                     = _CRTDLL_isalpha               @626
    646     iscntrl                     = _CRTDLL_iscntrl               @627
    647     isdigit                     = _CRTDLL_isdigit               @628
    648     isgraph                     = _CRTDLL_isgraph               @629
    649     isleadbyte                  = _CRTDLL_isleadbyte            @630
    650     islower                     = _CRTDLL_islower               @631
    651     isprint                     = _CRTDLL_isprint               @632
    652     ispunct                     = _CRTDLL_ispunct               @633
    653     isspace                     = _CRTDLL_isspace               @634
    654     isupper                     = _CRTDLL_isupper               @635
    655     iswalnum                    = _CRTDLL_iswalnum              @636
    656     iswalpha                    = _CRTDLL_iswalpha              @637
    657     iswascii                    = _CRTDLL_iswascii              @638
    658     iswcntrl                    = _CRTDLL_iswcntrl              @639
    659     iswctype                    = _CRTDLL_iswctype              @640
    660     iswdigit                    = _CRTDLL_iswdigit              @641
    661     iswgraph                    = _CRTDLL_iswgraph              @642
    662     iswlower                    = _CRTDLL_iswlower              @643
    663     iswprint                    = _CRTDLL_iswprint              @644
    664     iswpunct                    = _CRTDLL_iswpunct              @645
    665     iswspace                    = _CRTDLL_iswspace              @646
    666     iswupper                    = _CRTDLL_iswupper              @647
    667     iswxdigit                   = _CRTDLL_iswxdigit             @648
    668     isxdigit                    = _CRTDLL_isxdigit              @649
    669     labs                        = _CRTDLL_labs                  @650
    670     ldexp                       = _CRTDLL_ldexp                 @651
    671     ldiv                        = _CRTDLL_ldiv                  @652
    672     localeconv                  = _CRTDLL_localeconv            @653
    673     localtime                   = _CRTDLL_localtime             @654
    674     log                         = _CRTDLL_log                   @655
    675     log10                       = _CRTDLL_log10                 @656
    676     longjmp                     = _CRTDLL_longjmp               @657
    677     malloc                      = _CRTDLL_malloc                @658
    678     mblen                       = _CRTDLL_mblen                 @659
    679     mbstowcs                    = _CRTDLL_mbstowcs              @660
    680     mbtowc                      = _CRTDLL_mbtowc                @661
    681     memchr                      = _CRTDLL_memchr                @662
    682     memcmp                      = _CRTDLL_memcmp                @663
    683     memcpy                      = _CRTDLL_memcpy                @664
    684     memmove                     = _CRTDLL_memmove               @665
    685     memset                      = _CRTDLL_memset                @666
    686     mktime                      = _CRTDLL_mktime                @667
    687     modf                        = _CRTDLL_modf                  @668
    688     perror                      = _CRTDLL_perror                @669
    689     pow                         = _CRTDLL_pow                   @670
    690     printf                      = _CRTDLL_printf                @671
    691     putc                        = _CRTDLL_putc                  @672
    692     putchar                     = _CRTDLL_putchar               @673
    693     puts                        = _CRTDLL_puts                  @674
    694     putwc                       = _MSVCRT_putwc                 @675
    695     putwchar                    = _MSVCRT_putwchar              @676
    696     qsort                       = _CRTDLL_qsort                 @677
    697     raise                       = _CRTDLL_raise                 @678
    698     rand                        = _CRTDLL_rand                  @679
    699     realloc                     = _CRTDLL_realloc               @680
    700     remove                      = _CRTDLL_remove                @681
    701     rename                      = _CRTDLL_rename                @682
    702     rewind                      = _CRTDLL_rewind                @683
    703     scanf                       = _CRTDLL_scanf                 @684
    704     setbuf                      = _CRTDLL_setbuf                @685
    705     setlocale                   = _CRTDLL_setlocale             @686
    706     setvbuf                     = _CRTDLL_setvbuf               @687
    707     signal                      = _CRTDLL_signal                @688
    708     sin                         = _CRTDLL_sin                   @689
    709     sinh                        = _CRTDLL_sinh                  @690
    710     sprintf                     = _CRTDLL_sprintf               @691
    711     sqrt                        = _CRTDLL_sqrt                  @692
    712     srand                       = _CRTDLL_srand                 @693
    713     sscanf                      = _CRTDLL_sscanf                @694
    714     strcat                      = _CRTDLL_strcat                @695
    715     strchr                      = _CRTDLL_strchr                @696
    716     strcmp                      = _CRTDLL_strcmp                @697
    717     strcoll                     = _CRTDLL_strcoll               @698
    718     strcpy                      = _CRTDLL_strcpy                @699
    719 
    720 
    721     strcspn                     = _CRTDLL_strcspn               @700
    722     strerror                    = _CRTDLL_strerror              @701
    723     strftime                    = _CRTDLL_strftime              @702
    724     strlen                      = _CRTDLL_strlen                @703
    725     strncat                     = _CRTDLL_strncat               @704
    726     strncmp                     = _CRTDLL_strncmp               @705
    727     strncpy                     = _CRTDLL_strncpy               @706
    728     strpbrk                     = _CRTDLL_strpbrk               @707
    729     strrchr                     = _CRTDLL_strrchr               @708
    730     strspn                      = _CRTDLL_strspn                @709
    731     strstr                      = _CRTDLL_strstr                @710
    732     strtod                      = _CRTDLL_strtod                @711
    733     strtok                      = _CRTDLL_strtok                @712
    734     strtol                      = _CRTDLL_strtol                @713
    735     strtoul                     = _CRTDLL_strtoul               @714
    736     strxfrm                     = _CRTDLL_strxfrm               @715
    737     swprintf                    = _CRTDLL_swprintf              @716
    738     swscanf                     = _CRTDLL_swscanf               @717
    739     system                      = _CRTDLL_system                @718
    740     tan                         = _CRTDLL_tan                   @719
    741     tanh                        = _CRTDLL_tanh                  @720
    742     time                        = _CRTDLL_time                  @721
    743     tmpfile                     = _CRTDLL_tmpfile               @722
    744     tmpnam                      = _CRTDLL_tmpnam                @723
    745     tolower                     = _CRTDLL_tolower               @724
    746     toupper                     = _CRTDLL_toupper               @725
    747     towlower                    = _CRTDLL_towlower              @726
    748     towupper                    = _CRTDLL_towupper              @727
    749     ungetc                      = _CRTDLL_ungetc                @728
    750     ungetwc                     = _CRTDLL_ungetwc               @729
    751     vfprintf                    = _CRTDLL_vfprintf              @730
    752     vfwprintf                   = _CRTDLL_vfwprintf             @731
    753     vprintf                     = _CRTDLL_vprintf               @732
    754     vsprintf                    = _CRTDLL_vsprintf              @733
    755     vswprintf                   = _CRTDLL_vswprintf             @734
    756     vwprintf                    = _CRTDLL_vwprintf              @735
    757     wcscat                      = _CRTDLL_wcscat                @736
    758     wcschr                      = _CRTDLL_wcschr                @737
    759     wcscmp                      = _CRTDLL_wcscmp                @738
    760     wcscoll                     = _CRTDLL_wcscoll               @739
    761     wcscpy                      = _CRTDLL_wcscpy                @740
    762     wcscspn                     = _CRTDLL_wcscspn               @741
    763     wcsftime                    = _CRTDLL_wcsftime              @742
    764     wcslen                      = _CRTDLL_wcslen                @743
    765     wcsncat                     = _CRTDLL_wcsncat               @744
    766     wcsncmp                     = _CRTDLL_wcsncmp               @745
    767     wcsncpy                     = _CRTDLL_wcsncpy               @746
    768     wcspbrk                     = _CRTDLL_wcspbrk               @747
    769     wcsrchr                     = _CRTDLL_wcsrchr               @748
    770     wcsspn                      = _CRTDLL_wcsspn                @749
    771     wcsstr                      = _CRTDLL_wcsstr                @750
    772     wcstod                      = _CRTDLL_wcstod                @751
    773     wcstok                      = _CRTDLL_wcstok                @752
    774     wcstol                      = _CRTDLL_wcstol                @753
    775     wcstombs                    = _CRTDLL_wcstombs              @754
    776     wcstoul                     = _CRTDLL_wcstoul               @755
    777     wcsxfrm                     = _CRTDLL_wcsxfrm               @756
    778     wctomb                      = _CRTDLL_wctomb                @757
    779     wprintf                     = _CRTDLL_wprintf               @758
    780     wscanf                      = _CRTDLL_wscanf                @759
    781 
     11    ??0__non_rtti_object@@QAE@ABV0@@Z = _MSVCRT_EXP1        @1
     12    ??0__non_rtti_object@@QAE@PBD@Z = _MSVCRT_EXP2      @2
     13    ??0bad_cast@@QAE@ABQBD@Z    = _MSVCRT_EXP3          @3
     14    ??0bad_cast@@QAE@ABV0@@Z    = _MSVCRT_EXP4          @4
     15    ??0bad_typeid@@QAE@ABV0@@Z  = _MSVCRT_EXP5          @5
     16    ??0bad_typeid@@QAE@PBD@Z    = _MSVCRT_EXP6          @6
     17    ??0exception@@QAE@ABQBD@Z   = _MSVCRT_EXP7          @7
     18    ??0exception@@QAE@ABV0@@Z   = _MSVCRT_EXP8          @8
     19    ??0exception@@QAE@XZ    = _MSVCRT_EXP9          @9
     20    ??1__non_rtti_object@@UAE@XZ = _MSVCRT_EXP10        @10
     21    ??1bad_cast@@UAE@XZ     = _MSVCRT_EXP11         @11
     22    ??1bad_typeid@@UAE@XZ   = _MSVCRT_EXP12         @12
     23    ??1exception@@UAE@XZ    = _MSVCRT_EXP13         @13
     24    ??1type_info@@UAE@XZ    = _MSVCRT_EXP14         @14
     25    ??2@YAPAXI@Z        = _MSVCRT_new           @15
     26    ??3@YAXPAX@Z        = _MSVCRT_delete        @16
     27    ??4__non_rtti_object@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP17   @17
     28    ??4bad_cast@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP18        @18
     29    ??4bad_typeid@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP19      @19
     30    ??4exception@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP20       @20
     31    ??8type_info@@QBEHABV0@@Z   = _MSVCRT_EXP21         @21
     32    ??9type_info@@QBEHABV0@@Z   = _MSVCRT_EXP22         @22
     33    ??_7__non_rtti_object@@6B@  = _MSVCRT_EXP23         @23
     34    ??_7bad_cast@@6B@       = _MSVCRT_EXP24         @24
     35    ??_7bad_typeid@@6B@     = _MSVCRT_EXP25         @25
     36    ??_7exception@@6B@      = _MSVCRT_EXP26         @26
     37    ??_E__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP27        @27
     38    ??_Ebad_cast@@UAEPAXI@Z = _MSVCRT_EXP28         @28
     39    ??_Ebad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP29         @29
     40    ??_Eexception@@UAEPAXI@Z    = _MSVCRT_EXP30         @30
     41    ??_G__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP31        @31
     42    ??_Gbad_cast@@UAEPAXI@Z = _MSVCRT_EXP32         @32
     43    ??_Gbad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP34         @33
     44    ??_Gexception@@UAEPAXI@Z    = _MSVCRT_EXP34         @34
     45    ?_query_new_handler@@YAP6AHI@ZXZ = _MSVCRT_EXP35        @35
     46    ?_query_new_mode@@YAHXZ = _MSVCRT_EXP36         @36
     47    ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _MSVCRT_set_new_handler @37
     48    ?_set_new_mode@@YAHH@Z  = _MSVCRT_EXP38         @38
     49    ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = _MSVCRT_EXP39    @39
     50    ?before@type_info@@QBEHABV1@@Z = _MSVCRT_EXP40      @40
     51    ?name@type_info@@QBEPBDXZ   = _MSVCRT_EXP41         @41
     52    ?raw_name@type_info@@QBEPBDXZ = _MSVCRT_EXP42       @42
     53    ?set_new_handler@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP43      @43
     54    ?set_terminate@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP44        @44
     55    ?set_unexpected@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP45       @45
     56    ?terminate@@YAXXZ       = _MSVCRT_EXP46         @46
     57    ?unexpected@@YAXXZ      = _MSVCRT_EXP47         @47
     58    ?what@exception@@UBEPBDXZ   = _MSVCRT_EXP48         @48
     59    $I10_OUTPUT         = _MSVCRT_EXP49         @49
     60    _CIacos         = _CRTDLL__CIacos       @50
     61    _CIasin         = _CRTDLL__CIasin       @51
     62    _CIatan         = _CRTDLL__CIatan       @52
     63    _CIatan2            = _CRTDLL__CIatan2      @53
     64    _CIcos          = _CRTDLL__CIcos        @54
     65    _CIcosh         = _CRTDLL__CIcosh       @55
     66    _CIexp          = _CRTDLL__CIexp        @56
     67    _CIfmod         = _CRTDLL__CIfmod       @57
     68    _CIlog          = _CRTDLL__CIlog        @58
     69    _CIlog10            = _CRTDLL__CIlog10      @59
     70    _CIpow          = _CRTDLL__CIpow        @60
     71    _CIsin          = _CRTDLL__CIsin        @61
     72    _CIsinh         = _CRTDLL__CIsinh       @62
     73    _CIsqrt         = _CRTDLL__CIsqrt       @63
     74    _CItan          = _CRTDLL__CItan        @64
     75    _CItanh         = _CRTDLL__CItanh       @65
     76    _CxxThrowException      = _MSVCRT__CxxThrowException    @66
     77    _EH_prolog          = _MSVCRT__EH_prolog        @67
     78;   _Getdays                            @68
     79;   _Getmonths                          @69
     80;   _Gettnames                          @70
     81    _HUGE           = MSVCRT__HUGE          @71
     82;   _Strftime           =               @72
     83    _XcptFilter         = _CRTDLL__XcptFilter       @73
     84    __CxxFrameHandler       = _MSVCRT___CxxFrameHandler @74
     85    __CxxLongjmpUnwind      = _MSVCRT___CxxLongjmpUnwind    @75
     86;   __RTCastToVoid                      @76
     87;   __RTDynamicCast                     @77
     88;   __RTtypeid                          @78
     89;   __STRINGTOLD                        @79
     90    __argc          = MSVCRT___argc         @80
     91    __argv          = MSVCRT___argv         @81
     92;   __badioinfo                         @82
     93;;;;;    __crtCompareStringA        = KERNEL32_CompareStringA   @83
     94;;;;;    __crtGetLocaleInfoW        = KERNEL32_GetLocaleInfoW   @84
     95;;;;;    __crtLCMapStringA      = KERNEL32_LCMapStringA     @85
     96    __dllonexit         = _CRTDLL___dllonexit       @86
     97    __doserrno          = _CRTDLL___doserrno        @87
     98    __fpecode           = _CRTDLL___fpecode     @88
     99    __getmainargs       = _MSVCRT___GetMainArgs     @89
     100    __initenv           = _MSVCRT___initenv     @90
     101    __isascii           = _CRTDLL___isascii     @91
     102    __iscsym            = _CRTDLL___iscsym      @92
     103    __iscsymf           = _CRTDLL___iscsymf     @93
     104;   __lc_codepage                       @94
     105;   __lc_collate_cp                     @95
     106;   __lc_handle                         @96
     107;   __lconv_init                        @97
     108    __mb_cur_max        = MSVCRT___mb_cur_max       @98
     109    __p___argc          = _MSVCRT___p___argc        @99
     110
     111
     112    __p___argv          = _MSVCRT___p___argv        @100
     113    __p___initenv       = _MSVCRT___p__initenv      @101
     114    __p___mb_cur_max        = _MSVCRT___p___mb_cur_max  @102
     115    __p___wargv         = _MSVCRT___p___wargv       @103
     116;   __p___winitenv                      @104
     117    __p__acmdln         = _MSVCRT___p__acmdln       @105
     118;   __p__amblksiz                       @106
     119    __p__commode        = _MSVCRT___p__commode      @107
     120    __p__daylight       = _MSVCRT___p__daylight     @108
     121;   __p__dstbias                        @109
     122    __p__environ        = _MSVCRT___p__environ      @110
     123    __p__fileinfo       = _MSVCRT___p__fileinfo     @111
     124    __p__fmode          = _MSVCRT___p__fmode        @112
     125    __p__iob            = _MSVCRT___p__iob      @113
     126;   __p__mbcasemap                      @114
     127;   __p__mbctype                        @115
     128    __p__osver          = _MSVCRT___p__osver        @116
     129    __p__pctype         = _MSVCRT___p__pctype       @117
     130    __p__pgmptr         = _MSVCRT___p__pgmptr       @118
     131    __p__pwctype        = _MSVCRT___p__pwctype      @119
     132    __p__timezone       = _MSVCRT___p__timezone     @120
     133    __p__tzname         = _MSVCRT___p__tzname       @121
     134    __p__wcmdln         = _MSVCRT___p__wcmdln       @122
     135;   __p__wenviron                       @123
     136    __p__winmajor       = _MSVCRT___p__winmajor     @124
     137    __p__winminor       = _MSVCRT___p__winminor     @125
     138    __p__winver         = _MSVCRT___p__winver       @126
     139;   __p__wpgmptr                        @127
     140;   __pioinfo                           @128
     141;   __pxcptinfoptrs                     @129
     142    __set_app_type      = _MSVCRT___set_app_type    @130
     143;   __setlc_active                      @131
     144    __setusermatherr        = _MSVCRT___setusermatherr  @132
     145    __threadhandle      = _CRTDLL___threadhandle    @133
     146    __threadid          = _CRTDLL___threadid        @134
     147;   __toascii           = _CRTDLL___toascii     @135
     148;   __unDName                           @136
     149;   __unDNameEx                         @137
     150;   __unguarded_readlc_active                   @138
     151    __wargv                         @139
     152    __wgetmainargs      = _MSVCRT___wgetmainargs        @140
     153;   __winitenv                          @141
     154    _abnormal_termination   = _CRTDLL__abnormal_termination @142
     155    _access         = _CRTDLL__access       @143
     156    _acmdln         = MSVCRT__acmdln        @144 ; var export
     157;   _adj_fdiv_m16i                      @145
     158;   _adj_fdiv_m32                       @146
     159;   _adj_fdiv_m32i                      @147
     160;   _adj_fdiv_m64                       @148
     161;   _adj_fdiv_r                         @149
     162;   _adj_fdivr_m16i                     @150
     163;   _adj_fdivr_m32                      @151
     164;   _adj_fdivr_m32i                     @152
     165;   _adj_fdivr_m64                      @153
     166;   _adj_fpatan                         @154
     167;   _adj_fprem                          @155
     168;   _adj_fprem1                         @156
     169;   _adj_fptan                          @157
     170    _adjust_fdiv        = _MSVCRT__adjust_fdiv      @158
     171    _aexit_rtn          = _MSVCRT__aexit_rtn        @159
     172    _amsg_exit          = _CRTDLL__amsg_exit        @160
     173    _assert         = _CRTDLL__assert       @161
     174;   _atodbl                         @162
     175    _atoi64         = _MSVCRT__atoi64       @163
     176;   _atoldbl                            @164
     177    _beep           = _CRTDLL__beep         @165
     178    _beginthread        = _CRTDLL__beginthread      @166
     179    _beginthreadex      = _MSVCRT__beginthreadex    @167
     180    _c_exit         = _CRTDLL__c_exit       @168
     181    _cabs           = _CRTDLL__cabs         @169
     182    _cexit          = _CRTDLL__cexit        @171
     183    _cgets          = _CRTDLL__cgets        @172
     184    _chdir          = _CRTDLL__chdir        @173
     185    _chdrive            = _CRTDLL__chdrive      @174
     186    _chgsign            = _CRTDLL__chgsign      @175
     187;   _chkesp                         @176
     188    _chmod          = _CRTDLL__chmod        @177
     189    _chsize         = _CRTDLL__chsize       @178
     190    _clearfp            = _CRTDLL__clearfp      @179
     191    _close          = _CRTDLL__close        @180
     192    _commit         = _CRTDLL__commit       @181
     193    _commode            = MSVCRT__commode       @182
     194    _control87          = _CRTDLL__control87        @183
     195    _controlfp          = _CRTDLL__controlfp        @184
     196    _copysign           = _CRTDLL__copysign     @185
     197    _cprintf            = _CRTDLL__cprintf      @186
     198    _cputs          = _CRTDLL__cputs        @187
     199    _creat          = _CRTDLL__creat        @188
     200    _cscanf         = _CRTDLL__cscanf       @189
     201    _ctype          = CRTDLL_ctype          @190
     202    _cwait          = _CRTDLL__cwait        @191
     203    _daylight           = MSVCRT__daylight          @192
     204;   _dstbias                            @193
     205    _dup            = _CRTDLL__dup          @194
     206    _dup2           = _CRTDLL__dup2         @195
     207    _ecvt           = _CRTDLL__ecvt         @196
     208    _endthread          = _CRTDLL__endthread        @197
     209    _endthreadex        = _MSVCRT__endthreadex      @198
     210    _environ            = MSVCRT__environ           @199
     211
     212
     213    _eof            = _CRTDLL__eof          @200
     214    _errno          = _CRTDLL__errno        @201
     215    _except_handler2        = _CRTDLL__except_handler2  @202
     216    _except_handler3        = _MSVCRT__except_handler3  @203
     217    _execl          = _CRTDLL__execl        @204
     218    _execle         = _CRTDLL__execle       @205
     219    _execlp         = _CRTDLL__execlp       @206
     220    _execlpe            = _CRTDLL__execlpe      @207
     221    _execv          = _CRTDLL__execv        @208
     222    _execve         = _CRTDLL__execve       @209
     223    _execvp         = _CRTDLL__execvp       @210
     224    _execvpe            = _CRTDLL__execvpe      @211
     225    _exit           = _CRTDLL__exit         @212
     226    _expand         = _CRTDLL__expand       @213
     227    _fcloseall          = _CRTDLL__fcloseall        @214
     228    _fcvt           = _CRTDLL__fcvt         @215
     229    _fdopen         = _CRTDLL__fdopen       @216
     230    _fgetchar           = _CRTDLL__fgetchar     @217
     231    _fgetwchar          = _CRTDLL__fgetwchar        @218
     232    _filbuf         = _CRTDLL__filbuf       @219
     233    _fileinfo           = MSVCRT__fileinfo      @220
     234    _filelength         = _CRTDLL__filelength       @221
     235    _filelengthi64      = _MSVCRT__filelengthi64    @222
     236    _fileno         = _CRTDLL__fileno       @223
     237    _findclose          = _CRTDLL__findclose        @224
     238    _findfirst          = _CRTDLL__findfirst        @225
     239    _findfirsti64       = _MSVCRT__findfirsti64     @226
     240    _findnext           = _CRTDLL__findnext     @227
     241    _findnexti64        = _MSVCRT__findnexti64      @228
     242    _finite         = _CRTDLL__finite       @229
     243    _flsbuf         = _CRTDLL__flsbuf       @230
     244    _flushall           = _CRTDLL__flushall     @231
     245    _fmode          = MSVCRT__fmode         @232
     246    _fpclass            = _CRTDLL__fpclass      @233
     247    _fpieee_flt         = _CRTDLL__fpieee_flt       @234
     248    _fpreset            = _CRTDLL__fpreset      @235
     249    _fputchar           = _CRTDLL__fputchar     @236
     250    _fputwchar          = _CRTDLL__fputwchar        @237
     251    _fsopen         = _CRTDLL__fsopen       @238
     252    _fstat          = _CRTDLL__fstat        @239
     253    _fstati64           = _MSVCRT__fstati64     @240
     254    _ftime          = _CRTDLL__ftime        @241
     255    _ftol           = _CRTDLL__ftol         @242
     256    _fullpath           = _CRTDLL__fullpath     @243
     257    _futime         = _CRTDLL__futime       @244
     258    _gcvt           = _CRTDLL__gcvt         @245
     259    _get_osfhandle      = _CRTDLL__get_osfhandle    @246
     260    _get_sbh_threshold      = _MSVCRT__get_sbh_threshold    @247
     261    _getch          = _CRTDLL__getch        @248
     262    _getche         = _CRTDLL__getche       @249
     263    _getcwd         = _CRTDLL__getcwd       @250
     264    _getdcwd            = _CRTDLL__getdcwd      @251
     265    _getdiskfree        = _CRTDLL__getdiskfree      @252
     266;   _getdllprocaddr                     @253
     267    _getdrive           = _CRTDLL__getdrive     @254
     268    _getdrives          = _CRTDLL__getdrives        @255
     269    _getmaxstdio        = _MSVCRT__getmaxstdio      @256
     270    _getmbcp            = _MSVCRT__getmbcp      @257
     271    _getpid         = _CRTDLL__getpid       @258
     272    _getsystime         = _CRTDLL__getsystime       @259
     273    _getw           = _CRTDLL__getw         @260
     274    _getws          = _MSVCRT__getws        @261
     275    _global_unwind2     = _CRTDLL__global_unwind2   @262
     276    _heapadd            = _MSVCRT__heapadd      @263
     277    _heapchk            = _CRTDLL__heapchk      @264
     278    _heapmin            = _CRTDLL__heapmin      @265
     279    _heapset            = _CRTDLL__heapset      @266
     280    _heapwalk           = _CRTDLL__heapwalk     @268
     281    _hypot          = _CRTDLL__hypot        @269
     282    _i64toa         = _MSVCRT__i64toa       @270
     283    _i64tow         = _MSVCRT__i64tow       @271
     284    _initterm                   = _CRTDLL__initterm         @272
     285    _inp            = _MSVCRT__inp          @273
     286    _inpd           = _MSVCRT__inpd         @274
     287    _inpw           = _MSVCRT__inpw         @275
     288    _iob            = CRTDLL_iob            @276
     289    _isatty         = _CRTDLL__isatty       @277
     290    _isctype            = _CRTDLL__isctype      @278
     291    _ismbbalnum         = _CRTDLL__ismbbalnum       @279
     292    _ismbbalpha         = _CRTDLL__ismbbalpha       @280
     293    _ismbbgraph         = _CRTDLL__ismbbgraph       @281
     294    _ismbbkalnum        = _CRTDLL__ismbbkalnum      @282
     295    _ismbbkana          = _CRTDLL__ismbbkana        @283
     296    _ismbbkprint        = _MSVCRT__ismbbkprint      @284
     297    _ismbbkpunct        = _CRTDLL__ismbbkpunct      @285
     298    _ismbblead          = _CRTDLL__ismbblead        @286
     299    _ismbbprint         = _CRTDLL__ismbbprint       @287
     300    _ismbbpunct         = _CRTDLL__ismbbpunct       @288
     301    _ismbbtrail         = _CRTDLL__ismbbtrail       @289
     302    _ismbcalnum         = _MSVCRT__ismbcalnum       @290
     303    _ismbcalpha         = _CRTDLL__ismbcalpha       @291
     304    _ismbcdigit         = _CRTDLL__ismbcdigit       @292
     305    _ismbcgraph         = _MSVCRT__ismbcgraph       @293
     306    _ismbchira          = _CRTDLL__ismbchira        @294
     307    _ismbckata          = _CRTDLL__ismbckata        @295
     308    _ismbcl0            = _CRTDLL__ismbcl0      @296
     309    _ismbcl1            = _CRTDLL__ismbcl1      @297
     310    _ismbcl2            = _CRTDLL__ismbcl2      @298
     311    _ismbclegal         = _CRTDLL__ismbclegal       @299
     312
     313
     314    _ismbclower         = _CRTDLL__ismbclower       @300
     315    _ismbcprint         = _CRTDLL__ismbcprint       @301
     316    _ismbcpunct         = _MSVCRT__ismbcpunct       @302
     317    _ismbcspace         = _CRTDLL__ismbcspace       @303
     318    _ismbcsymbol        = _CRTDLL__ismbcsymbol      @304
     319    _ismbcupper         = _CRTDLL__ismbcupper       @305
     320    _ismbslead          = _CRTDLL__ismbslead        @306
     321    _ismbstrail         = _CRTDLL__ismbstrail       @307
     322    _isnan          = _CRTDLL__isnan        @308
     323    _itoa           = _CRTDLL__itoa         @309
     324    _itow           = _MSVCRT__itow         @310
     325    _j0             = _CRTDLL__j0           @311
     326    _j1             = _CRTDLL__j1           @312
     327    _jn             = _CRTDLL__jn           @313
     328    _kbhit          = _CRTDLL__kbhit        @314
     329    _lfind          = _CRTDLL__lfind        @315
     330    _loaddll            = _CRTDLL__loaddll      @316
     331    _local_unwind2      = _CRTDLL__local_unwind2    @317
     332    _lock           = _MSVCRT__lock         @318
     333    _locking            = _CRTDLL__locking      @319
     334    _logb           = _CRTDLL__logb         @320
     335    _longjmpex          = _CRTDLL_longjmp       @321 ; Not correct
     336    _lrotl          = _CRTDLL__lrotl        @322
     337    _lrotr          = _CRTDLL__lrotr        @323
     338    _lsearch            = _CRTDLL__lsearch      @324
     339    _lseek          = _CRTDLL__lseek        @325
     340    _lseeki64           = _MSVCRT__lseeki64     @326
     341    _ltoa           = _CRTDLL__ltoa         @327
     342    _ltow           = _MSVCRT__ltow         @328
     343    _makepath           = _CRTDLL__makepath     @329
     344    _mbbtombc           = _CRTDLL__mbbtombc     @330
     345    _mbbtype            = _CRTDLL__mbbtype      @331
     346;   _mbcasemap                          @332
     347    _mbccpy         = _CRTDLL__mbccpy       @333
     348    _mbcjistojms        = _CRTDLL__mbcjistojms      @334
     349    _mbcjmstojis        = _CRTDLL__mbcjmstojis      @335
     350    _mbclen         = _CRTDLL__mbclen       @336
     351    _mbctohira          = _CRTDLL__mbctohira        @337
     352    _mbctokata          = _CRTDLL__mbctokata        @338
     353    _mbctolower         = _CRTDLL__mbctolower       @339
     354    _mbctombb           = _CRTDLL__mbctombb     @340
     355    _mbctoupper         = _CRTDLL__mbctoupper       @341
     356    _mbctype            = CRTDLL_mbctype        @342
     357    _mbsbtype           = _CRTDLL__mbsbtype     @343
     358    _mbscat         = _CRTDLL__mbscat       @344
     359    _mbschr         = _CRTDLL__mbschr       @345
     360    _mbscmp         = _CRTDLL__mbscmp       @346
     361    _mbscoll            = _CRTDLL__mbscmp       @347
     362    _mbscpy         = _CRTDLL__mbscpy       @348
     363    _mbscspn            = _CRTDLL__mbscspn      @349
     364    _mbsdec         = _CRTDLL__mbsdec       @350
     365    _mbsdup         = _CRTDLL__mbsdup       @351
     366    _mbsicmp            = _CRTDLL__mbsicmp      @352
     367    _mbsicoll           = _CRTDLL__mbsicmp      @353
     368    _mbsinc         = _CRTDLL__mbsinc       @354
     369    _mbslen         = _CRTDLL__mbslen       @355
     370    _mbslwr         = _CRTDLL__mbslwr       @356
     371    _mbsnbcat           = _CRTDLL__mbsnbcat     @357
     372    _mbsnbcmp           = _CRTDLL__mbsnbcmp     @358
     373    _mbsnbcnt           = _CRTDLL__mbsnbcnt     @359
     374    _mbsnbcoll          = _CRTDLL__mbsncmp      @360
     375    _mbsnbcpy           = _CRTDLL__mbsnbcpy     @361
     376    _mbsnbicmp          = _CRTDLL__mbsnbicmp        @362
     377    _mbsnbicoll         = _CRTDLL__mbsnbicmp        @363
     378    _mbsnbset           = _CRTDLL__mbsnbset     @364
     379    _mbsncat            = _CRTDLL__mbsncat      @365
     380    _mbsnccnt           = _CRTDLL__mbsnccnt     @366
     381    _mbsncmp            = _CRTDLL__mbsncmp      @367
     382    _mbsncoll           = _CRTDLL__mbsncmp      @368
     383    _mbsncpy            = _CRTDLL__mbsncpy      @369
     384    _mbsnextc           = _CRTDLL__mbsnextc     @370
     385    _mbsnicmp           = _CRTDLL__mbsnicmp     @371
     386    _mbsnicoll          = _CRTDLL__mbsnicmp     @372
     387    _mbsninc            = _CRTDLL__mbsninc      @373
     388    _mbsnset            = _CRTDLL__mbsnset      @374
     389    _mbspbrk            = _CRTDLL__mbspbrk      @375
     390    _mbsrchr            = _CRTDLL__mbsrchr      @376
     391    _mbsrev         = _CRTDLL__mbsrev       @377
     392    _mbsset         = _CRTDLL__mbsset       @378
     393    _mbsspn         = _CRTDLL__mbsspn       @379
     394    _mbsspnp            = _CRTDLL__mbsspnp      @380
     395    _mbsstr         = _CRTDLL__mbsstr       @381
     396    _mbstok         = _CRTDLL__mbstok       @382
     397    _mbstrlen           = _CRTDLL__mbstrlen     @383
     398    _mbsupr         = _CRTDLL__mbsupr       @384
     399    _memccpy            = _CRTDLL__memccpy      @385
     400    _memicmp            = _CRTDLL__memicmp      @386
     401    _mkdir          = _CRTDLL__mkdir        @387
     402    _mktemp         = _CRTDLL__mktemp       @388
     403    _msize          = _CRTDLL__msize        @389
     404    _nextafter          = _CRTDLL__nextafter        @390
     405    _onexit         = _CRTDLL__onexit       @391
     406    _open           = _CRTDLL__open         @392
     407    _open_osfhandle     = _CRTDLL__open_osfhandle   @393
     408    _osver          = MSVCRT__osver         @394
     409    _outp           = _MSVCRT__outp         @395
     410    _outpd          = _MSVCRT__outpd        @396
     411    _outpw          = _MSVCRT__outpw        @397
     412    _pclose         = _CRTDLL__pclose       @398
     413    _pctype         = MSVCRT__pctype            @399
     414
     415
     416    _pgmptr         = MSVCRT__pgmptr        @400
     417    _pipe           = _CRTDLL__pipe         @401
     418    _popen          = _CRTDLL__popen        @402
     419    _purecall           = _CRTDLL__purecall     @403
     420    _putch          = _CRTDLL__putch        @404
     421    _putenv         = _CRTDLL__putenv       @405
     422    _putw           = _CRTDLL__putw         @406
     423    _putws          = _MSVCRT__putws        @407
     424    _pwctype            = MSVCRT__pwctype           @408
     425    _read           = _CRTDLL__read         @409
     426    _rmdir          = _CRTDLL__rmdir        @410
     427    _rmtmp          = _CRTDLL__rmtmp        @411
     428    _rotl           = _CRTDLL__rotl         @412
     429    _rotr           = _CRTDLL__rotr         @413
     430;   _safe_fdiv                          @414
     431;   _safe_fdivr                         @415
     432;   _safe_fprem                         @416
     433;   _safe_fprem1                        @417
     434    _scalb          = _CRTDLL__scalb        @418
     435    _searchenv          = _CRTDLL__searchenv        @419
     436;   _seh_longjmp_unwind                     @420
     437    _set_error_mode     = _MSVCRT__set_error_mode   @421
     438    _set_sbh_threshold      = _MSVCRT__set_sbh_threshold    @422
     439    _seterrormode       = _CRTDLL__seterrormode     @423
     440    _setjmp         = _CRTDLL__setjmp       @424
     441    _setjmp3            = _CRTDLL__setjmp3      @425 ; Not correct
     442    _setmaxstdio        = _MSVCRT__setmaxstdio      @426
     443    _setmbcp            = _MSVCRT__setmbcp      @427
     444    _setmode                            @428
     445    _setsystime         = _CRTDLL__setsystime       @429
     446    _sleep          = _CRTDLL__sleep        @430
     447    _snprintf           = _CRTDLL__snprintf     @431
     448    _snwprintf          = _CRTDLL__snwprintf        @432
     449    _sopen          = _CRTDLL__sopen        @433
     450    _spawnl         = _CRTDLL__spawnl       @434
     451    _spawnle            = _CRTDLL__spawnle      @435
     452    _spawnlp            = _CRTDLL__spawnlp      @436
     453    _spawnlpe           = _CRTDLL__spawnlpe     @437
     454    _spawnv         = _CRTDLL__spawnv       @438
     455    _spawnve            = _CRTDLL__spawnve      @439
     456    _spawnvp            = _CRTDLL__spawnvp      @440
     457    _spawnvpe           = _CRTDLL__spawnvpe     @441
     458    _splitpath          = _CRTDLL__splitpath        @442
     459    _stat           = _CRTDLL__stat         @443
     460    _stati64            = _MSVCRT__stati64      @444
     461    _statusfp           = _CRTDLL__statusfp     @445
     462    _strcmpi            = _CRTDLL__strcmpi      @446
     463    _strdate            = _CRTDLL__strdate      @447
     464    _strdup         = _CRTDLL__strdup       @448
     465    _strerror           = _CRTDLL__strerror     @449
     466    _stricmp            = _CRTDLL__stricmp      @450
     467    _stricoll           = _CRTDLL__stricoll     @451
     468    _strlwr         = _CRTDLL__strlwr       @452
     469    _strncoll           = _MSVCRT__strncoll     @453
     470    _strnicmp           = _CRTDLL__strnicmp     @454
     471    _strnicoll          = _MSVCRT__strnicoll        @455
     472    _strnset            = _CRTDLL__strnset      @456
     473    _strrev         = _CRTDLL__strrev       @457
     474    _strset         = _CRTDLL__strset       @458
     475    _strtime            = _CRTDLL__strtime      @459
     476    _strupr         = _CRTDLL__strupr       @460
     477    _swab           = _CRTDLL__swab         @461
     478    _sys_errlist        = CRTDLL_sys_errlist        @462
     479    _sys_nerr           = MSVCRT__sys_nerr      @463
     480    _tell           = _CRTDLL__tell         @464
     481    _telli64            = _MSVCRT__telli64      @465
     482    _tempnam            = _CRTDLL__tempnam      @466
     483    _timezone           = MSVCRT__timezone      @467
     484    _tolower            = _CRTDLL__tolower      @468
     485    _toupper            = _CRTDLL__toupper      @469
     486    _tzname         = CRTDLL_tzname         @470
     487    _tzset          = _CRTDLL__tzset        @471
     488;    _ui64toa           = _MSVCRT_ui64toa       @472
     489;    _ui64tow           = _MSVCRT_ui64tow       @473                @473
     490    _ultoa          = _CRTDLL__ultoa        @474
     491    _ultow          = _MSVCRT__ultow        @475
     492    _umask          = _MSVCRT__umask        @476
     493    _ungetch            = _CRTDLL__ungetch      @477
     494    _unlink         = _CRTDLL__unlink       @478
     495    _unloaddll          = _CRTDLL__unloaddll        @479
     496    _unlock         = _MSVCRT__unlock           @480
     497    _utime          = _CRTDLL__utime        @481
     498    _vsnprintf          = _CRTDLL__vsnprintf        @482
     499    _vsnwprintf         = _CRTDLL__vsnwprintf       @483
     500    _waccess            = _MSVCRT__waccess      @484
     501    _wasctime           = _MSVCRT__wasctime         @485
     502    _wchdir         = _MSVCRT__wchdir       @486
     503    _wchmod         = _MSVCRT__wchmod       @487
     504    _wcmdln         = MSVCRT__wcmdln                @488 ; var export
     505    _wcreat         = _MSVCRT__wcreat       @489
     506    _wcsdup         = _CRTDLL__wcsdup       @490
     507    _wcsicmp            = _CRTDLL__wcsicmp      @491
     508    _wcsicoll           = _CRTDLL__wcsicoll     @492
     509    _wcslwr         = _CRTDLL__wcslwr       @493
     510    _wcsncoll           = _MSVCRT__wcsncoll     @494
     511    _wcsnicmp           = _CRTDLL__wcsnicmp     @495
     512    _wcsnicoll          = _MSVCRT__wcsnicoll        @496
     513    _wcsnset            = _CRTDLL__wcsnset      @497
     514    _wcsrev         = _CRTDLL__wcsrev       @498
     515    _wcsset         = _CRTDLL__wcsset       @499
     516
     517
     518    _wcsupr         = _CRTDLL__wcsupr       @500
     519    _wctime         = _MSVCRT__wctime       @501
     520    _wenviron                           @502
     521    _wexecl         = _MSVCRT__wexecl       @503
     522    _wexecle            = _MSVCRT__wexecle      @504
     523    _wexeclp            = _MSVCRT__wexeclp      @505
     524    _wexeclpe           = _MSVCRT__wexeclpe     @506
     525    _wexecv         = _MSVCRT__wexecv       @507
     526    _wexecve            = _MSVCRT__wexecve      @508
     527    _wexecvp            = _MSVCRT__wexecvp      @509
     528    _wexecvpe           = _MSVCRT__wexecvpe     @510
     529    _wfdopen            = _MSVCRT__wfdopen      @511
     530    _wfindfirst         = _MSVCRT__wfindfirst       @512
     531    _wfindfirsti64      = _MSVCRT__wfindfirsti64    @513
     532    _wfindnext          = _MSVCRT__wfindnext        @514
     533;    _wfindnexti64      = _MSVCRT__wfindnexti64     @515
     534    _wfopen         = _MSVCRT__wfopen       @516
     535    _wfreopen           = _MSVCRT__wfreopen     @517
     536    _wfsopen            = _MSVCRT__wfsopen      @518
     537    _wfullpath          = _MSVCRT__wfullpath        @519
     538    _wgetcwd            = _MSVCRT__wgetcwd      @520
     539    _wgetdcwd           = _MSVCRT__wgetdcwd     @521
     540    _wgetenv            = _MSVCRT__wgetenv      @522
     541    _winmajor           = MSVCRT__winmajor      @523
     542    _winminor           = MSVCRT__winminor      @524
     543    _winver         = MSVCRT__winver        @525
     544    _wmakepath          = _MSVCRT__wmakepath        @526
     545    _wmkdir         = _MSVCRT__wmkdir       @527
     546    _wmktemp            = _MSVCRT__wmktemp      @528
     547    _wopen          = _MSVCRT__wopen        @529
     548    _wperror            = _MSVCRT__wperror      @530
     549    _wpgmptr                            @531
     550    _wpopen         = _MSVCRT__wpopen       @532
     551    _wputenv            = _MSVCRT__wputenv      @533
     552    _wremove            = _MSVCRT__wremove      @534
     553    _wrename            = _MSVCRT__wrename      @535
     554    _write          = _CRTDLL__write        @536
     555    _wrmdir         = _MSVCRT__wrmdir       @537
     556    _wsearchenv         = _MSVCRT__wsearchenv       @538
     557    _wsetlocale         = _MSVCRT__wsetlocale       @539
     558    _wsopen         = _MSVCRT__wsopen       @540
     559    _wspawnl            = _MSVCRT__wspawnl      @541
     560    _wspawnle           = _MSVCRT__wspawnle     @542
     561    _wspawnlp           = _MSVCRT__wspawnlp     @543
     562    _wspawnlpe          = _MSVCRT__wspawnlpe        @544
     563    _wspawnv            = _MSVCRT__wspawnv      @545
     564    _wspawnve           = _MSVCRT__wspawnve     @546
     565    _wspawnvp           = _MSVCRT__wspawnvp     @547
     566    _wspawnvpe          = _MSVCRT__wspawnvpe        @548
     567    _wsplitpath         = _MSVCRT__wsplitpath       @549
     568    _wstat          = _MSVCRT__wstat        @550
     569    _wstati64           = _MSVCRT__wstati64     @551
     570    _wstrdate           = _MSVCRT__wstrdate     @552
     571    _wstrtime           = _MSVCRT__wstrtime     @553
     572    _wsystem            = _MSVCRT__wsystem      @554
     573    _wtempnam           = _MSVCRT__wtempnam     @555
     574    _wtmpnam            = _MSVCRT__wtmpnam      @556
     575    _wtoi           = _CRTDLL__wtoi         @557
     576    _wtoi64         = _MSVCRT__wtoi64       @558
     577    _wtol           = _CRTDLL__wtol         @559
     578    _wunlink            = _MSVCRT__wunlink      @560
     579    _wutime         = _MSVCRT__wutime       @561
     580    _y0             = _CRTDLL__y0           @562
     581    _y1             = _CRTDLL__y1           @563
     582    _yn             = _CRTDLL__yn           @564
     583    abort           = _CRTDLL_abort         @565
     584    abs             = _CRTDLL_abs           @566
     585    acos            = _CRTDLL_acos          @567
     586    asctime         = _CRTDLL_asctime       @568
     587    asin            = _CRTDLL_asin          @569
     588    atan            = _CRTDLL_atan          @570
     589    atan2           = _CRTDLL_atan2         @571
     590    atexit          = _CRTDLL_atexit        @572
     591    atof            = _CRTDLL_atof          @573
     592    atoi            = _CRTDLL_atoi          @574
     593    atol            = _CRTDLL_atol          @575
     594    bsearch         = _CRTDLL_bsearch       @576
     595    calloc          = _CRTDLL_calloc        @577
     596    ceil            = _CRTDLL_ceil          @578
     597    clearerr            = _CRTDLL_clearerr      @579
     598    clock           = _CRTDLL_clock         @580
     599    cos             = _CRTDLL_cos           @581
     600    cosh            = _CRTDLL_cosh          @582
     601    ctime           = _CRTDLL_ctime         @583
     602    difftime            = _CRTDLL_difftime      @584
     603    div             = _CRTDLL_div           @585
     604    exit            = _CRTDLL_exit          @586
     605    exp             = _CRTDLL_exp           @587
     606    fabs            = _CRTDLL_fabs          @588
     607    fclose          = _CRTDLL_fclose        @589
     608    feof            = _CRTDLL_feof          @590
     609    ferror          = _CRTDLL_ferror        @591
     610    fflush          = _CRTDLL_fflush        @592
     611    fgetc           = _CRTDLL_fgetc         @593
     612    fgetpos         = _CRTDLL_fgetpos       @594
     613    fgets           = _CRTDLL_fgets         @595
     614    fgetwc          = _CRTDLL_fgetwc        @596
     615    fgetws          = _MSVCRT_fgetws        @597
     616    floor           = _CRTDLL_floor         @598
     617    fmod            = _CRTDLL_fmod          @599
     618
     619
     620    fopen           = _CRTDLL_fopen         @600
     621    fprintf             = _CRTDLL_fprintf       @601
     622    fputc           = _CRTDLL_fputc         @602
     623    fputs           = _CRTDLL_fputs         @603
     624    fputwc          = _CRTDLL_fputwc        @604
     625    fputws          = _MSVCRT_fputws        @605
     626    fread           = _CRTDLL_fread         @606
     627    free                = _CRTDLL_free          @607
     628    freopen         = _CRTDLL_freopen       @608
     629    frexp           = _CRTDLL_frexp         @609
     630    fscanf          = _CRTDLL_fscanf        @610
     631    fseek           = _CRTDLL_fseek         @611
     632    fsetpos         = _CRTDLL_fsetpos       @612
     633    ftell           = _CRTDLL_ftell         @613
     634    fwprintf            = _CRTDLL_fwprintf      @614
     635    fwrite              = _CRTDLL_fwrite        @615
     636    fwscanf         = _CRTDLL_fwscanf       @616
     637    getc            = _CRTDLL_getc          @617
     638    getchar         = _CRTDLL_getchar       @618
     639    getenv          = _CRTDLL_getenv        @619
     640    gets            = _CRTDLL_gets          @620
     641    getwc           = _MSVCRT_getwc         @621
     642    getwchar            = _MSVCRT_getwchar      @622
     643    gmtime          = _CRTDLL_gmtime        @623
     644    is_wctype           = _CRTDLL_is_wctype     @624
     645    isalnum         = _CRTDLL_isalnum       @625
     646    isalpha         = _CRTDLL_isalpha       @626
     647    iscntrl         = _CRTDLL_iscntrl       @627
     648    isdigit         = _CRTDLL_isdigit       @628
     649    isgraph         = _CRTDLL_isgraph       @629
     650    isleadbyte          = _CRTDLL_isleadbyte        @630
     651    islower         = _CRTDLL_islower       @631
     652    isprint         = _CRTDLL_isprint       @632
     653    ispunct         = _CRTDLL_ispunct       @633
     654    isspace         = _CRTDLL_isspace       @634
     655    isupper         = _CRTDLL_isupper       @635
     656    iswalnum            = _CRTDLL_iswalnum      @636
     657    iswalpha            = _CRTDLL_iswalpha      @637
     658    iswascii            = _CRTDLL_iswascii      @638
     659    iswcntrl            = _CRTDLL_iswcntrl      @639
     660    iswctype            = _CRTDLL_iswctype      @640
     661    iswdigit            = _CRTDLL_iswdigit      @641
     662    iswgraph            = _CRTDLL_iswgraph      @642
     663    iswlower            = _CRTDLL_iswlower      @643
     664    iswprint            = _CRTDLL_iswprint      @644
     665    iswpunct            = _CRTDLL_iswpunct      @645
     666    iswspace            = _CRTDLL_iswspace      @646
     667    iswupper            = _CRTDLL_iswupper      @647
     668    iswxdigit           = _CRTDLL_iswxdigit     @648
     669    isxdigit            = _CRTDLL_isxdigit      @649
     670    labs            = _CRTDLL_labs          @650
     671    ldexp           = _CRTDLL_ldexp         @651
     672    ldiv            = _CRTDLL_ldiv          @652
     673    localeconv          = _CRTDLL_localeconv        @653
     674    localtime           = _CRTDLL_localtime     @654
     675    log             = _CRTDLL_log           @655
     676    log10           = _CRTDLL_log10         @656
     677    longjmp             = _CRTDLL_longjmp       @657
     678    malloc              = _CRTDLL_malloc        @658
     679    mblen           = _CRTDLL_mblen         @659
     680    mbstowcs            = _CRTDLL_mbstowcs      @660
     681    mbtowc          = _CRTDLL_mbtowc        @661
     682    memchr          = _CRTDLL_memchr        @662
     683    memcmp              = _CRTDLL_memcmp        @663
     684    memcpy              = _CRTDLL_memcpy        @664
     685    memmove         = _CRTDLL_memmove       @665
     686    memset              = _CRTDLL_memset        @666
     687    mktime          = _CRTDLL_mktime        @667
     688    modf            = _CRTDLL_modf          @668
     689    perror          = _CRTDLL_perror        @669
     690    pow             = _CRTDLL_pow           @670
     691    printf          = _CRTDLL_printf        @671
     692    putc            = _CRTDLL_putc          @672
     693    putchar         = _CRTDLL_putchar       @673
     694    puts            = _CRTDLL_puts          @674
     695    putwc           = _MSVCRT_putwc         @675
     696    putwchar            = _MSVCRT_putwchar      @676
     697    qsort           = _CRTDLL_qsort         @677
     698    raise           = _CRTDLL_raise         @678
     699    rand                = _CRTDLL_rand          @679
     700    realloc         = _CRTDLL_realloc       @680
     701    remove              = _CRTDLL_remove        @681
     702    rename          = _CRTDLL_rename        @682
     703    rewind          = _CRTDLL_rewind        @683
     704    scanf           = _CRTDLL_scanf         @684
     705    setbuf          = _CRTDLL_setbuf        @685
     706    setlocale           = _CRTDLL_setlocale     @686
     707    setvbuf         = _CRTDLL_setvbuf       @687
     708    signal          = _CRTDLL_signal        @688
     709    sin             = _CRTDLL_sin           @689
     710    sinh            = _CRTDLL_sinh          @690
     711    sprintf         = _CRTDLL_sprintf       @691
     712    sqrt            = _CRTDLL_sqrt          @692
     713    srand           = _CRTDLL_srand         @693
     714    sscanf          = _CRTDLL_sscanf        @694
     715    strcat          = _CRTDLL_strcat        @695
     716    strchr          = _CRTDLL_strchr        @696
     717    strcmp          = _CRTDLL_strcmp        @697
     718    strcoll         = _CRTDLL_strcoll       @698
     719    strcpy          = _CRTDLL_strcpy        @699
     720
     721
     722    strcspn         = _CRTDLL_strcspn       @700
     723    strerror            = _CRTDLL_strerror      @701
     724    strftime            = _CRTDLL_strftime      @702
     725    strlen          = _CRTDLL_strlen        @703
     726    strncat         = _CRTDLL_strncat       @704
     727    strncmp         = _CRTDLL_strncmp       @705
     728    strncpy         = _CRTDLL_strncpy       @706
     729    strpbrk         = _CRTDLL_strpbrk       @707
     730    strrchr         = _CRTDLL_strrchr       @708
     731    strspn          = _CRTDLL_strspn        @709
     732    strstr          = _CRTDLL_strstr        @710
     733    strtod          = _CRTDLL_strtod        @711
     734    strtok          = _CRTDLL_strtok        @712
     735    strtol          = _CRTDLL_strtol        @713
     736    strtoul         = _CRTDLL_strtoul       @714
     737    strxfrm         = _CRTDLL_strxfrm       @715
     738    swprintf            = _CRTDLL_swprintf      @716
     739    swscanf         = _CRTDLL_swscanf       @717
     740    system          = _CRTDLL_system        @718
     741    tan             = _CRTDLL_tan           @719
     742    tanh            = _CRTDLL_tanh          @720
     743    time            = _CRTDLL_time          @721
     744    tmpfile         = _CRTDLL_tmpfile       @722
     745    tmpnam          = _CRTDLL_tmpnam        @723
     746    tolower         = _CRTDLL_tolower       @724
     747    toupper         = _CRTDLL_toupper       @725
     748    towlower            = _CRTDLL_towlower      @726
     749    towupper            = _CRTDLL_towupper      @727
     750    ungetc                  = _CRTDLL_ungetc        @728
     751    ungetwc                 = _CRTDLL_ungetwc       @729
     752    vfprintf                = _CRTDLL_vfprintf      @730
     753    vfwprintf               = _CRTDLL_vfwprintf     @731
     754    vprintf             = _CRTDLL_vprintf       @732
     755    vsprintf            = _CRTDLL_vsprintf      @733
     756    vswprintf           = _CRTDLL_vswprintf     @734
     757    vwprintf                = _CRTDLL_vwprintf      @735
     758    wcscat          = _CRTDLL_wcscat        @736
     759    wcschr          = _CRTDLL_wcschr        @737
     760    wcscmp          = _CRTDLL_wcscmp        @738
     761    wcscoll         = _CRTDLL_wcscoll       @739
     762    wcscpy          = _CRTDLL_wcscpy        @740
     763    wcscspn         = _CRTDLL_wcscspn       @741
     764    wcsftime            = _CRTDLL_wcsftime      @742
     765    wcslen          = _CRTDLL_wcslen        @743
     766    wcsncat         = _CRTDLL_wcsncat       @744
     767    wcsncmp         = _CRTDLL_wcsncmp       @745
     768    wcsncpy         = _CRTDLL_wcsncpy       @746
     769    wcspbrk         = _CRTDLL_wcspbrk       @747
     770    wcsrchr         = _CRTDLL_wcsrchr       @748
     771    wcsspn          = _CRTDLL_wcsspn        @749
     772    wcsstr          = _CRTDLL_wcsstr        @750
     773    wcstod          = _CRTDLL_wcstod        @751
     774    wcstok          = _CRTDLL_wcstok                @752
     775    wcstol          = _CRTDLL_wcstol        @753
     776    wcstombs            = _CRTDLL_wcstombs      @754
     777    wcstoul         = _CRTDLL_wcstoul       @755
     778    wcsxfrm         = _CRTDLL_wcsxfrm       @756
     779    wctomb          = _CRTDLL_wctomb        @757
     780    wprintf         = _CRTDLL_wprintf       @758
     781    wscanf          = _CRTDLL_wscanf        @759
     782
  • trunk/src/msvcrt/msvcrt20.def

    r3734 r4809  
    1 ; $Id: msvcrt20.def,v 1.8 2000-06-21 17:33:37 phaller Exp $
     1; $Id: msvcrt20.def,v 1.9 2000-12-16 22:53:23 bird Exp $
    22
    33;
     
    55;
    66LIBRARY MSVCRT20 INITINSTANCE TERMINSTANCE
     7DESCRIPTION 'Odin32 System DLL - MSVCrt20'
    78DATA MULTIPLE NONSHARED
    89
    910
    1011EXPORTS
    11     ??2@YAPAXI@Z                = _MSVCRT_new                   @79
    12     ??3@YAXPAX@Z                = _MSVCRT_delete                @80
    13     ?_query_new_handler@@YAP6AHI@ZXZ = _MSVCRT_EXP35            @226
    14     ?_query_new_mode@@YAHXZ     = _MSVCRT_EXP36                 @227
    15     ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _MSVCRT_set_new_handler     @228
    16     ?_set_new_mode@@YAHH@Z      = _MSVCRT_EXP38                 @229
    17     ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = _MSVCRT_EXP39    @230
    18     ?set_terminate@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP44            @365
    19     ?set_unexpected@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP45           @366
    20     ?terminate@@YAXXZ           = _MSVCRT_EXP46                 @409
    21     ?unexpected@@YAXXZ          = _MSVCRT_EXP47                 @418
    22     $I10_OUTPUT                 = _MSVCRT_EXP49                 @438
    23     _CIacos                     = _CRTDLL__CIacos               @439
    24     _CIasin                     = _CRTDLL__CIasin               @440
    25     _CIatan                     = _CRTDLL__CIatan               @441
    26     _CIatan2                    = _CRTDLL__CIatan2              @442
    27     _CIcos                      = _CRTDLL__CIcos                @443
    28     _CIcosh                     = _CRTDLL__CIcosh               @444
    29     _CIexp                      = _CRTDLL__CIexp                @445
    30     _CIfmod                     = _CRTDLL__CIfmod               @446
    31     _CIlog                      = _CRTDLL__CIlog                @447
    32     _CIlog10                    = _CRTDLL__CIlog10              @448
    33     _CIpow                      = _CRTDLL__CIpow                @449
    34     _CIsin                      = _CRTDLL__CIsin                @450
    35     _CIsinh                     = _CRTDLL__CIsinh               @451
    36     _CIsqrt                     = _CRTDLL__CIsqrt               @452
    37     _CItan                      = _CRTDLL__CItan                @453
    38     _CItanh                     = _CRTDLL__CItanh               @454
    39     _CxxThrowException          = _MSVCRT__CxxThrowException    @455
    40     _HUGE                       = MSVCRT__HUGE                  @456
    41     _XcptFilter                 = _CRTDLL__XcptFilter           @457
    42     __CxxFrameHandler           = _MSVCRT___CxxFrameHandler     @458
    43     __CxxLongjmpUnwind          = _MSVCRT___CxxLongjmpUnwind    @459
    44 ;   __STRINGTOLD                                                @460
    45     __argc                      = MSVCRT___argc                 @461
    46     __argv                      = MSVCRT___argv                 @462
    47     __dllonexit                 = _CRTDLL___dllonexit           @463
    48     __doserrno                  = _CRTDLL___doserrno            @464
    49     __fpecode                   = _CRTDLL___fpecode             @465
    50     __getmainargs               = _MSVCRT___GetMainArgs         @466
    51     __initenv                   = _MSVCRT___initenv             @467
    52     __isascii                   = _CRTDLL___isascii             @468
    53     __iscsym                    = _CRTDLL___iscsym              @469
    54     __iscsymf                   = _CRTDLL___iscsymf             @470
    55 ;   __lconv_init                                                @471
    56     __mb_cur_max                = MSVCRT___mb_cur_max           @472
    57     __p___argc                  = _MSVCRT___p___argc            @473
    58     __p___argv                  = _MSVCRT___p___argv            @474
    59     __p___initenv               = _MSVCRT___p__initenv          @475
    60     __p___mb_cur_max            = _MSVCRT___p___mb_cur_max      @476
    61 ;   __p___wargv                                                 @477
    62 ;   __p___winitenv                                              @478
    63     __p__acmdln                 = _MSVCRT___p__acmdln           @479
    64 ;   __p__amblksiz                                               @480
    65     __p__commode                = _MSVCRT___p__commode          @481
    66     __p__daylight               = _MSVCRT___p__daylight         @482
    67     __p__environ                = _MSVCRT___p__environ          @483
    68     __p__fmode                  = _MSVCRT___p__fmode            @484
    69     __p__iob                    = _MSVCRT___p__iob              @485
    70 ;   __p__mbctype                                                @486
    71     __p__osver                  = _MSVCRT___p__osver            @487
    72     __p__pctype                 = _MSVCRT___p__pctype           @488
    73     __p__pgmptr                 = _MSVCRT___p__pgmptr           @489
    74     __p__pwctype                = _MSVCRT___p__pwctype          @490
    75     __p__timezone               = _MSVCRT___p__timezone         @491
    76     __p__tzname                 = _MSVCRT___p__tzname           @492
    77 ;   __p__wcmdln                                                 @493
    78 ;   __p__wenviron                                               @494
    79     __p__winmajor               = _MSVCRT___p__winmajor         @495
    80     __p__winminor               = _MSVCRT___p__winminor         @496
    81     __p__winver                 = _MSVCRT___p__winver           @497
    82 ;   __p__wpgmptr                                                @498
    83 ;   __pxcptinfoptrs                                             @499
    84 
    85 
    86     __threadhandle              = _CRTDLL___threadhandle        @500
    87     __threadid                  = _CRTDLL___threadid            @501
    88 ;   __toascii                   = _CRTDLL___toascii             @502
    89     __wargv                                                     @503
    90 ;   __wgetmainargs                                              @504
    91 ;   __winitenv                                                  @505
    92     _abnormal_termination       = _CRTDLL__abnormal_termination @506
    93     _access                     = _CRTDLL__access               @507
    94     _acmdln                     = MSVCRT__acmdln                @508
    95 ;   _adj_fdiv_m16i                                              @509
    96 ;   _adj_fdiv_m32                                               @510
    97 ;   _adj_fdiv_m32i                                              @511
    98 ;   _adj_fdiv_m64                                               @512
    99 ;   _adj_fdiv_r                                                 @513
    100 ;   _adj_fdivr_m16i                                             @514
    101 ;   _adj_fdivr_m32                                              @515
    102 ;   _adj_fdivr_m32i                                             @516
    103 ;   _adj_fdivr_m64                                              @517
    104 ;   _adj_fpatan                                                 @518
    105 ;   _adj_fprem                                                  @519
    106 ;   _adj_fprem1                                                 @520
    107 ;   _adj_fptan                                                  @521
    108     _adjust_fdiv                = _MSVCRT__adjust_fdiv          @522
    109     _aexit_rtn                  = _MSVCRT__aexit_rtn            @523
    110     _amsg_exit                  = _CRTDLL__amsg_exit            @524
    111     _assert                     = _CRTDLL__assert               @525
    112 ;   _atodbl                                                     @526
    113 ;   _atoldbl                                                    @527
    114     _beep                       = _CRTDLL__beep                 @528
    115     _beginthread                = _CRTDLL__beginthread          @529
    116     _beginthreadex              = _MSVCRT__beginthreadex        @530
    117     _c_exit                     = _CRTDLL__c_exit               @531
    118     _cabs                       = _CRTDLL__cabs                 @532
    119     _cexit                      = _CRTDLL__cexit                @533
    120     _cgets                      = _CRTDLL__cgets                @534
    121     _chdir                      = _CRTDLL__chdir                @535
    122     _chdrive                    = _CRTDLL__chdrive              @536
    123     _chgsign                    = _CRTDLL__chgsign              @537
    124     _chmod                      = _CRTDLL__chmod                @538
    125     _chsize                     = _CRTDLL__chsize               @539
    126     _clearfp                    = _CRTDLL__clearfp              @540
    127     _close                      = _CRTDLL__close                @541
    128     _commit                     = _CRTDLL__commit               @542
    129     _commode                    = MSVCRT__commode               @543
    130     _control87                  = _CRTDLL__control87            @544
    131     _controlfp                  = _CRTDLL__controlfp            @545
    132     _copysign                   = _CRTDLL__copysign             @546
    133     _cprintf                    = _CRTDLL__cprintf              @547
    134     _cputs                      = _CRTDLL__cputs                @548
    135     _creat                      = _CRTDLL__creat                @549
    136     _cscanf                     = _CRTDLL__cscanf               @550
    137     _ctype                      = CRTDLL_ctype                  @551
    138     _cwait                      = _CRTDLL__cwait                @552
    139     _daylight                   = MSVCRT__daylight              @553
    140     _dup                        = _CRTDLL__dup                  @554
    141     _dup2                       = _CRTDLL__dup2                 @555
    142     _ecvt                       = _CRTDLL__ecvt                 @556
    143     _endthread                  = _CRTDLL__endthread            @557
    144     _endthreadex                = _MSVCRT__endthreadex          @558
    145     _environ                    = MSVCRT__environ               @559
    146     _eof                        = _CRTDLL__eof                  @560
    147     _errno                      = _CRTDLL__errno                @561
    148     _except_handler2            = _CRTDLL__except_handler2      @562
    149     _except_handler3            = _MSVCRT__except_handler3      @563
    150     _execl                      = _CRTDLL__execl                @564
    151     _execle                     = _CRTDLL__execle               @565
    152     _execlp                     = _CRTDLL__execlp               @566
    153     _execlpe                    = _CRTDLL__execlpe              @567
    154     _execv                      = _CRTDLL__execv                @568
    155     _execve                     = _CRTDLL__execve               @569
    156     _execvp                     = _CRTDLL__execvp               @570
    157     _execvpe                    = _CRTDLL__execvpe              @571
    158     _exit                       = _CRTDLL__exit                 @572
    159     _expand                     = _CRTDLL__expand               @573
    160     _fcloseall                  = _CRTDLL__fcloseall            @574
    161     _fcvt                       = _CRTDLL__fcvt                 @575
    162     _fdopen                     = _CRTDLL__fdopen               @576
    163     _fgetchar                   = _CRTDLL__fgetchar             @577
    164     _fgetwchar                  = _CRTDLL__fgetwchar            @578
    165     _filbuf                     = _CRTDLL__filbuf               @579
    166     _fileinfo                   = MSVCRT__fileinfo              @580
    167     _filelength                 = _CRTDLL__filelength           @581
    168     _fileno                     = _CRTDLL__fileno               @582
    169     _findclose                  = _CRTDLL__findclose            @583
    170     _findfirst                  = _CRTDLL__findfirst            @584
    171     _findnext                   = _CRTDLL__findnext             @585
    172     _finite                     = _CRTDLL__finite               @586
    173     _flsbuf                     = _CRTDLL__flsbuf               @587
    174     _flushall                   = _CRTDLL__flushall             @588
    175     _fmode                      = MSVCRT__fmode                 @589
    176     _fpclass                    = _CRTDLL__fpclass              @590
    177     _fpieee_flt                 = _CRTDLL__fpieee_flt           @591
    178     _fpreset                    = _CRTDLL__fpreset              @592
    179     _fputchar                   = _CRTDLL__fputchar             @593
    180     _fputwchar                  = _CRTDLL__fputwchar            @594
    181     _fsopen                     = _CRTDLL__fsopen               @595
    182     _fstat                      = _CRTDLL__fstat                @596
    183     _ftime                      = _CRTDLL__ftime                @597
    184     _ftol                       = _CRTDLL__ftol                 @598
    185     _fullpath                   = _CRTDLL__fullpath             @599
    186 
    187 
    188     _futime                     = _CRTDLL__futime               @600
    189     _gcvt                       = _CRTDLL__gcvt                 @601
    190     _get_osfhandle              = _CRTDLL__get_osfhandle        @602
    191     _getch                      = _CRTDLL__getch                @603
    192     _getche                     = _CRTDLL__getche               @604
    193     _getcwd                     = _CRTDLL__getcwd               @605
    194     _getdcwd                    = _CRTDLL__getdcwd              @606
    195     _getdiskfree                = _CRTDLL__getdiskfree          @607
    196 ;   _getdllprocaddr                                             @608
    197     _getdrive                   = _CRTDLL__getdrive             @609
    198     _getdrives                  = _CRTDLL__getdrives            @610
    199     _getmbcp                    = _MSVCRT__getmbcp              @611
    200     _getpid                     = _CRTDLL__getpid               @612
    201     _getsystime                 = _CRTDLL__getsystime           @613
    202     _getw                       = _CRTDLL__getw                 @614
    203     _getws                      = _MSVCRT__getws                @615
    204     _global_unwind2             = _CRTDLL__global_unwind2       @616
    205     _heapadd                    = _MSVCRT__heapadd              @617
    206     _heapchk                    = _CRTDLL__heapchk              @618
    207     _heapmin                    = _CRTDLL__heapmin              @619
    208     _heapset                    = _CRTDLL__heapset              @620
    209 ;    _heapused                                                  @621
    210     _heapwalk                   = _CRTDLL__heapwalk             @622
    211     _hypot                      = _CRTDLL__hypot                @623
    212     _initterm                   = _CRTDLL__initterm             @624
    213     _iob                        = CRTDLL_iob                    @625
    214     _isatty                     = _CRTDLL__isatty               @626
    215     _isctype                    = _CRTDLL__isctype              @627
    216     _ismbbalnum                 = _CRTDLL__ismbbalnum           @628
    217     _ismbbalpha                 = _CRTDLL__ismbbalpha           @629
    218     _ismbbgraph                 = _CRTDLL__ismbbgraph           @630
    219     _ismbbkalnum                = _CRTDLL__ismbbkalnum          @631
    220     _ismbbkana                  = _CRTDLL__ismbbkana            @632
    221     _ismbbkprint                = _MSVCRT__ismbbkprint          @633
    222     _ismbbkpunct                = _CRTDLL__ismbbkpunct          @634
    223     _ismbblead                  = _CRTDLL__ismbblead            @635
    224     _ismbbprint                 = _CRTDLL__ismbbprint           @636
    225     _ismbbpunct                 = _CRTDLL__ismbbpunct           @637
    226     _ismbbtrail                 = _CRTDLL__ismbbtrail           @638
    227     _ismbcalnum                 = _MSVCRT__ismbcalnum           @639
    228     _ismbcalpha                 = _CRTDLL__ismbcalpha           @640
    229     _ismbcdigit                 = _CRTDLL__ismbcdigit           @641
    230     _ismbcgraph                 = _MSVCRT__ismbcgraph           @642
    231     _ismbchira                  = _CRTDLL__ismbchira            @643
    232     _ismbckata                  = _CRTDLL__ismbckata            @644
    233     _ismbcl0                    = _CRTDLL__ismbcl0              @645
    234     _ismbcl1                    = _CRTDLL__ismbcl1              @646
    235     _ismbcl2                    = _CRTDLL__ismbcl2              @647
    236     _ismbclegal                 = _CRTDLL__ismbclegal           @648
    237     _ismbclower                 = _CRTDLL__ismbclower           @649
    238     _ismbcprint                 = _CRTDLL__ismbcprint           @650
    239     _ismbcpunct                 = _MSVCRT__ismbcpunct           @651
    240     _ismbcspace                 = _CRTDLL__ismbcspace           @652
    241     _ismbcsymbol                = _CRTDLL__ismbcsymbol          @653
    242     _ismbcupper                 = _CRTDLL__ismbcupper           @654
    243     _ismbslead                  = _CRTDLL__ismbslead            @655
    244     _ismbstrail                 = _CRTDLL__ismbstrail           @656
    245     _isnan                      = _CRTDLL__isnan                @657
    246     _itoa                       = _CRTDLL__itoa                 @658
    247     _itow                       = _MSVCRT__itow                 @659
    248     _j0                         = _CRTDLL__j0                   @660
    249     _j1                         = _CRTDLL__j1                   @661
    250     _jn                         = _CRTDLL__jn                   @662
    251     _kbhit                      = _CRTDLL__kbhit                @663
    252     _lfind                      = _CRTDLL__lfind                @664
    253     _loaddll                    = _CRTDLL__loaddll              @665
    254     _local_unwind2              = _CRTDLL__local_unwind2        @666
    255     _locking                    = _CRTDLL__locking              @667
    256     _logb                       = _CRTDLL__logb                 @668
    257     _longjmpex                  = _CRTDLL_longjmp               @669 ; Not correct
    258     _lrotl                      = _CRTDLL__lrotl                @670
    259     _lrotr                      = _CRTDLL__lrotr                @671
    260     _lsearch                    = _CRTDLL__lsearch              @672
    261     _lseek                      = _CRTDLL__lseek                @673
    262     _ltoa                       = _CRTDLL__ltoa                 @674
    263     _ltow                       = _MSVCRT__ltow                 @675
    264     _makepath                   = _CRTDLL__makepath             @676
    265     _matherr                    = _MSVCRT__matherr              @677
    266     _mbbtombc                   = _CRTDLL__mbbtombc             @678
    267     _mbbtype                    = _CRTDLL__mbbtype              @679
    268     _mbccpy                     = _CRTDLL__mbccpy               @680
    269     _mbcjistojms                = _CRTDLL__mbcjistojms          @681
    270     _mbcjmstojis                = _CRTDLL__mbcjmstojis          @682
    271     _mbclen                     = _CRTDLL__mbclen               @683
    272     _mbctohira                  = _CRTDLL__mbctohira            @684
    273     _mbctokata                  = _CRTDLL__mbctokata            @685
    274     _mbctolower                 = _CRTDLL__mbctolower           @686
    275     _mbctombb                   = _CRTDLL__mbctombb             @687
    276     _mbctoupper                 = _CRTDLL__mbctoupper           @688
    277     _mbctype                    = CRTDLL_mbctype                @689
    278     _mbsbtype                   = _CRTDLL__mbsbtype             @690
    279     _mbscat                     = _CRTDLL__mbscat               @691
    280     _mbschr                     = _CRTDLL__mbschr               @692
    281     _mbscmp                     = _CRTDLL__mbscmp               @693
    282     _mbscoll                    = _CRTDLL__mbscmp               @694
    283     _mbscpy                     = _CRTDLL__mbscpy               @695
    284     _mbscspn                    = _CRTDLL__mbscspn              @696
    285     _mbsdec                     = _CRTDLL__mbsdec               @697
    286     _mbsdup                     = _CRTDLL__mbsdup               @698
    287     _mbsicmp                    = _CRTDLL__mbsicmp              @699
    288 
    289 
    290     _mbsicoll                   = _CRTDLL__mbsicmp              @700
    291     _mbsinc                     = _CRTDLL__mbsinc               @701
    292     _mbslen                     = _CRTDLL__mbslen               @702
    293     _mbslwr                     = _CRTDLL__mbslwr               @703
    294     _mbsnbcat                   = _CRTDLL__mbsnbcat             @704
    295     _mbsnbcmp                   = _CRTDLL__mbsnbcmp             @705
    296     _mbsnbcnt                   = _CRTDLL__mbsnbcnt             @706
    297     _mbsnbcoll                  = _CRTDLL__mbsncmp              @707
    298     _mbsnbcpy                   = _CRTDLL__mbsnbcpy             @708
    299     _mbsnbicmp                  = _CRTDLL__mbsnbicmp            @709
    300     _mbsnbicoll                 = _CRTDLL__mbsnbicmp            @710
    301     _mbsnbset                   = _CRTDLL__mbsnbset             @711
    302     _mbsncat                    = _CRTDLL__mbsncat              @712
    303     _mbsnccnt                   = _CRTDLL__mbsnccnt             @713
    304     _mbsncmp                    = _CRTDLL__mbsncmp              @714
    305     _mbsncoll                   = _CRTDLL__mbsncmp              @715
    306     _mbsncpy                    = _CRTDLL__mbsncpy              @716
    307     _mbsnextc                   = _CRTDLL__mbsnextc             @717
    308     _mbsnicmp                   = _CRTDLL__mbsnicmp             @718
    309     _mbsnicoll                  = _CRTDLL__mbsnicmp             @719
    310     _mbsninc                    = _CRTDLL__mbsninc              @720
    311     _mbsnset                    = _CRTDLL__mbsnset              @721
    312     _mbspbrk                    = _CRTDLL__mbspbrk              @722
    313     _mbsrchr                    = _CRTDLL__mbsrchr              @723
    314     _mbsrev                     = _CRTDLL__mbsrev               @724
    315     _mbsset                     = _CRTDLL__mbsset               @725
    316     _mbsspn                     = _CRTDLL__mbsspn               @726
    317     _mbsspnp                    = _CRTDLL__mbsspnp              @727
    318     _mbsstr                     = _CRTDLL__mbsstr               @728
    319     _mbstok                     = _CRTDLL__mbstok               @729
    320     _mbstrlen                   = _CRTDLL__mbstrlen             @730
    321     _mbsupr                     = _CRTDLL__mbsupr               @731
    322     _memccpy                    = _CRTDLL__memccpy              @732
    323     _memicmp                    = _CRTDLL__memicmp              @733
    324     _mkdir                      = _CRTDLL__mkdir                @734
    325     _mktemp                     = _CRTDLL__mktemp               @735
    326     _msize                      = _CRTDLL__msize                @736
    327 ;    _mtlock                                                    @737
    328 ;    _mtunlock                                                  @738
    329     _nextafter                  = _CRTDLL__nextafter            @739
    330     _onexit                     = _CRTDLL__onexit               @740
    331     _open                       = _CRTDLL__open                 @741
    332     _open_osfhandle             = _CRTDLL__open_osfhandle       @742
    333     _osver                      = MSVCRT__osver                 @743
    334     _pclose                     = _CRTDLL__pclose               @744
    335     _pctype                     = MSVCRT__pctype                @745
    336     _pgmptr                     = MSVCRT__pgmptr                @746
    337     _pipe                       = _CRTDLL__pipe                 @747
    338     _popen                      = _CRTDLL__popen                @748
    339     _purecall                   = _CRTDLL__purecall             @749
    340     _putch                      = _CRTDLL__putch                @750
    341     _putenv                     = _CRTDLL__putenv               @751
    342     _putw                       = _CRTDLL__putw                 @752
    343     _putws                      = _MSVCRT__putws                @753
    344     _pwctype                    = MSVCRT__pwctype               @754
    345     _read                       = _CRTDLL__read                 @755
    346     _rmdir                      = _CRTDLL__rmdir                @756
    347     _rmtmp                      = _CRTDLL__rmtmp                @757
    348     _rotl                       = _CRTDLL__rotl                 @758
    349     _rotr                       = _CRTDLL__rotr                 @759
    350 ;   _safe_fdiv                                                  @760
    351 ;   _safe_fdivr                                                 @761
    352 ;   _safe_fprem                                                 @762
    353 ;   _safe_fprem1                                                @763
    354     _scalb                      = _CRTDLL__scalb                @764
    355     _searchenv                  = _CRTDLL__searchenv            @765
    356 ;   _seh_longjmp_unwind                                         @766
    357     _seterrormode               = _CRTDLL__seterrormode         @767
    358     _setjmp                     = _CRTDLL__setjmp               @768
    359     _setjmp3                    = _CRTDLL__setjmp               @769 ; Not correct
    360     _setmbcp                    = _MSVCRT__setmbcp              @770
    361     _setmode                                                    @771
    362     _setsystime                 = _CRTDLL__setsystime           @772
    363     _sleep                      = _CRTDLL__sleep                @773
    364     _snprintf                   = _CRTDLL__snprintf             @774
    365     _snwprintf                  = _CRTDLL__snwprintf            @775
    366     _sopen                      = _CRTDLL__sopen                @776
    367     _spawnl                     = _CRTDLL__spawnl               @777
    368     _spawnle                    = _CRTDLL__spawnle              @778
    369     _spawnlp                    = _CRTDLL__spawnlp              @779
    370     _spawnlpe                   = _CRTDLL__spawnlpe             @780
    371     _spawnv                     = _CRTDLL__spawnv               @781
    372     _spawnve                    = _CRTDLL__spawnve              @782
    373     _spawnvp                    = _CRTDLL__spawnvp              @783
    374     _spawnvpe                   = _CRTDLL__spawnvpe             @784
    375     _splitpath                  = _CRTDLL__splitpath            @785
    376     _stat                       = _CRTDLL__stat                 @786
    377     _statusfp                   = _CRTDLL__statusfp             @787
    378     _strcmpi                    = _CRTDLL__strcmpi              @788
    379     _strdate                    = _CRTDLL__strdate              @789
    380     _strdup                     = _CRTDLL__strdup               @790
    381     _strerror                   = _CRTDLL__strerror             @791
    382     _stricmp                    = _CRTDLL__stricmp              @792
    383     _stricoll                   = _CRTDLL__stricoll             @793
    384     _strlwr                     = _CRTDLL__strlwr               @794
    385     _strncoll                   = _MSVCRT__strncoll             @795
    386     _strnicmp                   = _CRTDLL__strnicmp             @796
    387     _strnicoll                  = _MSVCRT__strnicoll            @797
    388     _strnset                    = _CRTDLL__strnset              @798
    389     _strrev                     = _CRTDLL__strrev               @799
    390 
    391 
    392     _strset                     = _CRTDLL__strset               @800
    393     _strtime                    = _CRTDLL__strtime              @801
    394     _strupr                     = _CRTDLL__strupr               @802
    395     _swab                       = _CRTDLL__swab                 @803
    396     _sys_errlist                = CRTDLL_sys_errlist            @804
    397     _sys_nerr                   = MSVCRT__sys_nerr              @805
    398 ;   _tccpy                                                      @806
    399 ;   _tclen                                                      @807
    400 ;   _tcschr                                                     @808
    401 ;   _tcsclen                                                    @809
    402 ;   _tcscmp                                                     @810
    403 ;   _tcscspn                                                    @811
    404 ;   _tcsdec                                                     @812
    405 ;   _tcsicmp                                                    @813
    406 ;   _tcsinc                                                     @814
    407 ;   _tcslwr                                                     @815
    408 ;   _tcsnbcnt                                                   @816
    409 ;   _tcsncat                                                    @817
    410 ;   _tcsnccat                                                   @818
    411 ;   _tcsnccmp                                                   @819
    412 ;   _tcsnccnt                                                   @820
    413 ;   _tcsnccpy                                                   @821
    414 ;   _tcsncicmp                                                  @822
    415 ;   _tcsncmp                                                    @823
    416 ;   _tcsncpy                                                    @824
    417 ;   _tcsncset                                                   @825
    418 ;   _tcsnextc                                                   @826
    419 ;   _tcsnicmp                                                   @827
    420 ;   _tcsninc                                                    @828
    421 ;   _tcsnset                                                    @829
    422 ;   _tcspbrk                                                    @830
    423 ;   _tcsrchr                                                    @831
    424 ;   _tcsrev                                                     @832
    425 ;   _tcsset                                                     @833
    426 ;   _tcsspn                                                     @834
    427 ;   _tcsspnp                                                    @835
    428 ;   _tcsstr                                                     @836
    429 ;   _tcstok                                                     @837
    430 ;   _tcsupr                                                     @838
    431     _tell                       = _CRTDLL__tell                 @839
    432     _tempnam                    = _CRTDLL__tempnam              @840
    433     _timezone                   = MSVCRT__timezone              @841
    434     _tolower                    = _CRTDLL__tolower              @842
    435     _toupper                    = _CRTDLL__toupper              @843
    436     _tzname                     = CRTDLL_tzname                 @844
    437     _tzset                      = _CRTDLL__tzset                @845
    438     _ultoa                      = _CRTDLL__ultoa                @846
    439     _ultow                      = _MSVCRT__ultow                @847
    440     _umask                      = _MSVCRT__umask                @848
    441     _ungetch                    = _CRTDLL__ungetch              @849
    442     _unlink                     = _CRTDLL__unlink               @850
    443     _unloaddll                  = _CRTDLL__unloaddll            @851
    444     _utime                      = _CRTDLL__utime                @852
    445     _vsnprintf                  = _CRTDLL__vsnprintf            @853
    446     _vsnwprintf                 = _CRTDLL__vsnwprintf           @854
    447     _waccess                    = _MSVCRT__waccess              @855
    448     _wasctime                   = _MSVCRT__wasctime             @856
    449     _wchdir                     = _MSVCRT__wchdir               @857
    450     _wchmod                     = _MSVCRT__wchmod               @858
    451 ;   _wcmdln                                                     @859   
    452     _wcreat                     = _MSVCRT__wcreat               @860
    453     _wcsdup                     = _CRTDLL__wcsdup               @861
    454     _wcsicmp                    = _CRTDLL__wcsicmp              @862
    455     _wcsicoll                   = _CRTDLL__wcsicoll             @863
    456     _wcslwr                     = _CRTDLL__wcslwr               @864
    457     _wcsncoll                   = _MSVCRT__wcsncoll             @865
    458     _wcsnicmp                   = _CRTDLL__wcsnicmp             @866
    459     _wcsnicoll                  = _MSVCRT__wcsnicoll            @867
    460     _wcsnset                    = _CRTDLL__wcsnset              @868
    461     _wcsrev                     = _CRTDLL__wcsrev               @869
    462     _wcsset                     = _CRTDLL__wcsset               @870
    463     _wcsupr                     = _CRTDLL__wcsupr               @871
    464     _wctime                     = _MSVCRT__wctime               @872
    465     _wenviron                                                   @873
    466     _wexecl                     = _MSVCRT__wexecl               @874
    467     _wexecle                    = _MSVCRT__wexecle              @875
    468     _wexeclp                    = _MSVCRT__wexeclp              @876
    469     _wexeclpe                   = _MSVCRT__wexeclpe             @877
    470     _wexecv                     = _MSVCRT__wexecv               @878
    471     _wexecve                    = _MSVCRT__wexecve              @879
    472     _wexecvp                    = _MSVCRT__wexecvp              @880
    473     _wexecvpe                   = _MSVCRT__wexecvpe             @881
    474     _wfdopen                    = _MSVCRT__wfdopen              @882
    475     _wfindfirst                 = _MSVCRT__wfindfirst           @883
    476     _wfindnext                  = _MSVCRT__wfindnext            @884
    477     _wfopen                     = _MSVCRT__wfopen               @885
    478     _wfreopen                   = _MSVCRT__wfreopen             @886
    479     _wfsopen                    = _MSVCRT__wfsopen              @887
    480     _wfullpath                  = _MSVCRT__wfullpath            @888
    481     _wgetcwd                    = _MSVCRT__wgetcwd              @889
    482     _wgetdcwd                   = _MSVCRT__wgetdcwd             @890
    483     _wgetenv                    = _MSVCRT__wgetenv              @891
    484     _winmajor                   = MSVCRT__winmajor              @892
    485     _winminor                   = MSVCRT__winminor              @893
    486     _winver                     = MSVCRT__winver                @894
    487     _wmakepath                  = _MSVCRT__wmakepath            @895
    488     _wmkdir                     = _MSVCRT__wmkdir               @896
    489     _wmktemp                    = _MSVCRT__wmktemp              @897
    490     _wopen                      = _MSVCRT__wopen                @898
    491     _wperror                    = _MSVCRT__wperror              @899
    492 
    493 
    494     _wpgmptr                                                    @900
    495     _wpopen                     = _MSVCRT__wpopen               @901
    496     _wputenv                    = _MSVCRT__wputenv              @902
    497     _wremove                    = _MSVCRT__wremove              @903
    498     _wrename                    = _MSVCRT__wrename              @904
    499     _write                      = _CRTDLL__write                @905
    500     _wrmdir                     = _MSVCRT__wrmdir               @906
    501     _wsearchenv                 = _MSVCRT__wsearchenv           @907
    502     _wsetlocale                 = _MSVCRT__wsetlocale           @908
    503     _wsopen                     = _MSVCRT__wsopen               @909
    504     _wspawnl                    = _MSVCRT__wspawnl              @910
    505     _wspawnle                   = _MSVCRT__wspawnle             @911
    506     _wspawnlp                   = _MSVCRT__wspawnlp             @912
    507     _wspawnlpe                  = _MSVCRT__wspawnlpe            @913
    508     _wspawnv                    = _MSVCRT__wspawnv              @914
    509     _wspawnve                   = _MSVCRT__wspawnve             @915
    510     _wspawnvp                   = _MSVCRT__wspawnvp             @916
    511     _wspawnvpe                  = _MSVCRT__wspawnvpe            @917
    512     _wsplitpath                 = _MSVCRT__wsplitpath           @918
    513     _wstat                      = _MSVCRT__wstat                @919
    514     _wstrdate                   = _MSVCRT__wstrdate             @920
    515     _wstrtime                   = _MSVCRT__wstrtime             @921
    516     _wsystem                    = _MSVCRT__wsystem              @922
    517     _wtempnam                   = _MSVCRT__wtempnam             @923
    518     _wtmpnam                    = _MSVCRT__wtmpnam              @924
    519     _wtoi                       = _CRTDLL__wtoi                 @925
    520     _wtol                       = _CRTDLL__wtol                 @926
    521     _wunlink                    = _MSVCRT__wunlink              @927
    522     _wutime                     = _MSVCRT__wutime               @928
    523     _y0                         = _CRTDLL__y0                   @929
    524     _y1                         = _CRTDLL__y1                   @930
    525     _yn                         = _CRTDLL__yn                   @931
    526     abort                       = _CRTDLL_abort                 @932
    527     abs                         = _CRTDLL_abs                   @933
    528     acos                        = _CRTDLL_acos                  @934
    529     asctime                     = _CRTDLL_asctime               @935
    530     asin                        = _CRTDLL_asin                  @936
    531     atan                        = _CRTDLL_atan                  @937
    532     atan2                       = _CRTDLL_atan2                 @938
    533     atexit                      = _CRTDLL_atexit                @939
    534     atof                        = _CRTDLL_atof                  @940
    535     atoi                        = _CRTDLL_atoi                  @941
    536     atol                        = _CRTDLL_atol                  @942
    537     bsearch                     = _CRTDLL_bsearch               @943
    538     calloc                      = _CRTDLL_calloc                @944
    539     ceil                        = _CRTDLL_ceil                  @945
    540     clearerr                    = _CRTDLL_clearerr              @946
    541     clock                       = _CRTDLL_clock                 @947
    542     cos                         = _CRTDLL_cos                   @948
    543     cosh                        = _CRTDLL_cosh                  @949
    544     ctime                       = _CRTDLL_ctime                 @950
    545     difftime                    = _CRTDLL_difftime              @951
    546     div                         = _CRTDLL_div                   @952
    547     exit                        = _CRTDLL_exit                  @953
    548     exp                         = _CRTDLL_exp                   @954
    549     fabs                        = _CRTDLL_fabs                  @955
    550     fclose                      = _CRTDLL_fclose                @956
    551     feof                        = _CRTDLL_feof                  @957
    552     ferror                      = _CRTDLL_ferror                @958
    553     fflush                      = _CRTDLL_fflush                @959
    554     fgetc                       = _CRTDLL_fgetc                 @960
    555     fgetpos                     = _CRTDLL_fgetpos               @961
    556     fgets                       = _CRTDLL_fgets                 @962
    557     fgetwc                      = _CRTDLL_fgetwc                @963
    558     fgetws                      = _MSVCRT_fgetws                @964
    559     floor                       = _CRTDLL_floor                 @965
    560     fmod                        = _CRTDLL_fmod                  @966
    561     fopen                       = _CRTDLL_fopen                 @967
    562     fprintf                     = _CRTDLL_fprintf               @968
    563     fputc                       = _CRTDLL_fputc                 @969
    564     fputs                       = _CRTDLL_fputs                 @970
    565     fputwc                      = _CRTDLL_fputwc                @971
    566     fputws                      = _MSVCRT_fputws                @972
    567     fread                       = _CRTDLL_fread                 @973
    568     free                        = _CRTDLL_free                  @974
    569     freopen                     = _CRTDLL_freopen               @975
    570     frexp                       = _CRTDLL_frexp                 @976
    571     fscanf                      = _CRTDLL_fscanf                @977
    572     fseek                       = _CRTDLL_fseek                 @978
    573     fsetpos                     = _CRTDLL_fsetpos               @979
    574     ftell                       = _CRTDLL_ftell                 @980
    575     fwprintf                    = _CRTDLL_fwprintf              @981
    576     fwrite                      = _CRTDLL_fwrite                @982
    577     fwscanf                     = _CRTDLL_fwscanf               @983
    578     getc                        = _CRTDLL_getc                  @984
    579     getchar                     = _CRTDLL_getchar               @985
    580     getenv                      = _CRTDLL_getenv                @986
    581     gets                        = _CRTDLL_gets                  @987
    582     getwc                       = _MSVCRT_getwc                 @988
    583     getwchar                    = _MSVCRT_getwchar              @989
    584     gmtime                      = _CRTDLL_gmtime                @990
    585     is_wctype                   = _CRTDLL_is_wctype             @991
    586     isalnum                     = _CRTDLL_isalnum               @992
    587     isalpha                     = _CRTDLL_isalpha               @993
    588     iscntrl                     = _CRTDLL_iscntrl               @994
    589     isdigit                     = _CRTDLL_isdigit               @995
    590     isgraph                     = _CRTDLL_isgraph               @996
    591     isleadbyte                  = _CRTDLL_isleadbyte            @997
    592     islower                     = _CRTDLL_islower               @998
    593     isprint                     = _CRTDLL_isprint               @999
    594 
    595 
    596     ispunct                     = _CRTDLL_ispunct               @1000
    597     isspace                     = _CRTDLL_isspace               @1001
    598     isupper                     = _CRTDLL_isupper               @1002
    599     iswalnum                    = _CRTDLL_iswalnum              @1003
    600     iswalpha                    = _CRTDLL_iswalpha              @1004
    601     iswascii                    = _CRTDLL_iswascii              @1005
    602     iswcntrl                    = _CRTDLL_iswcntrl              @1006
    603     iswctype                    = _CRTDLL_iswctype              @1007
    604     iswdigit                    = _CRTDLL_iswdigit              @1008
    605     iswgraph                    = _CRTDLL_iswgraph              @1009
    606     iswlower                    = _CRTDLL_iswlower              @1010
    607     iswprint                    = _CRTDLL_iswprint              @1011
    608     iswpunct                    = _CRTDLL_iswpunct              @1012
    609     iswspace                    = _CRTDLL_iswspace              @1013
    610     iswupper                    = _CRTDLL_iswupper              @1014
    611     iswxdigit                   = _CRTDLL_iswxdigit             @1015
    612     isxdigit                    = _CRTDLL_isxdigit              @1016
    613     labs                        = _CRTDLL_labs                  @1017
    614     ldexp                       = _CRTDLL_ldexp                 @1018
    615     ldiv                        = _CRTDLL_ldiv                  @1019
    616     localeconv                  = _CRTDLL_localeconv            @1020
    617     localtime                   = _CRTDLL_localtime             @1021
    618     log                         = _CRTDLL_log                   @1022
    619     log10                       = _CRTDLL_log10                 @1023
    620     longjmp                     = _CRTDLL_longjmp               @1024
    621     malloc                      = _CRTDLL_malloc                @1025
    622     mblen                       = _CRTDLL_mblen                 @1026
    623     mbstowcs                    = _CRTDLL_mbstowcs              @1027
    624     mbtowc                      = _CRTDLL_mbtowc                @1028
    625     memchr                      = _CRTDLL_memchr                @1029
    626     memcmp                      = _CRTDLL_memcmp                @1030
    627     memcpy                      = _CRTDLL_memcpy                @1031
    628     memmove                     = _CRTDLL_memmove               @1032
    629     memset                      = _CRTDLL_memset                @1033
    630     mktime                      = _CRTDLL_mktime                @1034
    631     modf                        = _CRTDLL_modf                  @1035
    632     perror                      = _CRTDLL_perror                @1036
    633     pow                         = _CRTDLL_pow                   @1037
    634     printf                      = _CRTDLL_printf                @1038
    635     putc                        = _CRTDLL_putc                  @1039
    636     putchar                     = _CRTDLL_putchar               @1040
    637     puts                        = _CRTDLL_puts                  @1041
    638     putwc                       = _MSVCRT_putwc                 @1042
    639     putwchar                    = _MSVCRT_putwchar              @1043
    640     qsort                       = _CRTDLL_qsort                 @1044
    641     raise                       = _CRTDLL_raise                 @1045
    642     rand                        = _CRTDLL_rand                  @1046
    643     realloc                     = _CRTDLL_realloc               @1047
    644     remove                      = _CRTDLL_remove                @1048
    645     rename                      = _CRTDLL_rename                @1049
    646     rewind                      = _CRTDLL_rewind                @1050
    647     scanf                       = _CRTDLL_scanf                 @1051
    648     setbuf                      = _CRTDLL_setbuf                @1052
    649     setlocale                   = _CRTDLL_setlocale             @1053
    650     setvbuf                     = _CRTDLL_setvbuf               @1054
    651     signal                      = _CRTDLL_signal                @1055
    652     sin                         = _CRTDLL_sin                   @1056
    653     sinh                        = _CRTDLL_sinh                  @1057
    654     sprintf                     = _CRTDLL_sprintf               @1058
    655     sqrt                        = _CRTDLL_sqrt                  @1059
    656     srand                       = _CRTDLL_srand                 @1060
    657     sscanf                      = _CRTDLL_sscanf                @1061
    658     strcat                      = _CRTDLL_strcat                @1062
    659     strchr                      = _CRTDLL_strchr                @1063
    660     strcmp                      = _CRTDLL_strcmp                @1064
    661     strcoll                     = _CRTDLL_strcoll               @1065
    662     strcpy                      = _CRTDLL_strcpy                @1066
    663     strcspn                     = _CRTDLL_strcspn               @1067
    664     strerror                    = _CRTDLL_strerror              @1068
    665     strftime                    = _CRTDLL_strftime              @1069
    666     strlen                      = _CRTDLL_strlen                @1070
    667     strncat                     = _CRTDLL_strncat               @1071
    668     strncmp                     = _CRTDLL_strncmp               @1072
    669     strncpy                     = _CRTDLL_strncpy               @1073
    670     strpbrk                     = _CRTDLL_strpbrk               @1074
    671     strrchr                     = _CRTDLL_strrchr               @1075
    672     strspn                      = _CRTDLL_strspn                @1076
    673     strstr                      = _CRTDLL_strstr                @1077
    674     strtod                      = _CRTDLL_strtod                @1078
    675     strtok                      = _CRTDLL_strtok                @1079
    676     strtol                      = _CRTDLL_strtol                @1080
    677     strtoul                     = _CRTDLL_strtoul               @1081
    678     strxfrm                     = _CRTDLL_strxfrm               @1082
    679     swprintf                    = _CRTDLL_swprintf              @1083
    680     swscanf                     = _CRTDLL_swscanf               @1084
    681     system                      = _CRTDLL_system                @1085
    682     tan                         = _CRTDLL_tan                   @1086
    683     tanh                        = _CRTDLL_tanh                  @1087
    684     time                        = _CRTDLL_time                  @1088
    685     tmpfile                     = _CRTDLL_tmpfile               @1089
    686     tmpnam                      = _CRTDLL_tmpnam                @1090
    687     tolower                     = _CRTDLL_tolower               @1091
    688     toupper                     = _CRTDLL_toupper               @1092
    689     towlower                    = _CRTDLL_towlower              @1093
    690     towupper                    = _CRTDLL_towupper              @1094
    691     ungetc                      = _CRTDLL_ungetc                @1095
    692     ungetwc                     = _CRTDLL_ungetwc               @1096
    693     vfprintf                    = _CRTDLL_vfprintf              @1097
    694     vfwprintf                   = _CRTDLL_vfwprintf             @1098
    695     vprintf                     = _CRTDLL_vprintf               @1099
    696 
    697 
    698     vsprintf                    = _CRTDLL_vsprintf              @1100
    699     vswprintf                   = _CRTDLL_vswprintf             @1101
    700     vwprintf                    = _CRTDLL_vwprintf              @1102
    701     wcscat                      = _CRTDLL_wcscat                @1103
    702     wcschr                      = _CRTDLL_wcschr                @1104
    703     wcscmp                      = _CRTDLL_wcscmp                @1105
    704     wcscoll                     = _CRTDLL_wcscoll               @1106
    705     wcscpy                      = _CRTDLL_wcscpy                @1107
    706     wcscspn                     = _CRTDLL_wcscspn               @1108
    707     wcsftime                    = _CRTDLL_wcsftime              @1109
    708     wcslen                      = _CRTDLL_wcslen                @1110
    709     wcsncat                     = _CRTDLL_wcsncat               @1111
    710     wcsncmp                     = _CRTDLL_wcsncmp               @1112
    711     wcsncpy                     = _CRTDLL_wcsncpy               @1113
    712     wcspbrk                     = _CRTDLL_wcspbrk               @1114
    713     wcsrchr                     = _CRTDLL_wcsrchr               @1115
    714     wcsspn                      = _CRTDLL_wcsspn                @1116
    715     wcsstr                      = _CRTDLL_wcsstr                @1117
    716     wcstod                      = _CRTDLL_wcstod                @1118
    717     wcstok                      = _CRTDLL_wcstok                @1119
    718     wcstol                      = _CRTDLL_wcstol                @1120
    719     wcstombs                    = _CRTDLL_wcstombs              @1121
    720     wcstoul                     = _CRTDLL_wcstoul               @1122
    721     wcsxfrm                     = _CRTDLL_wcsxfrm               @1123
    722     wctomb                      = _CRTDLL_wctomb                @1124
    723     wprintf                     = _CRTDLL_wprintf               @1125
    724     wscanf                      = _CRTDLL_wscanf                @1126
     12    ??2@YAPAXI@Z        = _MSVCRT_new           @79
     13    ??3@YAXPAX@Z        = _MSVCRT_delete        @80
     14    ?_query_new_handler@@YAP6AHI@ZXZ = _MSVCRT_EXP35        @226
     15    ?_query_new_mode@@YAHXZ = _MSVCRT_EXP36         @227
     16    ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _MSVCRT_set_new_handler @228
     17    ?_set_new_mode@@YAHH@Z  = _MSVCRT_EXP38         @229
     18    ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = _MSVCRT_EXP39    @230
     19    ?set_terminate@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP44        @365
     20    ?set_unexpected@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP45       @366
     21    ?terminate@@YAXXZ       = _MSVCRT_EXP46         @409
     22    ?unexpected@@YAXXZ      = _MSVCRT_EXP47         @418
     23    $I10_OUTPUT         = _MSVCRT_EXP49         @438
     24    _CIacos         = _CRTDLL__CIacos       @439
     25    _CIasin         = _CRTDLL__CIasin       @440
     26    _CIatan         = _CRTDLL__CIatan       @441
     27    _CIatan2            = _CRTDLL__CIatan2      @442
     28    _CIcos          = _CRTDLL__CIcos        @443
     29    _CIcosh         = _CRTDLL__CIcosh       @444
     30    _CIexp          = _CRTDLL__CIexp        @445
     31    _CIfmod         = _CRTDLL__CIfmod       @446
     32    _CIlog          = _CRTDLL__CIlog        @447
     33    _CIlog10            = _CRTDLL__CIlog10      @448
     34    _CIpow          = _CRTDLL__CIpow        @449
     35    _CIsin          = _CRTDLL__CIsin        @450
     36    _CIsinh         = _CRTDLL__CIsinh       @451
     37    _CIsqrt         = _CRTDLL__CIsqrt       @452
     38    _CItan          = _CRTDLL__CItan        @453
     39    _CItanh         = _CRTDLL__CItanh       @454
     40    _CxxThrowException      = _MSVCRT__CxxThrowException    @455
     41    _HUGE           = MSVCRT__HUGE          @456
     42    _XcptFilter         = _CRTDLL__XcptFilter       @457
     43    __CxxFrameHandler       = _MSVCRT___CxxFrameHandler @458
     44    __CxxLongjmpUnwind      = _MSVCRT___CxxLongjmpUnwind    @459
     45;   __STRINGTOLD                        @460
     46    __argc          = MSVCRT___argc         @461
     47    __argv          = MSVCRT___argv         @462
     48    __dllonexit         = _CRTDLL___dllonexit       @463
     49    __doserrno          = _CRTDLL___doserrno        @464
     50    __fpecode           = _CRTDLL___fpecode     @465
     51    __getmainargs       = _MSVCRT___GetMainArgs     @466
     52    __initenv           = _MSVCRT___initenv     @467
     53    __isascii           = _CRTDLL___isascii     @468
     54    __iscsym            = _CRTDLL___iscsym      @469
     55    __iscsymf           = _CRTDLL___iscsymf     @470
     56;   __lconv_init                        @471
     57    __mb_cur_max        = MSVCRT___mb_cur_max       @472
     58    __p___argc          = _MSVCRT___p___argc        @473
     59    __p___argv          = _MSVCRT___p___argv        @474
     60    __p___initenv       = _MSVCRT___p__initenv      @475
     61    __p___mb_cur_max        = _MSVCRT___p___mb_cur_max  @476
     62;   __p___wargv                         @477
     63;   __p___winitenv                      @478
     64    __p__acmdln         = _MSVCRT___p__acmdln       @479
     65;   __p__amblksiz                       @480
     66    __p__commode        = _MSVCRT___p__commode      @481
     67    __p__daylight       = _MSVCRT___p__daylight     @482
     68    __p__environ        = _MSVCRT___p__environ      @483
     69    __p__fmode          = _MSVCRT___p__fmode        @484
     70    __p__iob            = _MSVCRT___p__iob      @485
     71;   __p__mbctype                        @486
     72    __p__osver          = _MSVCRT___p__osver        @487
     73    __p__pctype         = _MSVCRT___p__pctype       @488
     74    __p__pgmptr         = _MSVCRT___p__pgmptr       @489
     75    __p__pwctype        = _MSVCRT___p__pwctype      @490
     76    __p__timezone       = _MSVCRT___p__timezone     @491
     77    __p__tzname         = _MSVCRT___p__tzname       @492
     78;   __p__wcmdln                         @493
     79;   __p__wenviron                       @494
     80    __p__winmajor       = _MSVCRT___p__winmajor     @495
     81    __p__winminor       = _MSVCRT___p__winminor     @496
     82    __p__winver         = _MSVCRT___p__winver       @497
     83;   __p__wpgmptr                        @498
     84;   __pxcptinfoptrs                     @499
     85
     86
     87    __threadhandle      = _CRTDLL___threadhandle    @500
     88    __threadid          = _CRTDLL___threadid        @501
     89;   __toascii           = _CRTDLL___toascii     @502
     90    __wargv                         @503
     91;   __wgetmainargs                      @504
     92;   __winitenv                          @505
     93    _abnormal_termination   = _CRTDLL__abnormal_termination @506
     94    _access         = _CRTDLL__access       @507
     95    _acmdln         = MSVCRT__acmdln        @508
     96;   _adj_fdiv_m16i                      @509
     97;   _adj_fdiv_m32                       @510
     98;   _adj_fdiv_m32i                      @511
     99;   _adj_fdiv_m64                       @512
     100;   _adj_fdiv_r                         @513
     101;   _adj_fdivr_m16i                     @514
     102;   _adj_fdivr_m32                      @515
     103;   _adj_fdivr_m32i                     @516
     104;   _adj_fdivr_m64                      @517
     105;   _adj_fpatan                         @518
     106;   _adj_fprem                          @519
     107;   _adj_fprem1                         @520
     108;   _adj_fptan                          @521
     109    _adjust_fdiv        = _MSVCRT__adjust_fdiv      @522
     110    _aexit_rtn          = _MSVCRT__aexit_rtn        @523
     111    _amsg_exit          = _CRTDLL__amsg_exit        @524
     112    _assert         = _CRTDLL__assert       @525
     113;   _atodbl                         @526
     114;   _atoldbl                            @527
     115    _beep           = _CRTDLL__beep         @528
     116    _beginthread        = _CRTDLL__beginthread      @529
     117    _beginthreadex      = _MSVCRT__beginthreadex    @530
     118    _c_exit         = _CRTDLL__c_exit       @531
     119    _cabs           = _CRTDLL__cabs         @532
     120    _cexit          = _CRTDLL__cexit        @533
     121    _cgets          = _CRTDLL__cgets        @534
     122    _chdir          = _CRTDLL__chdir        @535
     123    _chdrive            = _CRTDLL__chdrive      @536
     124    _chgsign            = _CRTDLL__chgsign      @537
     125    _chmod          = _CRTDLL__chmod        @538
     126    _chsize         = _CRTDLL__chsize       @539
     127    _clearfp            = _CRTDLL__clearfp      @540
     128    _close          = _CRTDLL__close        @541
     129    _commit         = _CRTDLL__commit       @542
     130    _commode            = MSVCRT__commode       @543
     131    _control87          = _CRTDLL__control87        @544
     132    _controlfp          = _CRTDLL__controlfp        @545
     133    _copysign           = _CRTDLL__copysign     @546
     134    _cprintf            = _CRTDLL__cprintf      @547
     135    _cputs          = _CRTDLL__cputs        @548
     136    _creat          = _CRTDLL__creat        @549
     137    _cscanf         = _CRTDLL__cscanf       @550
     138    _ctype          = CRTDLL_ctype          @551
     139    _cwait          = _CRTDLL__cwait        @552
     140    _daylight           = MSVCRT__daylight          @553
     141    _dup            = _CRTDLL__dup          @554
     142    _dup2           = _CRTDLL__dup2         @555
     143    _ecvt           = _CRTDLL__ecvt         @556
     144    _endthread          = _CRTDLL__endthread        @557
     145    _endthreadex        = _MSVCRT__endthreadex      @558
     146    _environ            = MSVCRT__environ           @559
     147    _eof            = _CRTDLL__eof          @560
     148    _errno          = _CRTDLL__errno        @561
     149    _except_handler2        = _CRTDLL__except_handler2  @562
     150    _except_handler3        = _MSVCRT__except_handler3  @563
     151    _execl          = _CRTDLL__execl        @564
     152    _execle         = _CRTDLL__execle       @565
     153    _execlp         = _CRTDLL__execlp       @566
     154    _execlpe            = _CRTDLL__execlpe      @567
     155    _execv          = _CRTDLL__execv        @568
     156    _execve         = _CRTDLL__execve       @569
     157    _execvp         = _CRTDLL__execvp       @570
     158    _execvpe            = _CRTDLL__execvpe      @571
     159    _exit           = _CRTDLL__exit         @572
     160    _expand         = _CRTDLL__expand       @573
     161    _fcloseall          = _CRTDLL__fcloseall        @574
     162    _fcvt           = _CRTDLL__fcvt         @575
     163    _fdopen         = _CRTDLL__fdopen       @576
     164    _fgetchar           = _CRTDLL__fgetchar     @577
     165    _fgetwchar          = _CRTDLL__fgetwchar        @578
     166    _filbuf         = _CRTDLL__filbuf       @579
     167    _fileinfo           = MSVCRT__fileinfo      @580
     168    _filelength         = _CRTDLL__filelength       @581
     169    _fileno         = _CRTDLL__fileno       @582
     170    _findclose          = _CRTDLL__findclose        @583
     171    _findfirst          = _CRTDLL__findfirst        @584
     172    _findnext           = _CRTDLL__findnext     @585
     173    _finite         = _CRTDLL__finite       @586
     174    _flsbuf         = _CRTDLL__flsbuf       @587
     175    _flushall           = _CRTDLL__flushall     @588
     176    _fmode          = MSVCRT__fmode         @589
     177    _fpclass            = _CRTDLL__fpclass      @590
     178    _fpieee_flt         = _CRTDLL__fpieee_flt       @591
     179    _fpreset            = _CRTDLL__fpreset      @592
     180    _fputchar           = _CRTDLL__fputchar     @593
     181    _fputwchar          = _CRTDLL__fputwchar        @594
     182    _fsopen         = _CRTDLL__fsopen       @595
     183    _fstat          = _CRTDLL__fstat        @596
     184    _ftime          = _CRTDLL__ftime        @597
     185    _ftol           = _CRTDLL__ftol         @598
     186    _fullpath           = _CRTDLL__fullpath     @599
     187
     188
     189    _futime         = _CRTDLL__futime       @600
     190    _gcvt           = _CRTDLL__gcvt         @601
     191    _get_osfhandle      = _CRTDLL__get_osfhandle    @602
     192    _getch          = _CRTDLL__getch        @603
     193    _getche         = _CRTDLL__getche       @604
     194    _getcwd         = _CRTDLL__getcwd       @605
     195    _getdcwd            = _CRTDLL__getdcwd      @606
     196    _getdiskfree        = _CRTDLL__getdiskfree      @607
     197;   _getdllprocaddr                     @608
     198    _getdrive           = _CRTDLL__getdrive     @609
     199    _getdrives          = _CRTDLL__getdrives        @610
     200    _getmbcp            = _MSVCRT__getmbcp      @611
     201    _getpid         = _CRTDLL__getpid       @612
     202    _getsystime         = _CRTDLL__getsystime       @613
     203    _getw           = _CRTDLL__getw         @614
     204    _getws          = _MSVCRT__getws        @615
     205    _global_unwind2     = _CRTDLL__global_unwind2   @616
     206    _heapadd            = _MSVCRT__heapadd      @617
     207    _heapchk            = _CRTDLL__heapchk      @618
     208    _heapmin            = _CRTDLL__heapmin      @619
     209    _heapset            = _CRTDLL__heapset      @620
     210;    _heapused                          @621
     211    _heapwalk           = _CRTDLL__heapwalk     @622
     212    _hypot          = _CRTDLL__hypot        @623
     213    _initterm           = _CRTDLL__initterm     @624
     214    _iob            = CRTDLL_iob            @625
     215    _isatty         = _CRTDLL__isatty       @626
     216    _isctype            = _CRTDLL__isctype      @627
     217    _ismbbalnum         = _CRTDLL__ismbbalnum       @628
     218    _ismbbalpha         = _CRTDLL__ismbbalpha       @629
     219    _ismbbgraph         = _CRTDLL__ismbbgraph       @630
     220    _ismbbkalnum        = _CRTDLL__ismbbkalnum      @631
     221    _ismbbkana          = _CRTDLL__ismbbkana        @632
     222    _ismbbkprint        = _MSVCRT__ismbbkprint      @633
     223    _ismbbkpunct        = _CRTDLL__ismbbkpunct      @634
     224    _ismbblead          = _CRTDLL__ismbblead        @635
     225    _ismbbprint         = _CRTDLL__ismbbprint       @636
     226    _ismbbpunct         = _CRTDLL__ismbbpunct       @637
     227    _ismbbtrail         = _CRTDLL__ismbbtrail       @638
     228    _ismbcalnum         = _MSVCRT__ismbcalnum       @639
     229    _ismbcalpha         = _CRTDLL__ismbcalpha       @640
     230    _ismbcdigit         = _CRTDLL__ismbcdigit       @641
     231    _ismbcgraph         = _MSVCRT__ismbcgraph       @642
     232    _ismbchira          = _CRTDLL__ismbchira        @643
     233    _ismbckata          = _CRTDLL__ismbckata        @644
     234    _ismbcl0            = _CRTDLL__ismbcl0      @645
     235    _ismbcl1            = _CRTDLL__ismbcl1      @646
     236    _ismbcl2            = _CRTDLL__ismbcl2      @647
     237    _ismbclegal         = _CRTDLL__ismbclegal       @648
     238    _ismbclower         = _CRTDLL__ismbclower       @649
     239    _ismbcprint         = _CRTDLL__ismbcprint       @650
     240    _ismbcpunct         = _MSVCRT__ismbcpunct       @651
     241    _ismbcspace         = _CRTDLL__ismbcspace       @652
     242    _ismbcsymbol        = _CRTDLL__ismbcsymbol      @653
     243    _ismbcupper         = _CRTDLL__ismbcupper       @654
     244    _ismbslead          = _CRTDLL__ismbslead        @655
     245    _ismbstrail         = _CRTDLL__ismbstrail       @656
     246    _isnan          = _CRTDLL__isnan        @657
     247    _itoa           = _CRTDLL__itoa         @658
     248    _itow           = _MSVCRT__itow         @659
     249    _j0             = _CRTDLL__j0           @660
     250    _j1             = _CRTDLL__j1           @661
     251    _jn             = _CRTDLL__jn           @662
     252    _kbhit          = _CRTDLL__kbhit        @663
     253    _lfind          = _CRTDLL__lfind        @664
     254    _loaddll            = _CRTDLL__loaddll      @665
     255    _local_unwind2      = _CRTDLL__local_unwind2    @666
     256    _locking            = _CRTDLL__locking      @667
     257    _logb           = _CRTDLL__logb         @668
     258    _longjmpex          = _CRTDLL_longjmp       @669 ; Not correct
     259    _lrotl          = _CRTDLL__lrotl        @670
     260    _lrotr          = _CRTDLL__lrotr        @671
     261    _lsearch            = _CRTDLL__lsearch      @672
     262    _lseek          = _CRTDLL__lseek        @673
     263    _ltoa           = _CRTDLL__ltoa         @674
     264    _ltow           = _MSVCRT__ltow         @675
     265    _makepath           = _CRTDLL__makepath     @676
     266    _matherr            = _MSVCRT__matherr      @677
     267    _mbbtombc           = _CRTDLL__mbbtombc     @678
     268    _mbbtype            = _CRTDLL__mbbtype      @679
     269    _mbccpy         = _CRTDLL__mbccpy       @680
     270    _mbcjistojms        = _CRTDLL__mbcjistojms      @681
     271    _mbcjmstojis        = _CRTDLL__mbcjmstojis      @682
     272    _mbclen         = _CRTDLL__mbclen       @683
     273    _mbctohira          = _CRTDLL__mbctohira        @684
     274    _mbctokata          = _CRTDLL__mbctokata        @685
     275    _mbctolower         = _CRTDLL__mbctolower       @686
     276    _mbctombb           = _CRTDLL__mbctombb     @687
     277    _mbctoupper         = _CRTDLL__mbctoupper       @688
     278    _mbctype            = CRTDLL_mbctype        @689
     279    _mbsbtype           = _CRTDLL__mbsbtype     @690
     280    _mbscat         = _CRTDLL__mbscat       @691
     281    _mbschr         = _CRTDLL__mbschr       @692
     282    _mbscmp         = _CRTDLL__mbscmp       @693
     283    _mbscoll            = _CRTDLL__mbscmp       @694
     284    _mbscpy         = _CRTDLL__mbscpy       @695
     285    _mbscspn            = _CRTDLL__mbscspn      @696
     286    _mbsdec         = _CRTDLL__mbsdec       @697
     287    _mbsdup         = _CRTDLL__mbsdup       @698
     288    _mbsicmp            = _CRTDLL__mbsicmp      @699
     289
     290
     291    _mbsicoll           = _CRTDLL__mbsicmp      @700
     292    _mbsinc         = _CRTDLL__mbsinc       @701
     293    _mbslen         = _CRTDLL__mbslen       @702
     294    _mbslwr         = _CRTDLL__mbslwr       @703
     295    _mbsnbcat           = _CRTDLL__mbsnbcat     @704
     296    _mbsnbcmp           = _CRTDLL__mbsnbcmp     @705
     297    _mbsnbcnt           = _CRTDLL__mbsnbcnt     @706
     298    _mbsnbcoll          = _CRTDLL__mbsncmp      @707
     299    _mbsnbcpy           = _CRTDLL__mbsnbcpy     @708
     300    _mbsnbicmp          = _CRTDLL__mbsnbicmp        @709
     301    _mbsnbicoll         = _CRTDLL__mbsnbicmp        @710
     302    _mbsnbset           = _CRTDLL__mbsnbset     @711
     303    _mbsncat            = _CRTDLL__mbsncat      @712
     304    _mbsnccnt           = _CRTDLL__mbsnccnt     @713
     305    _mbsncmp            = _CRTDLL__mbsncmp      @714
     306    _mbsncoll           = _CRTDLL__mbsncmp      @715
     307    _mbsncpy            = _CRTDLL__mbsncpy      @716
     308    _mbsnextc           = _CRTDLL__mbsnextc     @717
     309    _mbsnicmp           = _CRTDLL__mbsnicmp     @718
     310    _mbsnicoll          = _CRTDLL__mbsnicmp     @719
     311    _mbsninc            = _CRTDLL__mbsninc      @720
     312    _mbsnset            = _CRTDLL__mbsnset      @721
     313    _mbspbrk            = _CRTDLL__mbspbrk      @722
     314    _mbsrchr            = _CRTDLL__mbsrchr      @723
     315    _mbsrev         = _CRTDLL__mbsrev       @724
     316    _mbsset         = _CRTDLL__mbsset       @725
     317    _mbsspn         = _CRTDLL__mbsspn       @726
     318    _mbsspnp            = _CRTDLL__mbsspnp      @727
     319    _mbsstr         = _CRTDLL__mbsstr       @728
     320    _mbstok         = _CRTDLL__mbstok       @729
     321    _mbstrlen           = _CRTDLL__mbstrlen     @730
     322    _mbsupr         = _CRTDLL__mbsupr       @731
     323    _memccpy            = _CRTDLL__memccpy      @732
     324    _memicmp            = _CRTDLL__memicmp      @733
     325    _mkdir          = _CRTDLL__mkdir        @734
     326    _mktemp         = _CRTDLL__mktemp       @735
     327    _msize          = _CRTDLL__msize        @736
     328;    _mtlock                            @737
     329;    _mtunlock                          @738
     330    _nextafter          = _CRTDLL__nextafter        @739
     331    _onexit         = _CRTDLL__onexit       @740
     332    _open           = _CRTDLL__open         @741
     333    _open_osfhandle     = _CRTDLL__open_osfhandle   @742
     334    _osver          = MSVCRT__osver         @743
     335    _pclose         = _CRTDLL__pclose       @744
     336    _pctype         = MSVCRT__pctype            @745
     337    _pgmptr         = MSVCRT__pgmptr        @746
     338    _pipe           = _CRTDLL__pipe         @747
     339    _popen          = _CRTDLL__popen        @748
     340    _purecall           = _CRTDLL__purecall     @749
     341    _putch          = _CRTDLL__putch        @750
     342    _putenv         = _CRTDLL__putenv       @751
     343    _putw           = _CRTDLL__putw         @752
     344    _putws          = _MSVCRT__putws        @753
     345    _pwctype            = MSVCRT__pwctype           @754
     346    _read           = _CRTDLL__read         @755
     347    _rmdir          = _CRTDLL__rmdir        @756
     348    _rmtmp          = _CRTDLL__rmtmp        @757
     349    _rotl           = _CRTDLL__rotl         @758
     350    _rotr           = _CRTDLL__rotr         @759
     351;   _safe_fdiv                          @760
     352;   _safe_fdivr                         @761
     353;   _safe_fprem                         @762
     354;   _safe_fprem1                        @763
     355    _scalb          = _CRTDLL__scalb        @764
     356    _searchenv          = _CRTDLL__searchenv        @765
     357;   _seh_longjmp_unwind                     @766
     358    _seterrormode       = _CRTDLL__seterrormode     @767
     359    _setjmp         = _CRTDLL__setjmp       @768
     360    _setjmp3            = _CRTDLL__setjmp       @769 ; Not correct
     361    _setmbcp            = _MSVCRT__setmbcp      @770
     362    _setmode                            @771
     363    _setsystime         = _CRTDLL__setsystime       @772
     364    _sleep          = _CRTDLL__sleep        @773
     365    _snprintf           = _CRTDLL__snprintf     @774
     366    _snwprintf          = _CRTDLL__snwprintf        @775
     367    _sopen          = _CRTDLL__sopen        @776
     368    _spawnl         = _CRTDLL__spawnl       @777
     369    _spawnle            = _CRTDLL__spawnle      @778
     370    _spawnlp            = _CRTDLL__spawnlp      @779
     371    _spawnlpe           = _CRTDLL__spawnlpe     @780
     372    _spawnv         = _CRTDLL__spawnv       @781
     373    _spawnve            = _CRTDLL__spawnve      @782
     374    _spawnvp            = _CRTDLL__spawnvp      @783
     375    _spawnvpe           = _CRTDLL__spawnvpe     @784
     376    _splitpath          = _CRTDLL__splitpath        @785
     377    _stat           = _CRTDLL__stat         @786
     378    _statusfp           = _CRTDLL__statusfp     @787
     379    _strcmpi            = _CRTDLL__strcmpi      @788
     380    _strdate            = _CRTDLL__strdate      @789
     381    _strdup         = _CRTDLL__strdup       @790
     382    _strerror           = _CRTDLL__strerror     @791
     383    _stricmp            = _CRTDLL__stricmp      @792
     384    _stricoll           = _CRTDLL__stricoll     @793
     385    _strlwr         = _CRTDLL__strlwr       @794
     386    _strncoll           = _MSVCRT__strncoll     @795
     387    _strnicmp           = _CRTDLL__strnicmp     @796
     388    _strnicoll          = _MSVCRT__strnicoll        @797
     389    _strnset            = _CRTDLL__strnset      @798
     390    _strrev         = _CRTDLL__strrev       @799
     391
     392
     393    _strset         = _CRTDLL__strset       @800
     394    _strtime            = _CRTDLL__strtime      @801
     395    _strupr         = _CRTDLL__strupr       @802
     396    _swab           = _CRTDLL__swab         @803
     397    _sys_errlist        = CRTDLL_sys_errlist        @804
     398    _sys_nerr           = MSVCRT__sys_nerr      @805
     399;   _tccpy                          @806
     400;   _tclen                          @807
     401;   _tcschr                         @808
     402;   _tcsclen                            @809
     403;   _tcscmp                         @810
     404;   _tcscspn                            @811
     405;   _tcsdec                         @812
     406;   _tcsicmp                            @813
     407;   _tcsinc                         @814
     408;   _tcslwr                         @815
     409;   _tcsnbcnt                           @816
     410;   _tcsncat                            @817
     411;   _tcsnccat                           @818
     412;   _tcsnccmp                           @819
     413;   _tcsnccnt                           @820
     414;   _tcsnccpy                           @821
     415;   _tcsncicmp                          @822
     416;   _tcsncmp                            @823
     417;   _tcsncpy                            @824
     418;   _tcsncset                           @825
     419;   _tcsnextc                           @826
     420;   _tcsnicmp                           @827
     421;   _tcsninc                            @828
     422;   _tcsnset                            @829
     423;   _tcspbrk                            @830
     424;   _tcsrchr                            @831
     425;   _tcsrev                         @832
     426;   _tcsset                         @833
     427;   _tcsspn                         @834
     428;   _tcsspnp                            @835
     429;   _tcsstr                         @836
     430;   _tcstok                         @837
     431;   _tcsupr                         @838
     432    _tell           = _CRTDLL__tell         @839
     433    _tempnam            = _CRTDLL__tempnam      @840
     434    _timezone           = MSVCRT__timezone      @841
     435    _tolower            = _CRTDLL__tolower      @842
     436    _toupper            = _CRTDLL__toupper      @843
     437    _tzname         = CRTDLL_tzname         @844
     438    _tzset          = _CRTDLL__tzset        @845
     439    _ultoa          = _CRTDLL__ultoa        @846
     440    _ultow          = _MSVCRT__ultow        @847
     441    _umask          = _MSVCRT__umask        @848
     442    _ungetch            = _CRTDLL__ungetch      @849
     443    _unlink         = _CRTDLL__unlink       @850
     444    _unloaddll          = _CRTDLL__unloaddll        @851
     445    _utime          = _CRTDLL__utime        @852
     446    _vsnprintf          = _CRTDLL__vsnprintf        @853
     447    _vsnwprintf         = _CRTDLL__vsnwprintf       @854
     448    _waccess            = _MSVCRT__waccess      @855
     449    _wasctime           = _MSVCRT__wasctime         @856
     450    _wchdir         = _MSVCRT__wchdir       @857
     451    _wchmod         = _MSVCRT__wchmod       @858
     452;   _wcmdln                         @859
     453    _wcreat         = _MSVCRT__wcreat       @860
     454    _wcsdup         = _CRTDLL__wcsdup       @861
     455    _wcsicmp            = _CRTDLL__wcsicmp      @862
     456    _wcsicoll           = _CRTDLL__wcsicoll     @863
     457    _wcslwr         = _CRTDLL__wcslwr       @864
     458    _wcsncoll           = _MSVCRT__wcsncoll     @865
     459    _wcsnicmp           = _CRTDLL__wcsnicmp     @866
     460    _wcsnicoll          = _MSVCRT__wcsnicoll        @867
     461    _wcsnset            = _CRTDLL__wcsnset      @868
     462    _wcsrev         = _CRTDLL__wcsrev       @869
     463    _wcsset         = _CRTDLL__wcsset       @870
     464    _wcsupr         = _CRTDLL__wcsupr       @871
     465    _wctime         = _MSVCRT__wctime       @872
     466    _wenviron                           @873
     467    _wexecl         = _MSVCRT__wexecl       @874
     468    _wexecle            = _MSVCRT__wexecle      @875
     469    _wexeclp            = _MSVCRT__wexeclp      @876
     470    _wexeclpe           = _MSVCRT__wexeclpe     @877
     471    _wexecv         = _MSVCRT__wexecv       @878
     472    _wexecve            = _MSVCRT__wexecve      @879
     473    _wexecvp            = _MSVCRT__wexecvp      @880
     474    _wexecvpe           = _MSVCRT__wexecvpe     @881
     475    _wfdopen            = _MSVCRT__wfdopen      @882
     476    _wfindfirst         = _MSVCRT__wfindfirst       @883
     477    _wfindnext          = _MSVCRT__wfindnext        @884
     478    _wfopen         = _MSVCRT__wfopen       @885
     479    _wfreopen           = _MSVCRT__wfreopen     @886
     480    _wfsopen            = _MSVCRT__wfsopen      @887
     481    _wfullpath          = _MSVCRT__wfullpath        @888
     482    _wgetcwd            = _MSVCRT__wgetcwd      @889
     483    _wgetdcwd           = _MSVCRT__wgetdcwd     @890
     484    _wgetenv            = _MSVCRT__wgetenv      @891
     485    _winmajor           = MSVCRT__winmajor      @892
     486    _winminor           = MSVCRT__winminor      @893
     487    _winver         = MSVCRT__winver        @894
     488    _wmakepath          = _MSVCRT__wmakepath        @895
     489    _wmkdir         = _MSVCRT__wmkdir       @896
     490    _wmktemp            = _MSVCRT__wmktemp      @897
     491    _wopen          = _MSVCRT__wopen        @898
     492    _wperror            = _MSVCRT__wperror      @899
     493
     494
     495    _wpgmptr                            @900
     496    _wpopen         = _MSVCRT__wpopen       @901
     497    _wputenv            = _MSVCRT__wputenv      @902
     498    _wremove            = _MSVCRT__wremove      @903
     499    _wrename            = _MSVCRT__wrename      @904
     500    _write          = _CRTDLL__write        @905
     501    _wrmdir         = _MSVCRT__wrmdir       @906
     502    _wsearchenv         = _MSVCRT__wsearchenv       @907
     503    _wsetlocale         = _MSVCRT__wsetlocale       @908
     504    _wsopen         = _MSVCRT__wsopen       @909
     505    _wspawnl            = _MSVCRT__wspawnl      @910
     506    _wspawnle           = _MSVCRT__wspawnle     @911
     507    _wspawnlp           = _MSVCRT__wspawnlp     @912
     508    _wspawnlpe          = _MSVCRT__wspawnlpe        @913
     509    _wspawnv            = _MSVCRT__wspawnv      @914
     510    _wspawnve           = _MSVCRT__wspawnve     @915
     511    _wspawnvp           = _MSVCRT__wspawnvp     @916
     512    _wspawnvpe          = _MSVCRT__wspawnvpe        @917
     513    _wsplitpath         = _MSVCRT__wsplitpath       @918
     514    _wstat          = _MSVCRT__wstat        @919
     515    _wstrdate           = _MSVCRT__wstrdate     @920
     516    _wstrtime           = _MSVCRT__wstrtime     @921
     517    _wsystem            = _MSVCRT__wsystem      @922
     518    _wtempnam           = _MSVCRT__wtempnam     @923
     519    _wtmpnam            = _MSVCRT__wtmpnam      @924
     520    _wtoi           = _CRTDLL__wtoi         @925
     521    _wtol           = _CRTDLL__wtol         @926
     522    _wunlink            = _MSVCRT__wunlink      @927
     523    _wutime         = _MSVCRT__wutime       @928
     524    _y0             = _CRTDLL__y0           @929
     525    _y1             = _CRTDLL__y1           @930
     526    _yn             = _CRTDLL__yn           @931
     527    abort           = _CRTDLL_abort         @932
     528    abs             = _CRTDLL_abs           @933
     529    acos            = _CRTDLL_acos          @934
     530    asctime         = _CRTDLL_asctime       @935
     531    asin            = _CRTDLL_asin          @936
     532    atan            = _CRTDLL_atan          @937
     533    atan2           = _CRTDLL_atan2         @938
     534    atexit          = _CRTDLL_atexit        @939
     535    atof            = _CRTDLL_atof          @940
     536    atoi            = _CRTDLL_atoi          @941
     537    atol            = _CRTDLL_atol          @942
     538    bsearch         = _CRTDLL_bsearch       @943
     539    calloc          = _CRTDLL_calloc        @944
     540    ceil            = _CRTDLL_ceil          @945
     541    clearerr            = _CRTDLL_clearerr      @946
     542    clock           = _CRTDLL_clock         @947
     543    cos             = _CRTDLL_cos           @948
     544    cosh            = _CRTDLL_cosh          @949
     545    ctime           = _CRTDLL_ctime         @950
     546    difftime            = _CRTDLL_difftime      @951
     547    div             = _CRTDLL_div           @952
     548    exit            = _CRTDLL_exit          @953
     549    exp             = _CRTDLL_exp           @954
     550    fabs            = _CRTDLL_fabs          @955
     551    fclose          = _CRTDLL_fclose        @956
     552    feof            = _CRTDLL_feof          @957
     553    ferror          = _CRTDLL_ferror        @958
     554    fflush          = _CRTDLL_fflush        @959
     555    fgetc           = _CRTDLL_fgetc         @960
     556    fgetpos         = _CRTDLL_fgetpos       @961
     557    fgets           = _CRTDLL_fgets         @962
     558    fgetwc          = _CRTDLL_fgetwc        @963
     559    fgetws          = _MSVCRT_fgetws        @964
     560    floor           = _CRTDLL_floor         @965
     561    fmod            = _CRTDLL_fmod          @966
     562    fopen           = _CRTDLL_fopen         @967
     563    fprintf             = _CRTDLL_fprintf       @968
     564    fputc           = _CRTDLL_fputc         @969
     565    fputs           = _CRTDLL_fputs         @970
     566    fputwc          = _CRTDLL_fputwc        @971
     567    fputws          = _MSVCRT_fputws        @972
     568    fread           = _CRTDLL_fread         @973
     569    free                = _CRTDLL_free          @974
     570    freopen         = _CRTDLL_freopen       @975
     571    frexp           = _CRTDLL_frexp         @976
     572    fscanf          = _CRTDLL_fscanf        @977
     573    fseek           = _CRTDLL_fseek         @978
     574    fsetpos         = _CRTDLL_fsetpos       @979
     575    ftell           = _CRTDLL_ftell         @980
     576    fwprintf            = _CRTDLL_fwprintf      @981
     577    fwrite              = _CRTDLL_fwrite        @982
     578    fwscanf         = _CRTDLL_fwscanf       @983
     579    getc            = _CRTDLL_getc          @984
     580    getchar         = _CRTDLL_getchar       @985
     581    getenv          = _CRTDLL_getenv        @986
     582    gets            = _CRTDLL_gets          @987
     583    getwc           = _MSVCRT_getwc         @988
     584    getwchar            = _MSVCRT_getwchar      @989
     585    gmtime          = _CRTDLL_gmtime        @990
     586    is_wctype           = _CRTDLL_is_wctype     @991
     587    isalnum         = _CRTDLL_isalnum       @992
     588    isalpha         = _CRTDLL_isalpha       @993
     589    iscntrl         = _CRTDLL_iscntrl       @994
     590    isdigit         = _CRTDLL_isdigit       @995
     591    isgraph         = _CRTDLL_isgraph       @996
     592    isleadbyte          = _CRTDLL_isleadbyte        @997
     593    islower         = _CRTDLL_islower       @998
     594    isprint         = _CRTDLL_isprint       @999
     595
     596
     597    ispunct         = _CRTDLL_ispunct       @1000
     598    isspace         = _CRTDLL_isspace       @1001
     599    isupper         = _CRTDLL_isupper       @1002
     600    iswalnum            = _CRTDLL_iswalnum      @1003
     601    iswalpha            = _CRTDLL_iswalpha      @1004
     602    iswascii            = _CRTDLL_iswascii      @1005
     603    iswcntrl            = _CRTDLL_iswcntrl      @1006
     604    iswctype            = _CRTDLL_iswctype      @1007
     605    iswdigit            = _CRTDLL_iswdigit      @1008
     606    iswgraph            = _CRTDLL_iswgraph      @1009
     607    iswlower            = _CRTDLL_iswlower      @1010
     608    iswprint            = _CRTDLL_iswprint      @1011
     609    iswpunct            = _CRTDLL_iswpunct      @1012
     610    iswspace            = _CRTDLL_iswspace      @1013
     611    iswupper            = _CRTDLL_iswupper      @1014
     612    iswxdigit           = _CRTDLL_iswxdigit     @1015
     613    isxdigit            = _CRTDLL_isxdigit      @1016
     614    labs            = _CRTDLL_labs          @1017
     615    ldexp           = _CRTDLL_ldexp         @1018
     616    ldiv            = _CRTDLL_ldiv          @1019
     617    localeconv          = _CRTDLL_localeconv        @1020
     618    localtime           = _CRTDLL_localtime     @1021
     619    log             = _CRTDLL_log           @1022
     620    log10           = _CRTDLL_log10         @1023
     621    longjmp             = _CRTDLL_longjmp       @1024
     622    malloc              = _CRTDLL_malloc        @1025
     623    mblen           = _CRTDLL_mblen         @1026
     624    mbstowcs            = _CRTDLL_mbstowcs      @1027
     625    mbtowc          = _CRTDLL_mbtowc        @1028
     626    memchr          = _CRTDLL_memchr        @1029
     627    memcmp              = _CRTDLL_memcmp        @1030
     628    memcpy              = _CRTDLL_memcpy        @1031
     629    memmove         = _CRTDLL_memmove       @1032
     630    memset              = _CRTDLL_memset        @1033
     631    mktime          = _CRTDLL_mktime        @1034
     632    modf            = _CRTDLL_modf          @1035
     633    perror          = _CRTDLL_perror        @1036
     634    pow             = _CRTDLL_pow           @1037
     635    printf          = _CRTDLL_printf        @1038
     636    putc            = _CRTDLL_putc          @1039
     637    putchar         = _CRTDLL_putchar       @1040
     638    puts            = _CRTDLL_puts          @1041
     639    putwc           = _MSVCRT_putwc         @1042
     640    putwchar            = _MSVCRT_putwchar      @1043
     641    qsort           = _CRTDLL_qsort         @1044
     642    raise           = _CRTDLL_raise         @1045
     643    rand                = _CRTDLL_rand          @1046
     644    realloc         = _CRTDLL_realloc       @1047
     645    remove              = _CRTDLL_remove        @1048
     646    rename          = _CRTDLL_rename        @1049
     647    rewind          = _CRTDLL_rewind        @1050
     648    scanf           = _CRTDLL_scanf         @1051
     649    setbuf          = _CRTDLL_setbuf        @1052
     650    setlocale           = _CRTDLL_setlocale     @1053
     651    setvbuf         = _CRTDLL_setvbuf       @1054
     652    signal          = _CRTDLL_signal        @1055
     653    sin             = _CRTDLL_sin           @1056
     654    sinh            = _CRTDLL_sinh          @1057
     655    sprintf         = _CRTDLL_sprintf       @1058
     656    sqrt            = _CRTDLL_sqrt          @1059
     657    srand           = _CRTDLL_srand         @1060
     658    sscanf          = _CRTDLL_sscanf        @1061
     659    strcat          = _CRTDLL_strcat        @1062
     660    strchr          = _CRTDLL_strchr        @1063
     661    strcmp          = _CRTDLL_strcmp        @1064
     662    strcoll         = _CRTDLL_strcoll       @1065
     663    strcpy          = _CRTDLL_strcpy        @1066
     664    strcspn         = _CRTDLL_strcspn       @1067
     665    strerror            = _CRTDLL_strerror      @1068
     666    strftime            = _CRTDLL_strftime      @1069
     667    strlen          = _CRTDLL_strlen        @1070
     668    strncat         = _CRTDLL_strncat       @1071
     669    strncmp         = _CRTDLL_strncmp       @1072
     670    strncpy         = _CRTDLL_strncpy       @1073
     671    strpbrk         = _CRTDLL_strpbrk       @1074
     672    strrchr         = _CRTDLL_strrchr       @1075
     673    strspn          = _CRTDLL_strspn        @1076
     674    strstr          = _CRTDLL_strstr        @1077
     675    strtod          = _CRTDLL_strtod        @1078
     676    strtok          = _CRTDLL_strtok        @1079
     677    strtol          = _CRTDLL_strtol        @1080
     678    strtoul         = _CRTDLL_strtoul       @1081
     679    strxfrm         = _CRTDLL_strxfrm       @1082
     680    swprintf            = _CRTDLL_swprintf      @1083
     681    swscanf         = _CRTDLL_swscanf       @1084
     682    system          = _CRTDLL_system        @1085
     683    tan             = _CRTDLL_tan           @1086
     684    tanh            = _CRTDLL_tanh          @1087
     685    time            = _CRTDLL_time          @1088
     686    tmpfile         = _CRTDLL_tmpfile       @1089
     687    tmpnam          = _CRTDLL_tmpnam        @1090
     688    tolower         = _CRTDLL_tolower       @1091
     689    toupper         = _CRTDLL_toupper       @1092
     690    towlower            = _CRTDLL_towlower      @1093
     691    towupper            = _CRTDLL_towupper      @1094
     692    ungetc                  = _CRTDLL_ungetc        @1095
     693    ungetwc                 = _CRTDLL_ungetwc       @1096
     694    vfprintf                = _CRTDLL_vfprintf      @1097
     695    vfwprintf               = _CRTDLL_vfwprintf     @1098
     696    vprintf             = _CRTDLL_vprintf       @1099
     697
     698
     699    vsprintf            = _CRTDLL_vsprintf      @1100
     700    vswprintf           = _CRTDLL_vswprintf     @1101
     701    vwprintf                = _CRTDLL_vwprintf      @1102
     702    wcscat          = _CRTDLL_wcscat        @1103
     703    wcschr          = _CRTDLL_wcschr        @1104
     704    wcscmp          = _CRTDLL_wcscmp        @1105
     705    wcscoll         = _CRTDLL_wcscoll       @1106
     706    wcscpy          = _CRTDLL_wcscpy        @1107
     707    wcscspn         = _CRTDLL_wcscspn       @1108
     708    wcsftime            = _CRTDLL_wcsftime      @1109
     709    wcslen          = _CRTDLL_wcslen        @1110
     710    wcsncat         = _CRTDLL_wcsncat       @1111
     711    wcsncmp         = _CRTDLL_wcsncmp       @1112
     712    wcsncpy         = _CRTDLL_wcsncpy       @1113
     713    wcspbrk         = _CRTDLL_wcspbrk       @1114
     714    wcsrchr         = _CRTDLL_wcsrchr       @1115
     715    wcsspn          = _CRTDLL_wcsspn        @1116
     716    wcsstr          = _CRTDLL_wcsstr        @1117
     717    wcstod          = _CRTDLL_wcstod        @1118
     718    wcstok          = _CRTDLL_wcstok                @1119
     719    wcstol          = _CRTDLL_wcstol        @1120
     720    wcstombs            = _CRTDLL_wcstombs      @1121
     721    wcstoul         = _CRTDLL_wcstoul       @1122
     722    wcsxfrm         = _CRTDLL_wcsxfrm       @1123
     723    wctomb          = _CRTDLL_wctomb        @1124
     724    wprintf         = _CRTDLL_wprintf       @1125
     725    wscanf          = _CRTDLL_wscanf        @1126
  • trunk/src/msvcrt/msvcrt40.def

    r3734 r4809  
    1 ; $Id: msvcrt40.def,v 1.8 2000-06-21 17:33:38 phaller Exp $
     1; $Id: msvcrt40.def,v 1.9 2000-12-16 22:53:24 bird Exp $
    22
    33;
     
    55;
    66LIBRARY MSVCRT40 INITINSTANCE TERMINSTANCE
     7DESCRIPTION 'Odin32 System DLL - MSVCrt40'
    78DATA MULTIPLE NONSHARED
    89
    910EXPORTS
    10     ??0__non_rtti_object@@QAE@ABV0@@Z = _MSVCRT_EXP1            @3
    11     ??0__non_rtti_object@@QAE@PBD@Z = _MSVCRT_EXP2              @4
    12     ??0bad_cast@@QAE@ABQBD@Z    = _MSVCRT_EXP3                  @5
    13     ??0bad_cast@@QAE@ABV0@@Z    = _MSVCRT_EXP4                  @6
    14     ??0bad_typeid@@QAE@ABV0@@Z  = _MSVCRT_EXP5                  @7
    15     ??0bad_typeid@@QAE@PBD@Z    = _MSVCRT_EXP6                  @8
    16     ??0exception@@QAE@ABQBD@Z   = _MSVCRT_EXP7                  @9
    17     ??0exception@@QAE@ABV0@@Z   = _MSVCRT_EXP8                  @10
    18     ??0exception@@QAE@XZ        = _MSVCRT_EXP9                  @11
    19     ??1__non_rtti_object@@UAE@XZ = _MSVCRT_EXP10                @73
    20     ??1bad_cast@@UAE@XZ         = _MSVCRT_EXP11                 @74
    21     ??1bad_typeid@@UAE@XZ       = _MSVCRT_EXP12                 @75
    22     ??1exception@@UAE@XZ        = _MSVCRT_EXP13                 @76
    23     ??1type_info@@UAE@XZ        = _MSVCRT_EXP14                 @95
    24     ??2@YAPAXI@Z                = _MSVCRT_new                   @96
    25     ??3@YAXPAX@Z                = _MSVCRT_delete                @97
    26     ??4__non_rtti_object@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP17       @99
    27 
    28 
    29     ??4bad_cast@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP18                @100
    30     ??4bad_typeid@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP19              @101
    31     ??4exception@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP20               @102
    32     ??8type_info@@QBEHABV0@@Z   = _MSVCRT_EXP21                 @166
    33     ??9type_info@@QBEHABV0@@Z   = _MSVCRT_EXP22                 @167
    34     ??_7__non_rtti_object@@6B@  = _MSVCRT_EXP23                 @169
    35     ??_7bad_cast@@6B@           = _MSVCRT_EXP24                 @170
    36     ??_7bad_typeid@@6B@         = _MSVCRT_EXP25                 @171
    37     ??_7exception@@6B@          = _MSVCRT_EXP26                 @172
    38 
    39 
    40     ??_E__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP27            @220
    41     ??_Ebad_cast@@UAEPAXI@Z     = _MSVCRT_EXP28                 @221
    42     ??_Ebad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP29                 @222
    43     ??_Eexception@@UAEPAXI@Z    = _MSVCRT_EXP30                 @223
    44     ??_G__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP31            @243
    45     ??_Gbad_cast@@UAEPAXI@Z     = _MSVCRT_EXP32                 @244
    46     ??_Gbad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP34                 @245
    47     ??_Gexception@@UAEPAXI@Z    = _MSVCRT_EXP34                 @246
    48     ?_query_new_handler@@YAP6AHI@ZXZ = _MSVCRT_EXP35            @265
    49     ?_query_new_mode@@YAHXZ     = _MSVCRT_EXP36                 @266
    50     ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _MSVCRT_set_new_handler     @267
    51     ?_set_new_mode@@YAHH@Z      = _MSVCRT_EXP38                 @268
    52     ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = _MSVCRT_EXP39    @269
    53     ?before@type_info@@QBEHABV1@@Z = _MSVCRT_EXP40              @279
    54 
    55 
    56     ?name@type_info@@QBEPBDXZ   = _MSVCRT_EXP41                 @357
    57     ?raw_name@type_info@@QBEPBDXZ = _MSVCRT_EXP42               @385
    58 
    59 
    60     ?set_new_handler@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP43          @408
    61     ?set_terminate@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP44            @409
    62     ?set_unexpected@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP45           @410
    63     ?terminate@@YAXXZ           = _MSVCRT_EXP46                 @453
    64     ?unexpected@@YAXXZ          = _MSVCRT_EXP47                 @462
    65     ?what@exception@@UBEPBDXZ   = _MSVCRT_EXP48                 @468
    66     $I10_OUTPUT                 = _MSVCRT_EXP49                 @483
    67     _CIacos                     = _CRTDLL__CIacos               @484
    68     _CIasin                     = _CRTDLL__CIasin               @485
    69     _CIatan                     = _CRTDLL__CIatan               @486
    70     _CIatan2                    = _CRTDLL__CIatan2              @487
    71     _CIcos                      = _CRTDLL__CIcos                        @488
    72     _CIcosh                     = _CRTDLL__CIcosh               @489
    73     _CIexp                      = _CRTDLL__CIexp                        @490
    74     _CIfmod                     = _CRTDLL__CIfmod               @491
    75     _CIlog                      = _CRTDLL__CIlog                @492
    76     _CIlog10                    = _CRTDLL__CIlog10              @493
    77     _CIpow                      = _CRTDLL__CIpow                        @494
    78     _CIsin                      = _CRTDLL__CIsin                        @495
    79     _CIsinh                     = _CRTDLL__CIsinh               @496
    80     _CIsqrt                     = _CRTDLL__CIsqrt               @497
    81     _CItan                      = _CRTDLL__CItan                @498
    82     _CItanh                     = _CRTDLL__CItanh               @499
    83 
    84 
    85     _CxxThrowException          = _MSVCRT__CxxThrowException    @500
    86     _EH_prolog                  = _MSVCRT__EH_prolog            @501
    87     _HUGE                       = MSVCRT__HUGE                  @502
    88     _XcptFilter                 = _CRTDLL__XcptFilter           @503
    89     __CxxFrameHandler           = _MSVCRT___CxxFrameHandler     @504
    90     __CxxLongjmpUnwind          = _MSVCRT___CxxLongjmpUnwind    @505
    91 ;   __RTCastToVoid                                              @506
    92 ;   __RTDynamicCast                                             @507
    93 ;   __RTtypeid                                                  @508
    94 ;   __STRINGTOLD                                                @509
    95     __argc                      = MSVCRT___argc                 @510
    96     __argv                      = MSVCRT___argv                 @511
    97     __dllonexit                 = _CRTDLL___dllonexit           @512
    98     __doserrno                  = _CRTDLL___doserrno            @513
    99     __fpecode                   = _CRTDLL___fpecode             @514
    100     __getmainargs               = _MSVCRT___GetMainArgs         @515
    101     __initenv                   = _MSVCRT___initenv             @516
    102     __isascii                   = _CRTDLL___isascii             @517
    103     __iscsym                    = _CRTDLL___iscsym              @518
    104     __iscsymf                   = _CRTDLL___iscsymf             @519
    105 ;   __lconv_init                                                @520
    106     __mb_cur_max                = MSVCRT___mb_cur_max           @521
    107     __p___argc                  = _MSVCRT___p___argc            @522
    108     __p___argv                  = _MSVCRT___p___argv            @523
    109     __p___initenv               = _MSVCRT___p__initenv          @524
    110     __p___mb_cur_max            = _MSVCRT___p___mb_cur_max      @525
    111 ;   __p___wargv                                                 @526
    112 ;   __p___winitenv                                              @527
    113     __p__acmdln                 = _MSVCRT___p__acmdln           @528
    114 ;   __p__amblksiz                                               @529
    115     __p__commode                = _MSVCRT___p__commode          @530
    116     __p__daylight               = _MSVCRT___p__daylight         @531
    117 ;   __p__dstbias                                                @532
    118     __p__environ                = _MSVCRT___p__environ          @533
    119     __p__fmode                  = _MSVCRT___p__fmode            @534
    120     __p__iob                    = _MSVCRT___p__iob              @535
    121 ;   __p__mbctype                                                @536
    122     __p__osver                  = _MSVCRT___p__osver            @537
    123     __p__pctype                 = _MSVCRT___p__pctype           @538
    124     __p__pgmptr                 = _MSVCRT___p__pgmptr           @539
    125     __p__pwctype                = _MSVCRT___p__pwctype          @540
    126     __p__timezone               = _MSVCRT___p__timezone         @541
    127     __p__tzname                 = _MSVCRT___p__tzname           @542
    128 ;   __p__wcmdln                                                 @543
    129 ;   __p__wenviron                                               @544
    130     __p__winmajor               = _MSVCRT___p__winmajor         @545
    131     __p__winminor               = _MSVCRT___p__winminor         @546
    132     __p__winver                 = _MSVCRT___p__winver           @547
    133 ;   __p__wpgmptr                                                @548
    134 ;   __pxcptinfoptrs                                             @549
    135     __set_app_type              = _MSVCRT___set_app_type        @550
    136     __setusermatherr            = _MSVCRT___setusermatherr      @551
    137     __threadhandle              = _CRTDLL___threadhandle                @552
    138     __threadid                  = _CRTDLL___threadid            @553
    139 ;   __toascii                   = _CRTDLL___toascii             @554
    140 ;   __unDName                                                   @555
    141     __wargv                                                     @556
    142 ;   __wgetmainargs                                              @557
    143 ;   __winitenv                                                  @558
    144     _abnormal_termination       = _CRTDLL__abnormal_termination @559
    145     _access                     = _CRTDLL__access               @560
    146     _acmdln                     = MSVCRT__acmdln                @561
    147 ;   _adj_fdiv_m16i                                              @562
    148 ;   _adj_fdiv_m32                                               @563
    149 ;   _adj_fdiv_m32i                                              @564
    150 ;   _adj_fdiv_m64                                               @565
    151 ;   _adj_fdiv_r                                                 @566
    152 ;   _adj_fdivr_m16i                                             @567
    153 ;   _adj_fdivr_m32                                              @568
    154 ;   _adj_fdivr_m32i                                             @569
    155 ;   _adj_fdivr_m64                                              @570
    156 ;   _adj_fpatan                                                 @571
    157 ;   _adj_fprem                                                  @572
    158 ;   _adj_fprem1                                                 @573
    159 ;   _adj_fptan                                                  @574
    160     _adjust_fdiv                = _MSVCRT__adjust_fdiv          @575
    161     _aexit_rtn                  = _MSVCRT__aexit_rtn            @576
    162     _amsg_exit                  = _CRTDLL__amsg_exit            @577
    163     _assert                     = _CRTDLL__assert               @578
    164 ;   _atodbl                                                     @579
    165 ;   _atoldbl                                                    @580
    166     _beep                       = _CRTDLL__beep                 @581
    167     _beginthread                = _CRTDLL__beginthread          @582
    168     _beginthreadex              = _MSVCRT__beginthreadex        @583
    169     _c_exit                     = _CRTDLL__c_exit               @584
    170     _cabs                       = _CRTDLL__cabs                 @585
    171     _cexit                      = _CRTDLL__cexit                        @586
    172     _cgets                      = _CRTDLL__cgets                        @587
    173     _chdir                      = _CRTDLL__chdir                        @588
    174     _chdrive                    = _CRTDLL__chdrive              @589
    175     _chgsign                    = _CRTDLL__chgsign              @590
    176     _chmod                      = _CRTDLL__chmod                        @591
    177     _chsize                     = _CRTDLL__chsize               @592
    178     _clearfp                    = _CRTDLL__clearfp              @593
    179     _close                      = _CRTDLL__close                        @594
    180     _commit                     = _CRTDLL__commit               @595
    181     _commode                    = MSVCRT__commode               @596
    182     _control87                  = _CRTDLL__control87            @597
    183     _controlfp                  = _CRTDLL__controlfp            @598
    184     _copysign                   = _CRTDLL__copysign             @599
    185 
    186 
    187     _cprintf                    = _CRTDLL__cprintf              @600
    188     _cputs                      = _CRTDLL__cputs                @601
    189     _creat                      = _CRTDLL__creat                        @602
    190     _cscanf                     = _CRTDLL__cscanf               @603
    191     _ctype                      = CRTDLL_ctype                  @604
    192     _cwait                      = _CRTDLL__cwait                        @605
    193     _daylight                   = MSVCRT__daylight              @606
    194 ;   _dstbias                                                    @607
    195     _dup                        = _CRTDLL__dup                  @608
    196     _dup2                       = _CRTDLL__dup2                 @609
    197     _ecvt                       = _CRTDLL__ecvt                 @610
    198     _endthread                  = _CRTDLL__endthread            @611
    199     _endthreadex                = _MSVCRT__endthreadex          @612
    200     _environ                    = MSVCRT__environ               @613
    201     _eof                        = _CRTDLL__eof                  @614
    202     _errno                      = _CRTDLL__errno                        @615
    203     _except_handler2            = _CRTDLL__except_handler2      @616
    204     _except_handler3            = _MSVCRT__except_handler3      @617
    205     _execl                      = _CRTDLL__execl                        @618
    206     _execle                     = _CRTDLL__execle               @619
    207     _execlp                     = _CRTDLL__execlp               @620
    208     _execlpe                    = _CRTDLL__execlpe              @621
    209     _execv                      = _CRTDLL__execv                        @622
    210     _execve                     = _CRTDLL__execve               @623
    211     _execvp                     = _CRTDLL__execvp               @624
    212     _execvpe                    = _CRTDLL__execvpe              @625
    213     _exit                       = _CRTDLL__exit                 @626
    214     _expand                     = _CRTDLL__expand               @627
    215     _fcloseall                  = _CRTDLL__fcloseall            @628
    216     _fcvt                       = _CRTDLL__fcvt                 @629
    217     _fdopen                     = _CRTDLL__fdopen               @630
    218     _fgetchar                   = _CRTDLL__fgetchar             @631
    219     _fgetwchar                  = _CRTDLL__fgetwchar            @632
    220     _filbuf                     = _CRTDLL__filbuf               @633
    221     _fileinfo                   = MSVCRT__fileinfo              @634
    222     _filelength                 = _CRTDLL__filelength           @635
    223     _filelengthi64              = _MSVCRT__filelengthi64        @636
    224     _fileno                     = _CRTDLL__fileno               @637
    225     _findclose                  = _CRTDLL__findclose            @638
    226     _findfirst                  = _CRTDLL__findfirst            @639
    227     _findfirsti64               = _MSVCRT__findfirsti64         @640
    228     _findnext                   = _CRTDLL__findnext             @641
    229     _findnexti64                = _MSVCRT__findnexti64          @642
    230     _finite                     = _CRTDLL__finite               @643
    231     _flsbuf                     = _CRTDLL__flsbuf               @644
    232     _flushall                   = _CRTDLL__flushall             @645
    233     _fmode                      = MSVCRT__fmode                 @646
    234     _fpclass                    = _CRTDLL__fpclass              @647
    235     _fpieee_flt                 = _CRTDLL__fpieee_flt           @648
    236     _fpreset                    = _CRTDLL__fpreset              @649
    237     _fputchar                   = _CRTDLL__fputchar             @650
    238     _fputwchar                  = _CRTDLL__fputwchar            @651
    239     _fsopen                     = _CRTDLL__fsopen               @652
    240     _fstat                      = _CRTDLL__fstat                        @653
    241     _fstati64                   = _MSVCRT__fstati64             @654
    242     _ftime                      = _CRTDLL__ftime                        @655
    243     _ftol                       = _CRTDLL__ftol                 @656
    244     _fullpath                   = _CRTDLL__fullpath             @657
    245     _futime                     = _CRTDLL__futime               @658
    246     _gcvt                       = _CRTDLL__gcvt                 @659
    247     _get_osfhandle              = _CRTDLL__get_osfhandle                @660
    248     _getch                      = _CRTDLL__getch                        @661
    249     _getche                     = _CRTDLL__getche               @662
    250     _getcwd                     = _CRTDLL__getcwd               @663
    251     _getdcwd                    = _CRTDLL__getdcwd              @664
    252     _getdiskfree                = _CRTDLL__getdiskfree          @665
    253 ;   _getdllprocaddr                                             @666
    254     _getdrive                   = _CRTDLL__getdrive             @667
    255     _getdrives                  = _CRTDLL__getdrives            @668
    256     _getmaxstdio                = _MSVCRT__getmaxstdio          @669
    257     _getmbcp                    = _MSVCRT__getmbcp              @670
    258     _getpid                     = _CRTDLL__getpid               @671
    259     _getsystime                 = _CRTDLL__getsystime           @672
    260     _getw                       = _CRTDLL__getw                 @673
    261     _getws                      = _MSVCRT__getws                @674
    262     _global_unwind2             = _CRTDLL__global_unwind2       @675
    263     _heapadd                    = _MSVCRT__heapadd              @676
    264     _heapchk                    = _CRTDLL__heapchk              @677
    265     _heapmin                    = _CRTDLL__heapmin              @678
    266     _heapset                    = _CRTDLL__heapset              @679
    267 ;   _heapused                                                   @680
    268     _heapwalk                   = _CRTDLL__heapwalk             @681
    269     _hypot                      = _CRTDLL__hypot                @682
    270     _initterm                   = _CRTDLL__initterm             @683
    271     _inp                        = _MSVCRT__inp                  @684
    272     _inpd                       = _MSVCRT__inpd                 @685
    273     _inpw                       = _MSVCRT__inpw                 @686
    274     _iob                        = CRTDLL_iob                    @687
    275     _isatty                     = _CRTDLL__isatty               @688
    276     _isctype                    = _CRTDLL__isctype              @689
    277     _ismbbalnum                 = _CRTDLL__ismbbalnum           @690
    278     _ismbbalpha                 = _CRTDLL__ismbbalpha           @691
    279     _ismbbgraph                 = _CRTDLL__ismbbgraph           @692
    280     _ismbbkalnum                = _CRTDLL__ismbbkalnum          @693
    281     _ismbbkana                  = _CRTDLL__ismbbkana            @694
    282     _ismbbkprint                = _MSVCRT__ismbbkprint          @695
    283     _ismbbkpunct                = _CRTDLL__ismbbkpunct          @696
    284     _ismbblead                  = _CRTDLL__ismbblead            @697
    285     _ismbbprint                 = _CRTDLL__ismbbprint           @698
    286     _ismbbpunct                 = _CRTDLL__ismbbpunct           @699
    287 
    288 
    289     _ismbbtrail                 = _CRTDLL__ismbbtrail           @700
    290     _ismbcalnum                 = _MSVCRT__ismbcalnum           @701
    291     _ismbcalpha                 = _CRTDLL__ismbcalpha           @702
    292     _ismbcdigit                 = _CRTDLL__ismbcdigit           @703
    293     _ismbcgraph                 = _MSVCRT__ismbcgraph           @704
    294     _ismbchira                  = _CRTDLL__ismbchira            @705
    295     _ismbckata                  = _CRTDLL__ismbckata            @706
    296     _ismbcl0                    = _CRTDLL__ismbcl0              @707
    297     _ismbcl1                    = _CRTDLL__ismbcl1              @708
    298     _ismbcl2                    = _CRTDLL__ismbcl2              @709
    299     _ismbclegal                 = _CRTDLL__ismbclegal           @710
    300     _ismbclower                 = _CRTDLL__ismbclower           @711
    301     _ismbcprint                 = _CRTDLL__ismbcprint           @712
    302     _ismbcpunct                 = _MSVCRT__ismbcpunct           @713
    303     _ismbcspace                 = _CRTDLL__ismbcspace           @714
    304     _ismbcsymbol                = _CRTDLL__ismbcsymbol          @715
    305     _ismbcupper                 = _CRTDLL__ismbcupper           @716
    306     _ismbslead                  = _CRTDLL__ismbslead            @717
    307     _ismbstrail                 = _CRTDLL__ismbstrail           @718
    308     _isnan                      = _CRTDLL__isnan                        @719
    309     _itoa                       = _CRTDLL__itoa                 @720
    310     _itow                       = _MSVCRT__itow                 @721
    311     _j0                         = _CRTDLL__j0                   @722
    312     _j1                         = _CRTDLL__j1                   @723
    313     _jn                         = _CRTDLL__jn                   @724
    314     _kbhit                      = _CRTDLL__kbhit                        @725
    315     _lfind                      = _CRTDLL__lfind                        @726
    316     _loaddll                    = _CRTDLL__loaddll              @727
    317     _local_unwind2              = _CRTDLL__local_unwind2                @728
    318     _locking                    = _CRTDLL__locking              @729
    319     _logb                       = _CRTDLL__logb                 @730
    320     _longjmpex                  = _CRTDLL_longjmp               @731 ; Not correct
    321     _lrotl                      = _CRTDLL__lrotl                        @732
    322     _lrotr                      = _CRTDLL__lrotr                        @733
    323     _lsearch                    = _CRTDLL__lsearch              @734
    324     _lseek                      = _CRTDLL__lseek                        @735
    325     _lseeki64                   = _MSVCRT__lseeki64             @736
    326     _ltoa                       = _CRTDLL__ltoa                 @737
    327     _ltow                       = _MSVCRT__ltow                 @738
    328     _makepath                   = _CRTDLL__makepath             @739
    329     _mbbtombc                   = _CRTDLL__mbbtombc             @740
    330     _mbbtype                    = _CRTDLL__mbbtype              @741
    331     _mbccpy                     = _CRTDLL__mbccpy               @742
    332     _mbcjistojms                = _CRTDLL__mbcjistojms          @743
    333     _mbcjmstojis                = _CRTDLL__mbcjmstojis          @744
    334     _mbclen                     = _CRTDLL__mbclen               @745
    335     _mbctohira                  = _CRTDLL__mbctohira            @746
    336     _mbctokata                  = _CRTDLL__mbctokata            @747
    337     _mbctolower                 = _CRTDLL__mbctolower           @748
    338     _mbctombb                   = _CRTDLL__mbctombb             @749
    339     _mbctoupper                 = _CRTDLL__mbctoupper           @750
    340     _mbctype                    = CRTDLL_mbctype                @751
    341     _mbsbtype                   = _CRTDLL__mbsbtype             @752
    342     _mbscat                     = _CRTDLL__mbscat               @753
    343     _mbschr                     = _CRTDLL__mbschr               @754
    344     _mbscmp                     = _CRTDLL__mbscmp               @755
    345     _mbscoll                    = _CRTDLL__mbscmp               @756
    346     _mbscpy                     = _CRTDLL__mbscpy               @757
    347     _mbscspn                    = _CRTDLL__mbscspn              @758
    348     _mbsdec                     = _CRTDLL__mbsdec               @759
    349     _mbsdup                     = _CRTDLL__mbsdup               @760
    350     _mbsicmp                    = _CRTDLL__mbsicmp              @761
    351     _mbsicoll                   = _CRTDLL__mbsicmp              @762
    352     _mbsinc                     = _CRTDLL__mbsinc               @763
    353     _mbslen                     = _CRTDLL__mbslen               @764
    354     _mbslwr                     = _CRTDLL__mbslwr               @765
    355     _mbsnbcat                   = _CRTDLL__mbsnbcat             @766
    356     _mbsnbcmp                   = _CRTDLL__mbsnbcmp             @767
    357     _mbsnbcnt                   = _CRTDLL__mbsnbcnt             @768
    358     _mbsnbcoll                  = _CRTDLL__mbsncmp              @769
    359     _mbsnbcpy                   = _CRTDLL__mbsnbcpy             @770
    360     _mbsnbicmp                  = _CRTDLL__mbsnbicmp            @771
    361     _mbsnbicoll                 = _CRTDLL__mbsnbicmp            @772
    362     _mbsnbset                   = _CRTDLL__mbsnbset             @773
    363     _mbsncat                    = _CRTDLL__mbsncat              @774
    364     _mbsnccnt                   = _CRTDLL__mbsnccnt             @775
    365     _mbsncmp                    = _CRTDLL__mbsncmp              @776
    366     _mbsncoll                   = _CRTDLL__mbsncmp              @777
    367     _mbsncpy                    = _CRTDLL__mbsncpy              @778
    368     _mbsnextc                   = _CRTDLL__mbsnextc             @779
    369     _mbsnicmp                   = _CRTDLL__mbsnicmp             @780
    370     _mbsnicoll                  = _CRTDLL__mbsnicmp             @781
    371     _mbsninc                    = _CRTDLL__mbsninc              @782
    372     _mbsnset                    = _CRTDLL__mbsnset              @783
    373     _mbspbrk                    = _CRTDLL__mbspbrk              @784
    374     _mbsrchr                    = _CRTDLL__mbsrchr              @785
    375     _mbsrev                     = _CRTDLL__mbsrev               @786
    376     _mbsset                     = _CRTDLL__mbsset               @787
    377     _mbsspn                     = _CRTDLL__mbsspn               @788
    378     _mbsspnp                    = _CRTDLL__mbsspnp              @789
    379     _mbsstr                     = _CRTDLL__mbsstr               @790
    380     _mbstok                     = _CRTDLL__mbstok               @791
    381     _mbstrlen                   = _CRTDLL__mbstrlen             @792
    382     _mbsupr                     = _CRTDLL__mbsupr               @793
    383     _memccpy                    = _CRTDLL__memccpy              @794
    384     _memicmp                    = _CRTDLL__memicmp              @795
    385     _mkdir                      = _CRTDLL__mkdir                        @796
    386     _mktemp                     = _CRTDLL__mktemp               @797
    387     _msize                      = _CRTDLL__msize                        @798
    388 ;    _mtlock                                                    @799
    389 
    390 
    391 ;    _mtunlock                                                  @800
    392     _nextafter                  = _CRTDLL__nextafter            @801
    393     _onexit                     = _CRTDLL__onexit               @802
    394     _open                       = _CRTDLL__open                 @803
    395     _open_osfhandle             = _CRTDLL__open_osfhandle       @804
    396     _osver                      = MSVCRT__osver                 @805
    397     _outp                       = _MSVCRT__outp                 @806
    398     _outpd                      = _MSVCRT__outpd                @807
    399     _outpw                      = _MSVCRT__outpw                @808
    400     _pclose                     = _CRTDLL__pclose               @809
    401     _pctype                     = MSVCRT__pctype                @810
    402     _pgmptr                     = MSVCRT__pgmptr                @811
    403     _pipe                       = _CRTDLL__pipe                 @812
    404     _popen                      = _CRTDLL__popen                        @813
    405     _purecall                   = _CRTDLL__purecall             @814
    406     _putch                      = _CRTDLL__putch                        @815
    407     _putenv                     = _CRTDLL__putenv               @816
    408     _putw                       = _CRTDLL__putw                 @817
    409     _putws                      = _MSVCRT__putws                @818
    410     _pwctype                    = MSVCRT__pwctype               @819
    411     _read                       = _CRTDLL__read                 @820
    412     _rmdir                      = _CRTDLL__rmdir                        @821
    413     _rmtmp                      = _CRTDLL__rmtmp                        @822
    414     _rotl                       = _CRTDLL__rotl                 @823
    415     _rotr                       = _CRTDLL__rotr                 @824
    416 ;   _safe_fdiv                                                  @825
    417 ;   _safe_fdivr                                                 @826
    418 ;   _safe_fprem                                                 @827
    419 ;   _safe_fprem1                                                @828
    420     _scalb                      = _CRTDLL__scalb                        @829
    421     _searchenv                  = _CRTDLL__searchenv            @830
    422 ;   _seh_longjmp_unwind                                         @831
    423     _set_error_mode             = _MSVCRT__set_error_mode       @832
    424     _seterrormode               = _CRTDLL__seterrormode         @833
    425     _setjmp                     = _CRTDLL__setjmp               @834
    426     _setjmp3                    = _CRTDLL__setjmp               @835 ; Not correct
    427     _setmaxstdio                = _MSVCRT__setmaxstdio          @836
    428     _setmbcp                    = _MSVCRT__setmbcp              @837
    429     _setmode                                                    @838
    430     _setsystime                 = _CRTDLL__setsystime           @839
    431     _sleep                      = _CRTDLL__sleep                        @840
    432     _snprintf                   = _CRTDLL__snprintf             @841
    433     _snwprintf                  = _CRTDLL__snwprintf            @842
    434     _sopen                      = _CRTDLL__sopen                        @843
    435     _spawnl                     = _CRTDLL__spawnl               @844
    436     _spawnle                    = _CRTDLL__spawnle              @845
    437     _spawnlp                    = _CRTDLL__spawnlp              @846
    438     _spawnlpe                   = _CRTDLL__spawnlpe             @847
    439     _spawnv                     = _CRTDLL__spawnv               @848
    440     _spawnve                    = _CRTDLL__spawnve              @849
    441     _spawnvp                    = _CRTDLL__spawnvp              @850
    442     _spawnvpe                   = _CRTDLL__spawnvpe             @851
    443     _splitpath                  = _CRTDLL__splitpath            @852
    444     _stat                       = _CRTDLL__stat                 @853
    445     _stati64                    = _MSVCRT__stati64              @854
    446     _statusfp                   = _CRTDLL__statusfp             @855
    447     _strcmpi                    = _CRTDLL__strcmpi              @856
    448     _strdate                    = _CRTDLL__strdate              @857
    449     _strdup                     = _CRTDLL__strdup               @858
    450     _strerror                   = _CRTDLL__strerror             @859
    451     _stricmp                    = _CRTDLL__stricmp              @860
    452     _stricoll                   = _CRTDLL__stricoll             @861
    453     _strlwr                     = _CRTDLL__strlwr                       @862
    454     _strncoll                   = _MSVCRT__strncoll             @863
    455     _strnicmp                   = _CRTDLL__strnicmp             @864
    456     _strnicoll                  = _MSVCRT__strnicoll            @865
    457     _strnset                    = _CRTDLL__strnset              @866
    458     _strrev                     = _CRTDLL__strrev               @867
    459     _strset                     = _CRTDLL__strset               @868
    460     _strtime                    = _CRTDLL__strtime              @869
    461     _strupr                     = _CRTDLL__strupr                       @870
    462     _swab                       = _CRTDLL__swab                 @871
    463     _sys_errlist                = CRTDLL_sys_errlist            @872
    464     _sys_nerr                   = MSVCRT__sys_nerr              @873
    465     _tell                       = _CRTDLL__tell                 @874
    466     _telli64                    = _MSVCRT__telli64              @875
    467     _tempnam                    = _CRTDLL__tempnam              @876
    468     _timezone                   = MSVCRT__timezone              @877
    469     _tolower                    = _CRTDLL__tolower              @878
    470     _toupper                    = _CRTDLL__toupper              @879
    471     _tzname                     = CRTDLL_tzname                 @880
    472     _tzset                      = _CRTDLL__tzset                        @881
    473     _ultoa                      = _CRTDLL__ultoa                        @882
    474     _ultow                      = _MSVCRT__ultow                @883
    475     _umask                      = _MSVCRT__umask                @884
    476     _ungetch                    = _CRTDLL__ungetch              @885
    477     _unlink                     = _CRTDLL__unlink               @886
    478     _unloaddll                  = _CRTDLL__unloaddll            @887
    479     _utime                      = _CRTDLL__utime                        @888
    480     _vsnprintf                  = _CRTDLL__vsnprintf            @889
    481     _vsnwprintf                 = _CRTDLL__vsnwprintf           @890
    482     _waccess                    = _MSVCRT__waccess              @891
    483     _wasctime                   = _MSVCRT__wasctime             @892
    484     _wchdir                     = _MSVCRT__wchdir               @893
    485     _wchmod                     = _MSVCRT__wchmod               @894
    486 ;   _wcmdln                                                     @895   
    487     _wcreat                     = _MSVCRT__wcreat               @896
    488     _wcsdup                     = _CRTDLL__wcsdup               @897
    489     _wcsicmp                    = _CRTDLL__wcsicmp              @898
    490     _wcsicoll                   = _CRTDLL__wcsicoll             @899
    491 
    492 
    493     _wcslwr                     = _CRTDLL__wcslwr                       @900
    494     _wcsncoll                   = _MSVCRT__wcsncoll             @901
    495     _wcsnicmp                   = _CRTDLL__wcsnicmp             @902
    496     _wcsnicoll                  = _MSVCRT__wcsnicoll            @903
    497     _wcsnset                    = _CRTDLL__wcsnset              @904
    498     _wcsrev                     = _CRTDLL__wcsrev               @905
    499     _wcsset                     = _CRTDLL__wcsset               @906
    500     _wcsupr                     = _CRTDLL__wcsupr                       @907
    501     _wctime                     = _MSVCRT__wctime               @908
    502     _wenviron                                                   @909
    503     _wexecl                     = _MSVCRT__wexecl               @910
    504     _wexecle                    = _MSVCRT__wexecle              @911
    505     _wexeclp                    = _MSVCRT__wexeclp              @912
    506     _wexeclpe                   = _MSVCRT__wexeclpe             @913
    507     _wexecv                     = _MSVCRT__wexecv               @914
    508     _wexecve                    = _MSVCRT__wexecve              @915
    509     _wexecvp                    = _MSVCRT__wexecvp              @916
    510     _wexecvpe                   = _MSVCRT__wexecvpe             @917
    511     _wfdopen                    = _MSVCRT__wfdopen              @918
    512     _wfindfirst                 = _MSVCRT__wfindfirst           @919
    513     _wfindfirsti64              = _MSVCRT__wfindfirsti64        @920
    514     _wfindnext                  = _MSVCRT__wfindnext            @921
    515 ;    _wfindnexti64              = _MSVCRT__wfindnexti64         @922
    516     _wfopen                     = _MSVCRT__wfopen               @923
    517     _wfreopen                   = _MSVCRT__wfreopen             @924
    518     _wfsopen                    = _MSVCRT__wfsopen              @925
    519     _wfullpath                  = _MSVCRT__wfullpath            @926
    520     _wgetcwd                    = _MSVCRT__wgetcwd              @927
    521     _wgetdcwd                   = _MSVCRT__wgetdcwd             @928
    522     _wgetenv                    = _MSVCRT__wgetenv              @929
    523     _winmajor                   = MSVCRT__winmajor              @930
    524     _winminor                   = MSVCRT__winminor              @931
    525     _winver                     = MSVCRT__winver                @932
    526     _wmakepath                  = _MSVCRT__wmakepath            @933
    527     _wmkdir                     = _MSVCRT__wmkdir               @934
    528     _wmktemp                    = _MSVCRT__wmktemp              @935
    529     _wopen                      = _MSVCRT__wopen                @936
    530     _wperror                    = _MSVCRT__wperror              @937
    531     _wpgmptr                                                    @938
    532     _wpopen                     = _MSVCRT__wpopen               @939
    533     _wputenv                    = _MSVCRT__wputenv              @940
    534     _wremove                    = _MSVCRT__wremove              @941
    535     _wrename                    = _MSVCRT__wrename              @942
    536     _write                      = _CRTDLL__write                        @943
    537     _wrmdir                     = _MSVCRT__wrmdir               @944
    538     _wsearchenv                 = _MSVCRT__wsearchenv           @945
    539     _wsetlocale                 = _MSVCRT__wsetlocale           @946
    540     _wsopen                     = _MSVCRT__wsopen               @947
    541     _wspawnl                    = _MSVCRT__wspawnl              @948
    542     _wspawnle                   = _MSVCRT__wspawnle             @949
    543     _wspawnlp                   = _MSVCRT__wspawnlp             @950
    544     _wspawnlpe                  = _MSVCRT__wspawnlpe            @951
    545     _wspawnv                    = _MSVCRT__wspawnv              @952
    546     _wspawnve                   = _MSVCRT__wspawnve             @953
    547     _wspawnvp                   = _MSVCRT__wspawnvp             @954
    548     _wspawnvpe                  = _MSVCRT__wspawnvpe            @955
    549     _wsplitpath                 = _MSVCRT__wsplitpath           @956
    550     _wstat                      = _MSVCRT__wstat                @957
    551     _wstati64                   = _MSVCRT__wstati64             @958
    552     _wstrdate                   = _MSVCRT__wstrdate             @959
    553     _wstrtime                   = _MSVCRT__wstrtime             @960
    554     _wsystem                    = _MSVCRT__wsystem              @961
    555     _wtempnam                   = _MSVCRT__wtempnam             @962
    556     _wtmpnam                    = _MSVCRT__wtmpnam              @963
    557     _wtoi                       = _CRTDLL__wtoi                 @964
    558     _wtol                       = _CRTDLL__wtol                 @965
    559     _wunlink                    = _MSVCRT__wunlink              @966
    560     _wutime                     = _MSVCRT__wutime               @967
    561     _y0                         = _CRTDLL__y0                   @968
    562     _y1                         = _CRTDLL__y1                   @969
    563     _yn                         = _CRTDLL__yn                   @970
    564     abort                       = _CRTDLL_abort                 @971
    565     abs                         = _CRTDLL_abs                   @972
    566     acos                        = _CRTDLL_acos                  @973
    567     asctime                     = _CRTDLL_asctime               @974
    568     asin                        = _CRTDLL_asin                  @975
    569     atan                        = _CRTDLL_atan                  @976
    570     atan2                       = _CRTDLL_atan2                 @977
    571     atexit                      = _CRTDLL_atexit                        @978
    572     atof                        = _CRTDLL_atof                  @979
    573     atoi                        = _CRTDLL_atoi                  @980
    574     atol                        = _CRTDLL_atol                  @981
    575     bsearch                     = _CRTDLL_bsearch               @982
    576     calloc                      = _CRTDLL_calloc                        @983
    577     ceil                        = _CRTDLL_ceil                  @984
    578     clearerr                    = _CRTDLL_clearerr              @985
    579     clock                       = _CRTDLL_clock                 @986
    580     cos                         = _CRTDLL_cos                   @987
    581     cosh                        = _CRTDLL_cosh                  @988
    582     ctime                       = _CRTDLL_ctime                 @989
    583     difftime                    = _CRTDLL_difftime              @990
    584     div                         = _CRTDLL_div                   @991
    585     exit                        = _CRTDLL_exit                  @992
    586     exp                         = _CRTDLL_exp                   @993
    587     fabs                        = _CRTDLL_fabs                  @994
    588     fclose                      = _CRTDLL_fclose                        @995
    589     feof                        = _CRTDLL_feof                  @996
    590     ferror                      = _CRTDLL_ferror                        @997
    591     fflush                      = _CRTDLL_fflush                        @998
    592     fgetc                       = _CRTDLL_fgetc                 @999
    593 
    594 
    595     fgetpos                     = _CRTDLL_fgetpos               @1000
    596     fgets                       = _CRTDLL_fgets                 @1001
    597     fgetwc                      = _CRTDLL_fgetwc                        @1002
    598     fgetws                      = _MSVCRT_fgetws                @1003
    599     floor                       = _CRTDLL_floor                 @1004
    600     fmod                        = _CRTDLL_fmod                  @1005
    601     fopen                       = _CRTDLL_fopen                 @1006
    602     fprintf                     = _CRTDLL_fprintf               @1007
    603     fputc                       = _CRTDLL_fputc                 @1008
    604     fputs                       = _CRTDLL_fputs                 @1009
    605     fputwc                      = _CRTDLL_fputwc                        @1010
    606     fputws                      = _MSVCRT_fputws                @1011
    607     fread                       = _CRTDLL_fread                 @1012
    608     free                        = _CRTDLL_free                  @1013
    609     freopen                     = _CRTDLL_freopen               @1014
    610     frexp                       = _CRTDLL_frexp                 @1015
    611     fscanf                      = _CRTDLL_fscanf                        @1016
    612     fseek                       = _CRTDLL_fseek                 @1017
    613     fsetpos                     = _CRTDLL_fsetpos               @1018
    614     ftell                       = _CRTDLL_ftell                 @1019
    615     fwprintf                    = _CRTDLL_fwprintf              @1020
    616     fwrite                      = _CRTDLL_fwrite                        @1021
    617     fwscanf                     = _CRTDLL_fwscanf               @1022
    618     getc                        = _CRTDLL_getc                  @1023
    619     getchar                     = _CRTDLL_getchar               @1024
    620     getenv                      = _CRTDLL_getenv                        @1025
    621     gets                        = _CRTDLL_gets                  @1026
    622     getwc                       = _MSVCRT_getwc                 @1027
    623     getwchar                    = _MSVCRT_getwchar              @1028
    624     gmtime                      = _CRTDLL_gmtime                        @1029
    625     is_wctype                   = _CRTDLL_is_wctype             @1030
    626     isalnum                     = _CRTDLL_isalnum               @1031
    627     isalpha                     = _CRTDLL_isalpha                       @1032
    628     iscntrl                     = _CRTDLL_iscntrl               @1033
    629     isdigit                     = _CRTDLL_isdigit                       @1034
    630     isgraph                     = _CRTDLL_isgraph               @1035
    631     isleadbyte                  = _CRTDLL_isleadbyte            @1036
    632     islower                     = _CRTDLL_islower                       @1037
    633     isprint                     = _CRTDLL_isprint                       @1038
    634     ispunct                     = _CRTDLL_ispunct               @1039
    635     isspace                     = _CRTDLL_isspace                       @1040
    636     isupper                     = _CRTDLL_isupper                       @1041
    637     iswalnum                    = _CRTDLL_iswalnum              @1042
    638     iswalpha                    = _CRTDLL_iswalpha              @1043
    639     iswascii                    = _CRTDLL_iswascii              @1044
    640     iswcntrl                    = _CRTDLL_iswcntrl              @1045
    641     iswctype                    = _CRTDLL_iswctype              @1046
    642     iswdigit                    = _CRTDLL_iswdigit              @1047
    643     iswgraph                    = _CRTDLL_iswgraph              @1048
    644     iswlower                    = _CRTDLL_iswlower              @1049
    645     iswprint                    = _CRTDLL_iswprint              @1050
    646     iswpunct                    = _CRTDLL_iswpunct              @1051
    647     iswspace                    = _CRTDLL_iswspace              @1052
    648     iswupper                    = _CRTDLL_iswupper              @1053
    649     iswxdigit                   = _CRTDLL_iswxdigit             @1054
    650     isxdigit                    = _CRTDLL_isxdigit              @1055
    651     labs                        = _CRTDLL_labs                  @1056
    652     ldexp                       = _CRTDLL_ldexp                 @1057
    653     ldiv                        = _CRTDLL_ldiv                  @1058 
    654     localeconv                  = _CRTDLL_localeconv            @1059
    655     localtime                   = _CRTDLL_localtime             @1060
    656     log                         = _CRTDLL_log                   @1061
    657     log10                       = _CRTDLL_log10                 @1062
    658     longjmp                     = _CRTDLL_longjmp               @1063
    659     malloc                      = _CRTDLL_malloc                        @1064
    660     mblen                       = _CRTDLL_mblen                 @1065
    661     mbstowcs                    = _CRTDLL_mbstowcs              @1066
    662     mbtowc                      = _CRTDLL_mbtowc                        @1067
    663     memchr                      = _CRTDLL_memchr                        @1068
    664     memcmp                      = _CRTDLL_memcmp                        @1069
    665     memcpy                      = _CRTDLL_memcpy                        @1070
    666     memmove                     = _CRTDLL_memmove               @1071
    667     memset                      = _CRTDLL_memset                        @1072
    668     mktime                      = _CRTDLL_mktime                        @1073
    669     modf                        = _CRTDLL_modf                  @1074
    670     perror                      = _CRTDLL_perror                        @1075
    671     pow                         = _CRTDLL_pow                   @1076
    672     printf                      = _CRTDLL_printf                        @1077
    673     putc                        = _CRTDLL_putc                  @1078
    674     putchar                     = _CRTDLL_putchar               @1079
    675     puts                        = _CRTDLL_puts                  @1080
    676     putwc                       = _MSVCRT_putwc                 @1081
    677     putwchar                    = _MSVCRT_putwchar              @1082
    678     qsort                       = _CRTDLL_qsort                 @1083
    679     raise                       = _CRTDLL_raise                 @1084
    680     rand                        = _CRTDLL_rand                  @1085
    681     realloc                     = _CRTDLL_realloc               @1086
    682     remove                      = _CRTDLL_remove                        @1087
    683     rename                      = _CRTDLL_rename                        @1088
    684     rewind                      = _CRTDLL_rewind                        @1089
    685     scanf                       = _CRTDLL_scanf                 @1090
    686     setbuf                      = _CRTDLL_setbuf                        @1091
    687     setlocale                   = _CRTDLL_setlocale             @1092
    688     setvbuf                     = _CRTDLL_setvbuf               @1093
    689     signal                      = _CRTDLL_signal                        @1094
    690     sin                         = _CRTDLL_sin                   @1095
    691     sinh                        = _CRTDLL_sinh                  @1096
    692     sprintf                     = _CRTDLL_sprintf                       @1097
    693     sqrt                        = _CRTDLL_sqrt                  @1098
    694     srand                       = _CRTDLL_srand                 @1099
    695 
    696 
    697     sscanf                      = _CRTDLL_sscanf                        @1100
    698     strcat                      = _CRTDLL_strcat                        @1101
    699     strchr                      = _CRTDLL_strchr                        @1102
    700     strcmp                      = _CRTDLL_strcmp                        @1103
    701     strcoll                     = _CRTDLL_strcoll               @1104
    702     strcpy                      = _CRTDLL_strcpy                        @1105
    703     strcspn                     = _CRTDLL_strcspn                       @1106
    704     strerror                    = _CRTDLL_strerror              @1107
    705     strftime                    = _CRTDLL_strftime              @1108
    706     strlen                      = _CRTDLL_strlen                        @1109
    707     strncat                     = _CRTDLL_strncat                       @1110
    708     strncmp                     = _CRTDLL_strncmp                       @1111
    709     strncpy                     = _CRTDLL_strncpy                       @1112
    710     strpbrk                     = _CRTDLL_strpbrk                       @1113
    711     strrchr                     = _CRTDLL_strrchr                       @1114
    712     strspn                      = _CRTDLL_strspn                        @1115
    713     strstr                      = _CRTDLL_strstr                        @1116
    714     strtod                      = _CRTDLL_strtod                        @1117
    715     strtok                      = _CRTDLL_strtok                        @1118
    716     strtol                      = _CRTDLL_strtol                        @1119
    717     strtoul                     = _CRTDLL_strtoul               @1120
    718     strxfrm                     = _CRTDLL_strxfrm               @1121
    719     swprintf                    = _CRTDLL_swprintf              @1122
    720     swscanf                     = _CRTDLL_swscanf               @1123
    721     system                      = _CRTDLL_system                        @1124
    722     tan                         = _CRTDLL_tan                   @1125
    723     tanh                        = _CRTDLL_tanh                  @1126
    724     time                        = _CRTDLL_time                  @1127
    725     tmpfile                     = _CRTDLL_tmpfile               @1128
    726     tmpnam                      = _CRTDLL_tmpnam                        @1129
    727     tolower                     = _CRTDLL_tolower                       @1130
    728     toupper                     = _CRTDLL_toupper                       @1131
    729     towlower                    = _CRTDLL_towlower              @1132
    730     towupper                    = _CRTDLL_towupper              @1133
    731     ungetc                      = _CRTDLL_ungetc                @1134
    732     ungetwc                     = _CRTDLL_ungetwc               @1135
    733     vfprintf                    = _CRTDLL_vfprintf              @1136
    734     vfwprintf                   = _CRTDLL_vfwprintf             @1137
    735     vprintf                     = _CRTDLL_vprintf               @1138
    736     vsprintf                    = _CRTDLL_vsprintf              @1139
    737     vswprintf                   = _CRTDLL_vswprintf             @1140
    738     vwprintf                    = _CRTDLL_vwprintf              @1141
    739     wcscat                      = _CRTDLL_wcscat                        @1142
    740     wcschr                      = _CRTDLL_wcschr                        @1143
    741     wcscmp                      = _CRTDLL_wcscmp                        @1144
    742     wcscoll                     = _CRTDLL_wcscoll               @1145
    743     wcscpy                      = _CRTDLL_wcscpy                        @1146
    744     wcscspn                     = _CRTDLL_wcscspn                       @1147
    745     wcsftime                    = _CRTDLL_wcsftime              @1148
    746     wcslen                      = _CRTDLL_wcslen                        @1149
    747     wcsncat                     = _CRTDLL_wcsncat                       @1150
    748     wcsncmp                     = _CRTDLL_wcsncmp                       @1151
    749     wcsncpy                     = _CRTDLL_wcsncpy                       @1152
    750     wcspbrk                     = _CRTDLL_wcspbrk                       @1153
    751     wcsrchr                     = _CRTDLL_wcsrchr                       @1154
    752     wcsspn                      = _CRTDLL_wcsspn                        @1155
    753     wcsstr                      = _CRTDLL_wcsstr                        @1156
    754     wcstod                      = _CRTDLL_wcstod                        @1157
    755     wcstok                      = _CRTDLL_wcstok                        @1158
    756     wcstol                      = _CRTDLL_wcstol                        @1159
    757     wcstombs                    = _CRTDLL_wcstombs              @1160
    758     wcstoul                     = _CRTDLL_wcstoul                       @1161
    759     wcsxfrm                     = _CRTDLL_wcsxfrm               @1162
    760     wctomb                      = _CRTDLL_wctomb                        @1163
    761     wprintf                     = _CRTDLL_wprintf               @1164
    762     wscanf                      = _CRTDLL_wscanf                        @1165
     11    ??0__non_rtti_object@@QAE@ABV0@@Z = _MSVCRT_EXP1        @3
     12    ??0__non_rtti_object@@QAE@PBD@Z = _MSVCRT_EXP2      @4
     13    ??0bad_cast@@QAE@ABQBD@Z    = _MSVCRT_EXP3          @5
     14    ??0bad_cast@@QAE@ABV0@@Z    = _MSVCRT_EXP4          @6
     15    ??0bad_typeid@@QAE@ABV0@@Z  = _MSVCRT_EXP5          @7
     16    ??0bad_typeid@@QAE@PBD@Z    = _MSVCRT_EXP6          @8
     17    ??0exception@@QAE@ABQBD@Z   = _MSVCRT_EXP7          @9
     18    ??0exception@@QAE@ABV0@@Z   = _MSVCRT_EXP8          @10
     19    ??0exception@@QAE@XZ    = _MSVCRT_EXP9          @11
     20    ??1__non_rtti_object@@UAE@XZ = _MSVCRT_EXP10        @73
     21    ??1bad_cast@@UAE@XZ     = _MSVCRT_EXP11         @74
     22    ??1bad_typeid@@UAE@XZ   = _MSVCRT_EXP12         @75
     23    ??1exception@@UAE@XZ    = _MSVCRT_EXP13         @76
     24    ??1type_info@@UAE@XZ    = _MSVCRT_EXP14         @95
     25    ??2@YAPAXI@Z        = _MSVCRT_new           @96
     26    ??3@YAXPAX@Z        = _MSVCRT_delete        @97
     27    ??4__non_rtti_object@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP17   @99
     28
     29
     30    ??4bad_cast@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP18        @100
     31    ??4bad_typeid@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP19      @101
     32    ??4exception@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP20       @102
     33    ??8type_info@@QBEHABV0@@Z   = _MSVCRT_EXP21         @166
     34    ??9type_info@@QBEHABV0@@Z   = _MSVCRT_EXP22         @167
     35    ??_7__non_rtti_object@@6B@  = _MSVCRT_EXP23         @169
     36    ??_7bad_cast@@6B@       = _MSVCRT_EXP24         @170
     37    ??_7bad_typeid@@6B@     = _MSVCRT_EXP25         @171
     38    ??_7exception@@6B@      = _MSVCRT_EXP26         @172
     39
     40
     41    ??_E__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP27        @220
     42    ??_Ebad_cast@@UAEPAXI@Z = _MSVCRT_EXP28         @221
     43    ??_Ebad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP29         @222
     44    ??_Eexception@@UAEPAXI@Z    = _MSVCRT_EXP30         @223
     45    ??_G__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP31        @243
     46    ??_Gbad_cast@@UAEPAXI@Z = _MSVCRT_EXP32         @244
     47    ??_Gbad_typeid@@UAEPAXI@Z   = _MSVCRT_EXP34         @245
     48    ??_Gexception@@UAEPAXI@Z    = _MSVCRT_EXP34         @246
     49    ?_query_new_handler@@YAP6AHI@ZXZ = _MSVCRT_EXP35        @265
     50    ?_query_new_mode@@YAHXZ = _MSVCRT_EXP36         @266
     51    ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _MSVCRT_set_new_handler @267
     52    ?_set_new_mode@@YAHH@Z  = _MSVCRT_EXP38         @268
     53    ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = _MSVCRT_EXP39    @269
     54    ?before@type_info@@QBEHABV1@@Z = _MSVCRT_EXP40      @279
     55
     56
     57    ?name@type_info@@QBEPBDXZ   = _MSVCRT_EXP41         @357
     58    ?raw_name@type_info@@QBEPBDXZ = _MSVCRT_EXP42       @385
     59
     60
     61    ?set_new_handler@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP43      @408
     62    ?set_terminate@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP44        @409
     63    ?set_unexpected@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP45       @410
     64    ?terminate@@YAXXZ       = _MSVCRT_EXP46         @453
     65    ?unexpected@@YAXXZ      = _MSVCRT_EXP47         @462
     66    ?what@exception@@UBEPBDXZ   = _MSVCRT_EXP48         @468
     67    $I10_OUTPUT         = _MSVCRT_EXP49         @483
     68    _CIacos         = _CRTDLL__CIacos       @484
     69    _CIasin         = _CRTDLL__CIasin       @485
     70    _CIatan         = _CRTDLL__CIatan       @486
     71    _CIatan2            = _CRTDLL__CIatan2      @487
     72    _CIcos          = _CRTDLL__CIcos            @488
     73    _CIcosh         = _CRTDLL__CIcosh       @489
     74    _CIexp          = _CRTDLL__CIexp            @490
     75    _CIfmod         = _CRTDLL__CIfmod       @491
     76    _CIlog          = _CRTDLL__CIlog        @492
     77    _CIlog10            = _CRTDLL__CIlog10      @493
     78    _CIpow          = _CRTDLL__CIpow            @494
     79    _CIsin          = _CRTDLL__CIsin            @495
     80    _CIsinh         = _CRTDLL__CIsinh       @496
     81    _CIsqrt         = _CRTDLL__CIsqrt       @497
     82    _CItan          = _CRTDLL__CItan        @498
     83    _CItanh         = _CRTDLL__CItanh       @499
     84
     85
     86    _CxxThrowException      = _MSVCRT__CxxThrowException    @500
     87    _EH_prolog          = _MSVCRT__EH_prolog        @501
     88    _HUGE           = MSVCRT__HUGE          @502
     89    _XcptFilter         = _CRTDLL__XcptFilter       @503
     90    __CxxFrameHandler       = _MSVCRT___CxxFrameHandler @504
     91    __CxxLongjmpUnwind      = _MSVCRT___CxxLongjmpUnwind    @505
     92;   __RTCastToVoid                      @506
     93;   __RTDynamicCast                     @507
     94;   __RTtypeid                          @508
     95;   __STRINGTOLD                        @509
     96    __argc          = MSVCRT___argc         @510
     97    __argv          = MSVCRT___argv         @511
     98    __dllonexit         = _CRTDLL___dllonexit       @512
     99    __doserrno          = _CRTDLL___doserrno        @513
     100    __fpecode           = _CRTDLL___fpecode     @514
     101    __getmainargs       = _MSVCRT___GetMainArgs     @515
     102    __initenv           = _MSVCRT___initenv     @516
     103    __isascii           = _CRTDLL___isascii     @517
     104    __iscsym            = _CRTDLL___iscsym      @518
     105    __iscsymf           = _CRTDLL___iscsymf     @519
     106;   __lconv_init                        @520
     107    __mb_cur_max        = MSVCRT___mb_cur_max       @521
     108    __p___argc          = _MSVCRT___p___argc        @522
     109    __p___argv          = _MSVCRT___p___argv        @523
     110    __p___initenv       = _MSVCRT___p__initenv      @524
     111    __p___mb_cur_max        = _MSVCRT___p___mb_cur_max  @525
     112;   __p___wargv                         @526
     113;   __p___winitenv                      @527
     114    __p__acmdln         = _MSVCRT___p__acmdln       @528
     115;   __p__amblksiz                       @529
     116    __p__commode        = _MSVCRT___p__commode      @530
     117    __p__daylight       = _MSVCRT___p__daylight     @531
     118;   __p__dstbias                        @532
     119    __p__environ        = _MSVCRT___p__environ      @533
     120    __p__fmode          = _MSVCRT___p__fmode        @534
     121    __p__iob            = _MSVCRT___p__iob      @535
     122;   __p__mbctype                        @536
     123    __p__osver          = _MSVCRT___p__osver        @537
     124    __p__pctype         = _MSVCRT___p__pctype       @538
     125    __p__pgmptr         = _MSVCRT___p__pgmptr       @539
     126    __p__pwctype        = _MSVCRT___p__pwctype      @540
     127    __p__timezone       = _MSVCRT___p__timezone     @541
     128    __p__tzname         = _MSVCRT___p__tzname       @542
     129;   __p__wcmdln                         @543
     130;   __p__wenviron                       @544
     131    __p__winmajor       = _MSVCRT___p__winmajor     @545
     132    __p__winminor       = _MSVCRT___p__winminor     @546
     133    __p__winver         = _MSVCRT___p__winver       @547
     134;   __p__wpgmptr                        @548
     135;   __pxcptinfoptrs                     @549
     136    __set_app_type      = _MSVCRT___set_app_type    @550
     137    __setusermatherr        = _MSVCRT___setusermatherr  @551
     138    __threadhandle      = _CRTDLL___threadhandle        @552
     139    __threadid          = _CRTDLL___threadid        @553
     140;   __toascii           = _CRTDLL___toascii     @554
     141;   __unDName                           @555
     142    __wargv                         @556
     143;   __wgetmainargs                      @557
     144;   __winitenv                          @558
     145    _abnormal_termination   = _CRTDLL__abnormal_termination @559
     146    _access         = _CRTDLL__access       @560
     147    _acmdln         = MSVCRT__acmdln        @561
     148;   _adj_fdiv_m16i                      @562
     149;   _adj_fdiv_m32                       @563
     150;   _adj_fdiv_m32i                      @564
     151;   _adj_fdiv_m64                       @565
     152;   _adj_fdiv_r                         @566
     153;   _adj_fdivr_m16i                     @567
     154;   _adj_fdivr_m32                      @568
     155;   _adj_fdivr_m32i                     @569
     156;   _adj_fdivr_m64                      @570
     157;   _adj_fpatan                         @571
     158;   _adj_fprem                          @572
     159;   _adj_fprem1                         @573
     160;   _adj_fptan                          @574
     161    _adjust_fdiv        = _MSVCRT__adjust_fdiv      @575
     162    _aexit_rtn          = _MSVCRT__aexit_rtn        @576
     163    _amsg_exit          = _CRTDLL__amsg_exit        @577
     164    _assert         = _CRTDLL__assert       @578
     165;   _atodbl                         @579
     166;   _atoldbl                            @580
     167    _beep           = _CRTDLL__beep         @581
     168    _beginthread        = _CRTDLL__beginthread      @582
     169    _beginthreadex      = _MSVCRT__beginthreadex    @583
     170    _c_exit         = _CRTDLL__c_exit       @584
     171    _cabs           = _CRTDLL__cabs         @585
     172    _cexit          = _CRTDLL__cexit            @586
     173    _cgets          = _CRTDLL__cgets            @587
     174    _chdir          = _CRTDLL__chdir            @588
     175    _chdrive            = _CRTDLL__chdrive      @589
     176    _chgsign            = _CRTDLL__chgsign      @590
     177    _chmod          = _CRTDLL__chmod            @591
     178    _chsize         = _CRTDLL__chsize       @592
     179    _clearfp            = _CRTDLL__clearfp      @593
     180    _close          = _CRTDLL__close            @594
     181    _commit         = _CRTDLL__commit       @595
     182    _commode            = MSVCRT__commode       @596
     183    _control87          = _CRTDLL__control87        @597
     184    _controlfp          = _CRTDLL__controlfp        @598
     185    _copysign           = _CRTDLL__copysign     @599
     186
     187
     188    _cprintf            = _CRTDLL__cprintf      @600
     189    _cputs          = _CRTDLL__cputs        @601
     190    _creat          = _CRTDLL__creat            @602
     191    _cscanf         = _CRTDLL__cscanf       @603
     192    _ctype          = CRTDLL_ctype          @604
     193    _cwait          = _CRTDLL__cwait            @605
     194    _daylight           = MSVCRT__daylight          @606
     195;   _dstbias                            @607
     196    _dup            = _CRTDLL__dup          @608
     197    _dup2           = _CRTDLL__dup2         @609
     198    _ecvt           = _CRTDLL__ecvt         @610
     199    _endthread          = _CRTDLL__endthread        @611
     200    _endthreadex        = _MSVCRT__endthreadex      @612
     201    _environ            = MSVCRT__environ           @613
     202    _eof            = _CRTDLL__eof          @614
     203    _errno          = _CRTDLL__errno            @615
     204    _except_handler2        = _CRTDLL__except_handler2  @616
     205    _except_handler3        = _MSVCRT__except_handler3  @617
     206    _execl          = _CRTDLL__execl            @618
     207    _execle         = _CRTDLL__execle       @619
     208    _execlp         = _CRTDLL__execlp       @620
     209    _execlpe            = _CRTDLL__execlpe      @621
     210    _execv          = _CRTDLL__execv            @622
     211    _execve         = _CRTDLL__execve       @623
     212    _execvp         = _CRTDLL__execvp       @624
     213    _execvpe            = _CRTDLL__execvpe      @625
     214    _exit           = _CRTDLL__exit         @626
     215    _expand         = _CRTDLL__expand       @627
     216    _fcloseall          = _CRTDLL__fcloseall        @628
     217    _fcvt           = _CRTDLL__fcvt         @629
     218    _fdopen         = _CRTDLL__fdopen       @630
     219    _fgetchar           = _CRTDLL__fgetchar     @631
     220    _fgetwchar          = _CRTDLL__fgetwchar        @632
     221    _filbuf         = _CRTDLL__filbuf       @633
     222    _fileinfo           = MSVCRT__fileinfo      @634
     223    _filelength         = _CRTDLL__filelength       @635
     224    _filelengthi64      = _MSVCRT__filelengthi64    @636
     225    _fileno         = _CRTDLL__fileno       @637
     226    _findclose          = _CRTDLL__findclose        @638
     227    _findfirst          = _CRTDLL__findfirst        @639
     228    _findfirsti64       = _MSVCRT__findfirsti64     @640
     229    _findnext           = _CRTDLL__findnext     @641
     230    _findnexti64        = _MSVCRT__findnexti64      @642
     231    _finite         = _CRTDLL__finite       @643
     232    _flsbuf         = _CRTDLL__flsbuf       @644
     233    _flushall           = _CRTDLL__flushall     @645
     234    _fmode          = MSVCRT__fmode         @646
     235    _fpclass            = _CRTDLL__fpclass      @647
     236    _fpieee_flt         = _CRTDLL__fpieee_flt       @648
     237    _fpreset            = _CRTDLL__fpreset      @649
     238    _fputchar           = _CRTDLL__fputchar     @650
     239    _fputwchar          = _CRTDLL__fputwchar        @651
     240    _fsopen         = _CRTDLL__fsopen       @652
     241    _fstat          = _CRTDLL__fstat            @653
     242    _fstati64           = _MSVCRT__fstati64     @654
     243    _ftime          = _CRTDLL__ftime            @655
     244    _ftol           = _CRTDLL__ftol         @656
     245    _fullpath           = _CRTDLL__fullpath     @657
     246    _futime         = _CRTDLL__futime       @658
     247    _gcvt           = _CRTDLL__gcvt         @659
     248    _get_osfhandle      = _CRTDLL__get_osfhandle        @660
     249    _getch          = _CRTDLL__getch            @661
     250    _getche         = _CRTDLL__getche       @662
     251    _getcwd         = _CRTDLL__getcwd       @663
     252    _getdcwd            = _CRTDLL__getdcwd      @664
     253    _getdiskfree        = _CRTDLL__getdiskfree      @665
     254;   _getdllprocaddr                     @666
     255    _getdrive           = _CRTDLL__getdrive     @667
     256    _getdrives          = _CRTDLL__getdrives        @668
     257    _getmaxstdio        = _MSVCRT__getmaxstdio      @669
     258    _getmbcp            = _MSVCRT__getmbcp      @670
     259    _getpid         = _CRTDLL__getpid       @671
     260    _getsystime         = _CRTDLL__getsystime       @672
     261    _getw           = _CRTDLL__getw         @673
     262    _getws          = _MSVCRT__getws        @674
     263    _global_unwind2     = _CRTDLL__global_unwind2   @675
     264    _heapadd            = _MSVCRT__heapadd      @676
     265    _heapchk            = _CRTDLL__heapchk      @677
     266    _heapmin            = _CRTDLL__heapmin      @678
     267    _heapset            = _CRTDLL__heapset      @679
     268;   _heapused                           @680
     269    _heapwalk           = _CRTDLL__heapwalk     @681
     270    _hypot          = _CRTDLL__hypot        @682
     271    _initterm           = _CRTDLL__initterm     @683
     272    _inp            = _MSVCRT__inp          @684
     273    _inpd           = _MSVCRT__inpd         @685
     274    _inpw           = _MSVCRT__inpw         @686
     275    _iob            = CRTDLL_iob            @687
     276    _isatty         = _CRTDLL__isatty       @688
     277    _isctype            = _CRTDLL__isctype      @689
     278    _ismbbalnum         = _CRTDLL__ismbbalnum       @690
     279    _ismbbalpha         = _CRTDLL__ismbbalpha       @691
     280    _ismbbgraph         = _CRTDLL__ismbbgraph       @692
     281    _ismbbkalnum        = _CRTDLL__ismbbkalnum      @693
     282    _ismbbkana          = _CRTDLL__ismbbkana        @694
     283    _ismbbkprint        = _MSVCRT__ismbbkprint      @695
     284    _ismbbkpunct        = _CRTDLL__ismbbkpunct      @696
     285    _ismbblead          = _CRTDLL__ismbblead        @697
     286    _ismbbprint         = _CRTDLL__ismbbprint       @698
     287    _ismbbpunct         = _CRTDLL__ismbbpunct       @699
     288
     289
     290    _ismbbtrail         = _CRTDLL__ismbbtrail       @700
     291    _ismbcalnum         = _MSVCRT__ismbcalnum       @701
     292    _ismbcalpha         = _CRTDLL__ismbcalpha       @702
     293    _ismbcdigit         = _CRTDLL__ismbcdigit       @703
     294    _ismbcgraph         = _MSVCRT__ismbcgraph       @704
     295    _ismbchira          = _CRTDLL__ismbchira        @705
     296    _ismbckata          = _CRTDLL__ismbckata        @706
     297    _ismbcl0            = _CRTDLL__ismbcl0      @707
     298    _ismbcl1            = _CRTDLL__ismbcl1      @708
     299    _ismbcl2            = _CRTDLL__ismbcl2      @709
     300    _ismbclegal         = _CRTDLL__ismbclegal       @710
     301    _ismbclower         = _CRTDLL__ismbclower       @711
     302    _ismbcprint         = _CRTDLL__ismbcprint       @712
     303    _ismbcpunct         = _MSVCRT__ismbcpunct       @713
     304    _ismbcspace         = _CRTDLL__ismbcspace       @714
     305    _ismbcsymbol        = _CRTDLL__ismbcsymbol      @715
     306    _ismbcupper         = _CRTDLL__ismbcupper       @716
     307    _ismbslead          = _CRTDLL__ismbslead        @717
     308    _ismbstrail         = _CRTDLL__ismbstrail       @718
     309    _isnan          = _CRTDLL__isnan            @719
     310    _itoa           = _CRTDLL__itoa         @720
     311    _itow           = _MSVCRT__itow         @721
     312    _j0             = _CRTDLL__j0           @722
     313    _j1             = _CRTDLL__j1           @723
     314    _jn             = _CRTDLL__jn           @724
     315    _kbhit          = _CRTDLL__kbhit            @725
     316    _lfind          = _CRTDLL__lfind            @726
     317    _loaddll            = _CRTDLL__loaddll      @727
     318    _local_unwind2      = _CRTDLL__local_unwind2        @728
     319    _locking            = _CRTDLL__locking      @729
     320    _logb           = _CRTDLL__logb         @730
     321    _longjmpex          = _CRTDLL_longjmp       @731 ; Not correct
     322    _lrotl          = _CRTDLL__lrotl            @732
     323    _lrotr          = _CRTDLL__lrotr            @733
     324    _lsearch            = _CRTDLL__lsearch      @734
     325    _lseek          = _CRTDLL__lseek            @735
     326    _lseeki64           = _MSVCRT__lseeki64     @736
     327    _ltoa           = _CRTDLL__ltoa         @737
     328    _ltow           = _MSVCRT__ltow         @738
     329    _makepath           = _CRTDLL__makepath     @739
     330    _mbbtombc           = _CRTDLL__mbbtombc     @740
     331    _mbbtype            = _CRTDLL__mbbtype      @741
     332    _mbccpy         = _CRTDLL__mbccpy       @742
     333    _mbcjistojms        = _CRTDLL__mbcjistojms      @743
     334    _mbcjmstojis        = _CRTDLL__mbcjmstojis      @744
     335    _mbclen         = _CRTDLL__mbclen       @745
     336    _mbctohira          = _CRTDLL__mbctohira        @746
     337    _mbctokata          = _CRTDLL__mbctokata        @747
     338    _mbctolower         = _CRTDLL__mbctolower       @748
     339    _mbctombb           = _CRTDLL__mbctombb     @749
     340    _mbctoupper         = _CRTDLL__mbctoupper       @750
     341    _mbctype            = CRTDLL_mbctype        @751
     342    _mbsbtype           = _CRTDLL__mbsbtype     @752
     343    _mbscat         = _CRTDLL__mbscat       @753
     344    _mbschr         = _CRTDLL__mbschr       @754
     345    _mbscmp         = _CRTDLL__mbscmp       @755
     346    _mbscoll            = _CRTDLL__mbscmp       @756
     347    _mbscpy         = _CRTDLL__mbscpy       @757
     348    _mbscspn            = _CRTDLL__mbscspn      @758
     349    _mbsdec         = _CRTDLL__mbsdec       @759
     350    _mbsdup         = _CRTDLL__mbsdup       @760
     351    _mbsicmp            = _CRTDLL__mbsicmp      @761
     352    _mbsicoll           = _CRTDLL__mbsicmp      @762
     353    _mbsinc         = _CRTDLL__mbsinc       @763
     354    _mbslen         = _CRTDLL__mbslen       @764
     355    _mbslwr         = _CRTDLL__mbslwr       @765
     356    _mbsnbcat           = _CRTDLL__mbsnbcat     @766
     357    _mbsnbcmp           = _CRTDLL__mbsnbcmp     @767
     358    _mbsnbcnt           = _CRTDLL__mbsnbcnt     @768
     359    _mbsnbcoll          = _CRTDLL__mbsncmp      @769
     360    _mbsnbcpy           = _CRTDLL__mbsnbcpy     @770
     361    _mbsnbicmp          = _CRTDLL__mbsnbicmp        @771
     362    _mbsnbicoll         = _CRTDLL__mbsnbicmp        @772
     363    _mbsnbset           = _CRTDLL__mbsnbset     @773
     364    _mbsncat            = _CRTDLL__mbsncat      @774
     365    _mbsnccnt           = _CRTDLL__mbsnccnt     @775
     366    _mbsncmp            = _CRTDLL__mbsncmp      @776
     367    _mbsncoll           = _CRTDLL__mbsncmp      @777
     368    _mbsncpy            = _CRTDLL__mbsncpy      @778
     369    _mbsnextc           = _CRTDLL__mbsnextc     @779
     370    _mbsnicmp           = _CRTDLL__mbsnicmp     @780
     371    _mbsnicoll          = _CRTDLL__mbsnicmp     @781
     372    _mbsninc            = _CRTDLL__mbsninc      @782
     373    _mbsnset            = _CRTDLL__mbsnset      @783
     374    _mbspbrk            = _CRTDLL__mbspbrk      @784
     375    _mbsrchr            = _CRTDLL__mbsrchr      @785
     376    _mbsrev         = _CRTDLL__mbsrev       @786
     377    _mbsset         = _CRTDLL__mbsset       @787
     378    _mbsspn         = _CRTDLL__mbsspn       @788
     379    _mbsspnp            = _CRTDLL__mbsspnp      @789
     380    _mbsstr         = _CRTDLL__mbsstr       @790
     381    _mbstok         = _CRTDLL__mbstok       @791
     382    _mbstrlen           = _CRTDLL__mbstrlen     @792
     383    _mbsupr         = _CRTDLL__mbsupr       @793
     384    _memccpy            = _CRTDLL__memccpy      @794
     385    _memicmp            = _CRTDLL__memicmp      @795
     386    _mkdir          = _CRTDLL__mkdir            @796
     387    _mktemp         = _CRTDLL__mktemp       @797
     388    _msize          = _CRTDLL__msize            @798
     389;    _mtlock                            @799
     390
     391
     392;    _mtunlock                          @800
     393    _nextafter          = _CRTDLL__nextafter        @801
     394    _onexit         = _CRTDLL__onexit       @802
     395    _open           = _CRTDLL__open         @803
     396    _open_osfhandle     = _CRTDLL__open_osfhandle   @804
     397    _osver          = MSVCRT__osver         @805
     398    _outp           = _MSVCRT__outp         @806
     399    _outpd          = _MSVCRT__outpd        @807
     400    _outpw          = _MSVCRT__outpw        @808
     401    _pclose         = _CRTDLL__pclose       @809
     402    _pctype         = MSVCRT__pctype            @810
     403    _pgmptr         = MSVCRT__pgmptr        @811
     404    _pipe           = _CRTDLL__pipe         @812
     405    _popen          = _CRTDLL__popen            @813
     406    _purecall           = _CRTDLL__purecall     @814
     407    _putch          = _CRTDLL__putch            @815
     408    _putenv         = _CRTDLL__putenv       @816
     409    _putw           = _CRTDLL__putw         @817
     410    _putws          = _MSVCRT__putws        @818
     411    _pwctype            = MSVCRT__pwctype           @819
     412    _read           = _CRTDLL__read         @820
     413    _rmdir          = _CRTDLL__rmdir            @821
     414    _rmtmp          = _CRTDLL__rmtmp            @822
     415    _rotl           = _CRTDLL__rotl         @823
     416    _rotr           = _CRTDLL__rotr         @824
     417;   _safe_fdiv                          @825
     418;   _safe_fdivr                         @826
     419;   _safe_fprem                         @827
     420;   _safe_fprem1                        @828
     421    _scalb          = _CRTDLL__scalb            @829
     422    _searchenv          = _CRTDLL__searchenv        @830
     423;   _seh_longjmp_unwind                     @831
     424    _set_error_mode     = _MSVCRT__set_error_mode   @832
     425    _seterrormode       = _CRTDLL__seterrormode     @833
     426    _setjmp         = _CRTDLL__setjmp       @834
     427    _setjmp3            = _CRTDLL__setjmp       @835 ; Not correct
     428    _setmaxstdio        = _MSVCRT__setmaxstdio      @836
     429    _setmbcp            = _MSVCRT__setmbcp      @837
     430    _setmode                            @838
     431    _setsystime         = _CRTDLL__setsystime       @839
     432    _sleep          = _CRTDLL__sleep            @840
     433    _snprintf           = _CRTDLL__snprintf     @841
     434    _snwprintf          = _CRTDLL__snwprintf        @842
     435    _sopen          = _CRTDLL__sopen            @843
     436    _spawnl         = _CRTDLL__spawnl       @844
     437    _spawnle            = _CRTDLL__spawnle      @845
     438    _spawnlp            = _CRTDLL__spawnlp      @846
     439    _spawnlpe           = _CRTDLL__spawnlpe     @847
     440    _spawnv         = _CRTDLL__spawnv       @848
     441    _spawnve            = _CRTDLL__spawnve      @849
     442    _spawnvp            = _CRTDLL__spawnvp      @850
     443    _spawnvpe           = _CRTDLL__spawnvpe     @851
     444    _splitpath          = _CRTDLL__splitpath        @852
     445    _stat           = _CRTDLL__stat         @853
     446    _stati64            = _MSVCRT__stati64      @854
     447    _statusfp           = _CRTDLL__statusfp     @855
     448    _strcmpi            = _CRTDLL__strcmpi      @856
     449    _strdate            = _CRTDLL__strdate      @857
     450    _strdup         = _CRTDLL__strdup       @858
     451    _strerror           = _CRTDLL__strerror     @859
     452    _stricmp            = _CRTDLL__stricmp      @860
     453    _stricoll           = _CRTDLL__stricoll     @861
     454    _strlwr         = _CRTDLL__strlwr           @862
     455    _strncoll           = _MSVCRT__strncoll     @863
     456    _strnicmp           = _CRTDLL__strnicmp     @864
     457    _strnicoll          = _MSVCRT__strnicoll        @865
     458    _strnset            = _CRTDLL__strnset      @866
     459    _strrev         = _CRTDLL__strrev       @867
     460    _strset         = _CRTDLL__strset       @868
     461    _strtime            = _CRTDLL__strtime      @869
     462    _strupr         = _CRTDLL__strupr           @870
     463    _swab           = _CRTDLL__swab         @871
     464    _sys_errlist        = CRTDLL_sys_errlist        @872
     465    _sys_nerr           = MSVCRT__sys_nerr      @873
     466    _tell           = _CRTDLL__tell         @874
     467    _telli64            = _MSVCRT__telli64      @875
     468    _tempnam            = _CRTDLL__tempnam      @876
     469    _timezone           = MSVCRT__timezone      @877
     470    _tolower            = _CRTDLL__tolower      @878
     471    _toupper            = _CRTDLL__toupper      @879
     472    _tzname         = CRTDLL_tzname         @880
     473    _tzset          = _CRTDLL__tzset            @881
     474    _ultoa          = _CRTDLL__ultoa            @882
     475    _ultow          = _MSVCRT__ultow        @883
     476    _umask          = _MSVCRT__umask        @884
     477    _ungetch            = _CRTDLL__ungetch      @885
     478    _unlink         = _CRTDLL__unlink       @886
     479    _unloaddll          = _CRTDLL__unloaddll        @887
     480    _utime          = _CRTDLL__utime            @888
     481    _vsnprintf          = _CRTDLL__vsnprintf        @889
     482    _vsnwprintf         = _CRTDLL__vsnwprintf       @890
     483    _waccess            = _MSVCRT__waccess      @891
     484    _wasctime           = _MSVCRT__wasctime         @892
     485    _wchdir         = _MSVCRT__wchdir       @893
     486    _wchmod         = _MSVCRT__wchmod       @894
     487;   _wcmdln                         @895
     488    _wcreat         = _MSVCRT__wcreat       @896
     489    _wcsdup         = _CRTDLL__wcsdup       @897
     490    _wcsicmp            = _CRTDLL__wcsicmp      @898
     491    _wcsicoll           = _CRTDLL__wcsicoll     @899
     492
     493
     494    _wcslwr         = _CRTDLL__wcslwr           @900
     495    _wcsncoll           = _MSVCRT__wcsncoll     @901
     496    _wcsnicmp           = _CRTDLL__wcsnicmp     @902
     497    _wcsnicoll          = _MSVCRT__wcsnicoll        @903
     498    _wcsnset            = _CRTDLL__wcsnset      @904
     499    _wcsrev         = _CRTDLL__wcsrev       @905
     500    _wcsset         = _CRTDLL__wcsset       @906
     501    _wcsupr         = _CRTDLL__wcsupr           @907
     502    _wctime         = _MSVCRT__wctime       @908
     503    _wenviron                           @909
     504    _wexecl         = _MSVCRT__wexecl       @910
     505    _wexecle            = _MSVCRT__wexecle      @911
     506    _wexeclp            = _MSVCRT__wexeclp      @912
     507    _wexeclpe           = _MSVCRT__wexeclpe     @913
     508    _wexecv         = _MSVCRT__wexecv       @914
     509    _wexecve            = _MSVCRT__wexecve      @915
     510    _wexecvp            = _MSVCRT__wexecvp      @916
     511    _wexecvpe           = _MSVCRT__wexecvpe     @917
     512    _wfdopen            = _MSVCRT__wfdopen      @918
     513    _wfindfirst         = _MSVCRT__wfindfirst       @919
     514    _wfindfirsti64      = _MSVCRT__wfindfirsti64    @920
     515    _wfindnext          = _MSVCRT__wfindnext        @921
     516;    _wfindnexti64      = _MSVCRT__wfindnexti64     @922
     517    _wfopen         = _MSVCRT__wfopen       @923
     518    _wfreopen           = _MSVCRT__wfreopen     @924
     519    _wfsopen            = _MSVCRT__wfsopen      @925
     520    _wfullpath          = _MSVCRT__wfullpath        @926
     521    _wgetcwd            = _MSVCRT__wgetcwd      @927
     522    _wgetdcwd           = _MSVCRT__wgetdcwd     @928
     523    _wgetenv            = _MSVCRT__wgetenv      @929
     524    _winmajor           = MSVCRT__winmajor      @930
     525    _winminor           = MSVCRT__winminor      @931
     526    _winver         = MSVCRT__winver        @932
     527    _wmakepath          = _MSVCRT__wmakepath        @933
     528    _wmkdir         = _MSVCRT__wmkdir       @934
     529    _wmktemp            = _MSVCRT__wmktemp      @935
     530    _wopen          = _MSVCRT__wopen        @936
     531    _wperror            = _MSVCRT__wperror      @937
     532    _wpgmptr                            @938
     533    _wpopen         = _MSVCRT__wpopen       @939
     534    _wputenv            = _MSVCRT__wputenv      @940
     535    _wremove            = _MSVCRT__wremove      @941
     536    _wrename            = _MSVCRT__wrename      @942
     537    _write          = _CRTDLL__write            @943
     538    _wrmdir         = _MSVCRT__wrmdir       @944
     539    _wsearchenv         = _MSVCRT__wsearchenv       @945
     540    _wsetlocale         = _MSVCRT__wsetlocale       @946
     541    _wsopen         = _MSVCRT__wsopen       @947
     542    _wspawnl            = _MSVCRT__wspawnl      @948
     543    _wspawnle           = _MSVCRT__wspawnle     @949
     544    _wspawnlp           = _MSVCRT__wspawnlp     @950
     545    _wspawnlpe          = _MSVCRT__wspawnlpe        @951
     546    _wspawnv            = _MSVCRT__wspawnv      @952
     547    _wspawnve           = _MSVCRT__wspawnve     @953
     548    _wspawnvp           = _MSVCRT__wspawnvp     @954
     549    _wspawnvpe          = _MSVCRT__wspawnvpe        @955
     550    _wsplitpath         = _MSVCRT__wsplitpath       @956
     551    _wstat          = _MSVCRT__wstat        @957
     552    _wstati64           = _MSVCRT__wstati64     @958
     553    _wstrdate           = _MSVCRT__wstrdate     @959
     554    _wstrtime           = _MSVCRT__wstrtime     @960
     555    _wsystem            = _MSVCRT__wsystem      @961
     556    _wtempnam           = _MSVCRT__wtempnam     @962
     557    _wtmpnam            = _MSVCRT__wtmpnam      @963
     558    _wtoi           = _CRTDLL__wtoi         @964
     559    _wtol           = _CRTDLL__wtol         @965
     560    _wunlink            = _MSVCRT__wunlink      @966
     561    _wutime         = _MSVCRT__wutime       @967
     562    _y0             = _CRTDLL__y0           @968
     563    _y1             = _CRTDLL__y1           @969
     564    _yn             = _CRTDLL__yn           @970
     565    abort           = _CRTDLL_abort         @971
     566    abs             = _CRTDLL_abs           @972
     567    acos            = _CRTDLL_acos          @973
     568    asctime         = _CRTDLL_asctime       @974
     569    asin            = _CRTDLL_asin          @975
     570    atan            = _CRTDLL_atan          @976
     571    atan2           = _CRTDLL_atan2         @977
     572    atexit          = _CRTDLL_atexit            @978
     573    atof            = _CRTDLL_atof          @979
     574    atoi            = _CRTDLL_atoi          @980
     575    atol            = _CRTDLL_atol          @981
     576    bsearch         = _CRTDLL_bsearch       @982
     577    calloc          = _CRTDLL_calloc            @983
     578    ceil            = _CRTDLL_ceil          @984
     579    clearerr            = _CRTDLL_clearerr      @985
     580    clock           = _CRTDLL_clock         @986
     581    cos             = _CRTDLL_cos           @987
     582    cosh            = _CRTDLL_cosh          @988
     583    ctime           = _CRTDLL_ctime         @989
     584    difftime            = _CRTDLL_difftime      @990
     585    div             = _CRTDLL_div           @991
     586    exit            = _CRTDLL_exit          @992
     587    exp             = _CRTDLL_exp           @993
     588    fabs            = _CRTDLL_fabs          @994
     589    fclose          = _CRTDLL_fclose            @995
     590    feof            = _CRTDLL_feof          @996
     591    ferror          = _CRTDLL_ferror            @997
     592    fflush          = _CRTDLL_fflush            @998
     593    fgetc           = _CRTDLL_fgetc         @999
     594
     595
     596    fgetpos         = _CRTDLL_fgetpos       @1000
     597    fgets           = _CRTDLL_fgets         @1001
     598    fgetwc          = _CRTDLL_fgetwc            @1002
     599    fgetws          = _MSVCRT_fgetws        @1003
     600    floor           = _CRTDLL_floor         @1004
     601    fmod            = _CRTDLL_fmod          @1005
     602    fopen           = _CRTDLL_fopen         @1006
     603    fprintf             = _CRTDLL_fprintf       @1007
     604    fputc           = _CRTDLL_fputc         @1008
     605    fputs           = _CRTDLL_fputs         @1009
     606    fputwc          = _CRTDLL_fputwc            @1010
     607    fputws          = _MSVCRT_fputws        @1011
     608    fread           = _CRTDLL_fread         @1012
     609    free                = _CRTDLL_free          @1013
     610    freopen         = _CRTDLL_freopen       @1014
     611    frexp           = _CRTDLL_frexp         @1015
     612    fscanf          = _CRTDLL_fscanf            @1016
     613    fseek           = _CRTDLL_fseek         @1017
     614    fsetpos         = _CRTDLL_fsetpos       @1018
     615    ftell           = _CRTDLL_ftell         @1019
     616    fwprintf            = _CRTDLL_fwprintf      @1020
     617    fwrite              = _CRTDLL_fwrite            @1021
     618    fwscanf         = _CRTDLL_fwscanf       @1022
     619    getc            = _CRTDLL_getc          @1023
     620    getchar         = _CRTDLL_getchar       @1024
     621    getenv          = _CRTDLL_getenv            @1025
     622    gets            = _CRTDLL_gets          @1026
     623    getwc           = _MSVCRT_getwc         @1027
     624    getwchar            = _MSVCRT_getwchar      @1028
     625    gmtime          = _CRTDLL_gmtime            @1029
     626    is_wctype           = _CRTDLL_is_wctype     @1030
     627    isalnum         = _CRTDLL_isalnum       @1031
     628    isalpha         = _CRTDLL_isalpha           @1032
     629    iscntrl         = _CRTDLL_iscntrl       @1033
     630    isdigit         = _CRTDLL_isdigit           @1034
     631    isgraph         = _CRTDLL_isgraph       @1035
     632    isleadbyte          = _CRTDLL_isleadbyte        @1036
     633    islower         = _CRTDLL_islower           @1037
     634    isprint         = _CRTDLL_isprint           @1038
     635    ispunct         = _CRTDLL_ispunct       @1039
     636    isspace         = _CRTDLL_isspace           @1040
     637    isupper         = _CRTDLL_isupper           @1041
     638    iswalnum            = _CRTDLL_iswalnum      @1042
     639    iswalpha            = _CRTDLL_iswalpha      @1043
     640    iswascii            = _CRTDLL_iswascii      @1044
     641    iswcntrl            = _CRTDLL_iswcntrl      @1045
     642    iswctype            = _CRTDLL_iswctype      @1046
     643    iswdigit            = _CRTDLL_iswdigit      @1047
     644    iswgraph            = _CRTDLL_iswgraph      @1048
     645    iswlower            = _CRTDLL_iswlower      @1049
     646    iswprint            = _CRTDLL_iswprint      @1050
     647    iswpunct            = _CRTDLL_iswpunct      @1051
     648    iswspace            = _CRTDLL_iswspace      @1052
     649    iswupper            = _CRTDLL_iswupper      @1053
     650    iswxdigit           = _CRTDLL_iswxdigit     @1054
     651    isxdigit            = _CRTDLL_isxdigit      @1055
     652    labs            = _CRTDLL_labs          @1056
     653    ldexp           = _CRTDLL_ldexp         @1057
     654    ldiv            = _CRTDLL_ldiv          @1058
     655    localeconv          = _CRTDLL_localeconv        @1059
     656    localtime           = _CRTDLL_localtime     @1060
     657    log             = _CRTDLL_log           @1061
     658    log10           = _CRTDLL_log10         @1062
     659    longjmp             = _CRTDLL_longjmp       @1063
     660    malloc              = _CRTDLL_malloc            @1064
     661    mblen           = _CRTDLL_mblen         @1065
     662    mbstowcs            = _CRTDLL_mbstowcs      @1066
     663    mbtowc          = _CRTDLL_mbtowc            @1067
     664    memchr          = _CRTDLL_memchr            @1068
     665    memcmp              = _CRTDLL_memcmp            @1069
     666    memcpy              = _CRTDLL_memcpy            @1070
     667    memmove         = _CRTDLL_memmove       @1071
     668    memset              = _CRTDLL_memset            @1072
     669    mktime          = _CRTDLL_mktime            @1073
     670    modf            = _CRTDLL_modf          @1074
     671    perror          = _CRTDLL_perror            @1075
     672    pow             = _CRTDLL_pow           @1076
     673    printf          = _CRTDLL_printf            @1077
     674    putc            = _CRTDLL_putc          @1078
     675    putchar         = _CRTDLL_putchar       @1079
     676    puts            = _CRTDLL_puts          @1080
     677    putwc           = _MSVCRT_putwc         @1081
     678    putwchar            = _MSVCRT_putwchar      @1082
     679    qsort           = _CRTDLL_qsort         @1083
     680    raise           = _CRTDLL_raise         @1084
     681    rand                = _CRTDLL_rand          @1085
     682    realloc         = _CRTDLL_realloc       @1086
     683    remove              = _CRTDLL_remove            @1087
     684    rename          = _CRTDLL_rename            @1088
     685    rewind          = _CRTDLL_rewind            @1089
     686    scanf           = _CRTDLL_scanf         @1090
     687    setbuf          = _CRTDLL_setbuf            @1091
     688    setlocale           = _CRTDLL_setlocale     @1092
     689    setvbuf         = _CRTDLL_setvbuf       @1093
     690    signal          = _CRTDLL_signal            @1094
     691    sin             = _CRTDLL_sin           @1095
     692    sinh            = _CRTDLL_sinh          @1096
     693    sprintf         = _CRTDLL_sprintf           @1097
     694    sqrt            = _CRTDLL_sqrt          @1098
     695    srand           = _CRTDLL_srand         @1099
     696
     697
     698    sscanf          = _CRTDLL_sscanf            @1100
     699    strcat          = _CRTDLL_strcat            @1101
     700    strchr          = _CRTDLL_strchr            @1102
     701    strcmp          = _CRTDLL_strcmp            @1103
     702    strcoll         = _CRTDLL_strcoll       @1104
     703    strcpy          = _CRTDLL_strcpy            @1105
     704    strcspn         = _CRTDLL_strcspn           @1106
     705    strerror            = _CRTDLL_strerror      @1107
     706    strftime            = _CRTDLL_strftime      @1108
     707    strlen          = _CRTDLL_strlen            @1109
     708    strncat         = _CRTDLL_strncat           @1110
     709    strncmp         = _CRTDLL_strncmp           @1111
     710    strncpy         = _CRTDLL_strncpy           @1112
     711    strpbrk         = _CRTDLL_strpbrk           @1113
     712    strrchr         = _CRTDLL_strrchr           @1114
     713    strspn          = _CRTDLL_strspn            @1115
     714    strstr          = _CRTDLL_strstr            @1116
     715    strtod          = _CRTDLL_strtod            @1117
     716    strtok          = _CRTDLL_strtok            @1118
     717    strtol          = _CRTDLL_strtol            @1119
     718    strtoul         = _CRTDLL_strtoul       @1120
     719    strxfrm         = _CRTDLL_strxfrm       @1121
     720    swprintf            = _CRTDLL_swprintf      @1122
     721    swscanf         = _CRTDLL_swscanf       @1123
     722    system          = _CRTDLL_system            @1124
     723    tan             = _CRTDLL_tan           @1125
     724    tanh            = _CRTDLL_tanh          @1126
     725    time            = _CRTDLL_time          @1127
     726    tmpfile         = _CRTDLL_tmpfile       @1128
     727    tmpnam          = _CRTDLL_tmpnam            @1129
     728    tolower         = _CRTDLL_tolower           @1130
     729    toupper         = _CRTDLL_toupper           @1131
     730    towlower            = _CRTDLL_towlower      @1132
     731    towupper            = _CRTDLL_towupper      @1133
     732    ungetc                  = _CRTDLL_ungetc        @1134
     733    ungetwc                 = _CRTDLL_ungetwc       @1135
     734    vfprintf                = _CRTDLL_vfprintf      @1136
     735    vfwprintf               = _CRTDLL_vfwprintf     @1137
     736    vprintf             = _CRTDLL_vprintf       @1138
     737    vsprintf            = _CRTDLL_vsprintf      @1139
     738    vswprintf           = _CRTDLL_vswprintf     @1140
     739    vwprintf                = _CRTDLL_vwprintf      @1141
     740    wcscat          = _CRTDLL_wcscat            @1142
     741    wcschr          = _CRTDLL_wcschr            @1143
     742    wcscmp          = _CRTDLL_wcscmp            @1144
     743    wcscoll         = _CRTDLL_wcscoll       @1145
     744    wcscpy          = _CRTDLL_wcscpy            @1146
     745    wcscspn         = _CRTDLL_wcscspn           @1147
     746    wcsftime            = _CRTDLL_wcsftime      @1148
     747    wcslen          = _CRTDLL_wcslen            @1149
     748    wcsncat         = _CRTDLL_wcsncat           @1150
     749    wcsncmp         = _CRTDLL_wcsncmp           @1151
     750    wcsncpy         = _CRTDLL_wcsncpy           @1152
     751    wcspbrk         = _CRTDLL_wcspbrk           @1153
     752    wcsrchr         = _CRTDLL_wcsrchr           @1154
     753    wcsspn          = _CRTDLL_wcsspn            @1155
     754    wcsstr          = _CRTDLL_wcsstr            @1156
     755    wcstod          = _CRTDLL_wcstod            @1157
     756    wcstok          = _CRTDLL_wcstok                    @1158
     757    wcstol          = _CRTDLL_wcstol            @1159
     758    wcstombs            = _CRTDLL_wcstombs      @1160
     759    wcstoul         = _CRTDLL_wcstoul           @1161
     760    wcsxfrm         = _CRTDLL_wcsxfrm       @1162
     761    wctomb          = _CRTDLL_wctomb            @1163
     762    wprintf         = _CRTDLL_wprintf       @1164
     763    wscanf          = _CRTDLL_wscanf            @1165
Note: See TracChangeset for help on using the changeset viewer.