Changeset 2187 for trunk/src


Ignore:
Timestamp:
Dec 21, 1999, 9:42:27 PM (26 years ago)
Author:
sandervl
Message:

JW:Updated msvcrt20 & msvcrt40 def files

Location:
trunk/src/msvcrt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r2176 r2187  
    1 # $Id: makefile,v 1.7 1999-12-21 12:25:55 sandervl Exp $
     1# $Id: makefile,v 1.8 1999-12-21 20:42:27 sandervl Exp $
    22
    33#
     
    4040        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET20).def \
    4141              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     42              $(PDWIN32_LIB)/crtdll.lib \
    4243              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4344        $(CP) $@ $(PDWIN32_BIN)
     
    4647        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET40).def \
    4748              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     49              $(PDWIN32_LIB)/crtdll.lib \
    4850              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4951        $(CP) $@ $(PDWIN32_BIN)
  • trunk/src/msvcrt/msvcrt20.def

    r2153 r2187  
    1 ; $Id: msvcrt20.def,v 1.2 1999-12-20 10:12:43 sandervl Exp $
     1; $Id: msvcrt20.def,v 1.3 1999-12-21 20:42:27 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    55DATA MULTIPLE NONSHARED
    66
    7 IMPORTS
    8 ; Forwarded APIs - KERNEL32
    9         KERNEL32_memmove        = KERNEL32.memmove
    10 
    11 ; Forwarded APIs - NTDLL
    12         NTDLL__CIpow            = NTDLL._CIpow 
    13         NTDLL__ftol             = NTDLL._ftol
    14         NTDLL__itoa             = NTDLL._itoa
    15         NTDLL__ltoa             = NTDLL._ltoa
    16         NTDLL__memicmp          = NTDLL._memicmp
    17         NTDLL__snprintf         = NTDLL._snprintf
    18         NTDLL__snwprintf        = NTDLL._snwprintf
    19         NTDLL__splitpath        = NTDLL._splitpath
    20         NTDLL__strcmpi          = NTDLL._strcmpi
    21         NTDLL__stricmp          = NTDLL._stricmp
    22         NTDLL__strlwr           = NTDLL._strlwr
    23         NTDLL__strnicmp         = NTDLL._strnicmp
    24         NTDLL__strupr           = NTDLL._strupr
    25         NTDLL__ultoa            = NTDLL._ultoa
    26         NTDLL__vsnprintf        = NTDLL._vsnprintf
    27         NTDLL__wcsicmp          = NTDLL._wcsicmp
    28         NTDLL__wcslwr           = NTDLL._wcslwr
    29         NTDLL__wcsnicmp         = NTDLL._wcsnicmp
    30         NTDLL__wcsupr           = NTDLL._wcsupr
    31         NTDLL__wtoi             = NTDLL._wtoi
    32         NTDLL__wtol             = NTDLL._wtol
    33         NTDLL_abs               = NTDLL.abs
    34         NTDLL_atan              = NTDLL.atan
    35         NTDLL_atoi              = NTDLL.atoi
    36         NTDLL_atol              = NTDLL.atol
    37         NTDLL_ceil              = NTDLL.ceil
    38         NTDLL_cos               = NTDLL.cos
    39         NTDLL_fabs              = NTDLL.fabs
    40         NTDLL_floor             = NTDLL.floor
    41         NTDLL_isalpha           = NTDLL.isalpha
    42         NTDLL_isdigit           = NTDLL.isdigit
    43         NTDLL_islower           = NTDLL.islower
    44         NTDLL_isprint           = NTDLL.isprint
    45         NTDLL_isspace           = NTDLL.isspace
    46         NTDLL_isupper           = NTDLL.isupper
    47         NTDLL_iswalpha          = NTDLL.iswalpha
    48         NTDLL_iswctype          = NTDLL.iswctype
    49         NTDLL_isxdigit          = NTDLL.isxdigit
    50         NTDLL_labs              = NTDLL.labs
    51         NTDLL_log               = NTDLL.log
    52         NTDLL_mbstowcs          = NTDLL.mbstowcs
    53         NTDLL_memchr            = NTDLL.memchr
    54         NTDLL_memcmp            = NTDLL.memcmp
    55         NTDLL_memcpy            = NTDLL.memcpy
    56         NTDLL_memset            = NTDLL.memset
    57         NTDLL_pow               = NTDLL.pow
    58         NTDLL_qsort             = NTDLL.qsort   
    59         NTDLL_sin               = NTDLL.sin
    60         NTDLL_sprintf           = NTDLL.sprintf
    61         NTDLL_sqrt              = NTDLL.sqrt
    62         NTDLL_sscanf            = NTDLL.sscanf
    63         NTDLL_strcat            = NTDLL.strcat
    64         NTDLL_strchr            = NTDLL.strchr
    65         NTDLL_strcmp            = NTDLL.strcmp
    66         NTDLL_strcpy            = NTDLL.strcpy
    67         NTDLL_strcspn           = NTDLL.strcspn
    68         NTDLL_strlen            = NTDLL.strlen
    69         NTDLL_strncat           = NTDLL.strncat
    70         NTDLL_strncmp           = NTDLL.strncmp
    71         NTDLL_strncpy           = NTDLL.strncpy
    72         NTDLL_strpbrk           = NTDLL.strpbrk
    73         NTDLL_strrchr           = NTDLL.strrchr
    74         NTDLL_strspn            = NTDLL.strspn
    75         NTDLL_strstr            = NTDLL.strstr
    76         NTDLL_swprintf          = NTDLL.swprintf
    77         NTDLL_tan               = NTDLL.tan     
    78         NTDLL_tolower           = NTDLL.tolower
    79         NTDLL_toupper           = NTDLL.toupper
    80         NTDLL_towlower          = NTDLL.towlower
    81         NTDLL_towupper          = NTDLL.towupper
    82         NTDLL_vsprintf          = NTDLL.vsprintf
    83         NTDLL_wcscat            = NTDLL.wcscat 
    84         NTDLL_wcschr            = NTDLL.wcschr 
    85         NTDLL_wcscmp            = NTDLL.wcscmp 
    86         NTDLL_wcscpy            = NTDLL.wcscpy 
    87         NTDLL_wcscspn           = NTDLL.wcscspn
    88         NTDLL_wcslen            = NTDLL.wcslen 
    89         NTDLL_wcsncat           = NTDLL.wcsncat
    90         NTDLL_wcsncmp           = NTDLL.wcsncmp
    91         NTDLL_wcsncpy           = NTDLL.wcsncpy
    92         NTDLL_wcspbrk           = NTDLL.wcspbrk
    93         NTDLL_wcsrchr           = NTDLL.wcsrchr
    94         NTDLL_wcsspn            = NTDLL.wcsspn 
    95         NTDLL_wcsstr            = NTDLL.wcsstr 
    96         NTDLL_wcstok            = NTDLL.wcstok
    97         NTDLL_wcstol            = NTDLL.wcstol
    98         NTDLL_wcstombs          = NTDLL.wcstombs
    99         NTDLL_wcstoul           = NTDLL.wcstoul
    100 
    101 ; Forwarded APIs - CRTDLL
    102         CRTDLL___dllonexit      = CRTDLL.__dllonexit
    103         CRTDLL___doserrno       = CRTDLL.__doserrno
    104         CRTDLL___fpecode        = CRTDLL.__fpecode
    105         CRTDLL___isascii        = CRTDLL.__isascii
    106         CRTDLL___iscsym         = CRTDLL.__iscsym
    107         CRTDLL___iscsymf        = CRTDLL.__iscsymf
    108         CRTDLL___threadhandle   = CRTDLL.__threadhandle
    109         CRTDLL___threadid       = CRTDLL.__threadid
    110 
    111         CRTDLL__CIacos          = CRTDLL._CIacos
    112         CRTDLL__CIasin          = CRTDLL._CIasin
    113         CRTDLL__CIatan          = CRTDLL._CIatan
    114         CRTDLL__CIatan2         = CRTDLL._CIatan2
    115         CRTDLL__CIcos           = CRTDLL._CIcos
    116         CRTDLL__CIcosh          = CRTDLL._CIcosh
    117         CRTDLL__CIexp           = CRTDLL._CIexp
    118         CRTDLL__CIfmod          = CRTDLL._CIfmod
    119         CRTDLL__CIlog           = CRTDLL._CIlog
    120         CRTDLL__CIlog10         = CRTDLL._CIlog10
    121         CRTDLL__CIsin           = CRTDLL._CIsin
    122         CRTDLL__CIsinh          = CRTDLL._CIsinh
    123         CRTDLL__CIsqrt          = CRTDLL._CIsqrt
    124         CRTDLL__CItan           = CRTDLL._CItan
    125         CRTDLL__CItanh          = CRTDLL._CItanh
    126         CRTDLL__abnormal_termination = CRTDLL._abnormal_termination
    127         CRTDLL__access          = CRTDLL._access
    128         CRTDLL__amsg_exit       = CRTDLL._amsg_exit
    129         CRTDLL__assert          = CRTDLL._assert
    130         CRTDLL__beep            = CRTDLL._beep
    131         CRTDLL__beginthread     = CRTDLL._beginthread
    132         CRTDLL__c_exit          = CRTDLL._c_exit
    133         CRTDLL__cabs            = CRTDLL._cabs
    134         CRTDLL__cexit           = CRTDLL._cexit
    135         CRTDLL__cgets           = CRTDLL._cgets
    136         CRTDLL__chdir           = CRTDLL._chdir
    137         CRTDLL__chdrive         = CRTDLL._chdrive
    138         CRTDLL__chgsign         = CRTDLL._chgsign
    139         CRTDLL__chmod           = CRTDLL._chmod
    140         CRTDLL__chsize          = CRTDLL._chsize
    141         CRTDLL__clearfp         = CRTDLL._clearfp
    142         CRTDLL__close           = CRTDLL._close
    143         CRTDLL__commit          = CRTDLL._commit
    144         CRTDLL__control87       = CRTDLL._control87
    145         CRTDLL__controlfp       = CRTDLL._controlfp
    146         CRTDLL__copysign        = CRTDLL._copysign
    147         CRTDLL__cprintf         = CRTDLL._cprintf
    148         CRTDLL__cputs           = CRTDLL._cputs
    149         CRTDLL__creat           = CRTDLL._creat
    150         CRTDLL__cscanf          = CRTDLL._cscanf
    151         CRTDLL__cwait           = CRTDLL._cwait
    152         CRTDLL__dup             = CRTDLL._dup
    153         CRTDLL__dup2            = CRTDLL._dup2
    154         CRTDLL__ecvt            = CRTDLL._ecvt
    155         CRTDLL__endthread       = CRTDLL._endthread
    156         CRTDLL__eof             = CRTDLL._eof
    157         CRTDLL__errno           = CRTDLL._errno
    158         CRTDLL__except_handler2 = CRTDLL._except_handler2
    159         CRTDLL__execl           = CRTDLL._execl
    160         CRTDLL__execle          = CRTDLL._execle
    161         CRTDLL__execlp          = CRTDLL._execlp
    162         CRTDLL__execlpe         = CRTDLL._execlpe
    163         CRTDLL__execv           = CRTDLL._execv
    164         CRTDLL__execve          = CRTDLL._execve
    165         CRTDLL__execvp          = CRTDLL._execvp
    166         CRTDLL__execvpe         = CRTDLL._execvpe
    167         CRTDLL__exit            = CRTDLL._exit
    168         CRTDLL__expand          = CRTDLL._expand
    169         CRTDLL__fcloseall       = CRTDLL._fcloseall
    170         CRTDLL__fcvt            = CRTDLL._fcvt
    171         CRTDLL__fdopen          = CRTDLL._fdopen
    172         CRTDLL__fgetchar        = CRTDLL._fgetchar
    173         CRTDLL__fgetwchar       = CRTDLL._fgetwchar
    174         CRTDLL__filbuf          = CRTDLL._filbuf
    175         CRTDLL__filelength      = CRTDLL._filelength
    176         CRTDLL__fileno          = CRTDLL._fileno
    177         CRTDLL__findclose       = CRTDLL._findclose
    178         CRTDLL__findfirst       = CRTDLL._findfirst
    179         CRTDLL__findnext        = CRTDLL._findnext
    180         CRTDLL__finite          = CRTDLL._finite
    181         CRTDLL__flsbuf          = CRTDLL._flsbuf
    182         CRTDLL__flushall        = CRTDLL._flushall
    183         CRTDLL__fpclass         = CRTDLL._fpclass
    184         CRTDLL__fpieee_flt      = CRTDLL._fpieee_flt
    185         CRTDLL__fpreset         = CRTDLL._fpreset
    186         CRTDLL__fputchar        = CRTDLL._fputchar
    187         CRTDLL__fputwchar       = CRTDLL._fputwchar
    188         CRTDLL__fsopen          = CRTDLL._fsopen
    189         CRTDLL__fstat           = CRTDLL._fstat
    190         CRTDLL__ftime           = CRTDLL._ftime
    191         CRTDLL__fullpath        = CRTDLL._fullpath
    192         CRTDLL__futime          = CRTDLL._futime
    193         CRTDLL__gcvt            = CRTDLL._gcvt
    194         CRTDLL__get_osfhandle   = CRTDLL._get_osfhandle
    195         CRTDLL__getch           = CRTDLL._getch
    196         CRTDLL__getche          = CRTDLL._getche
    197         CRTDLL__getcwd          = CRTDLL._getcwd
    198         CRTDLL__getdcwd         = CRTDLL._getdcwd
    199         CRTDLL__getdiskfree     = CRTDLL._getdiskfree
    200         CRTDLL__getdrive        = CRTDLL._getdrive
    201         CRTDLL__getdrives       = CRTDLL._getdrives
    202         CRTDLL__getpid          = CRTDLL._getpid
    203         CRTDLL__getsystime      = CRTDLL._getsystime
    204         CRTDLL__getw            = CRTDLL._getw
    205         CRTDLL__getws           = CRTDLL._getws
    206         CRTDLL__global_unwind2  = CRTDLL._global_unwind2
    207         CRTDLL__heapchk         = CRTDLL._heapchk
    208         CRTDLL__heapmin         = CRTDLL._heapmin
    209         CRTDLL__heapset         = CRTDLL._heapset
    210         CRTDLL__heapwalk        = CRTDLL._heapwalk
    211         CRTDLL__hypot           = CRTDLL._hypot
    212         CRTDLL__iob             = CRTDLL._iob
    213         CRTDLL__isatty          = CRTDLL._isatty
    214         CRTDLL__isctype         = CRTDLL._isctype
    215         CRTDLL__ismbbalnum      = CRTDLL._ismbbalnum
    216         CRTDLL__ismbbalpha      = CRTDLL._ismbbalpha
    217         CRTDLL__ismbbgraph      = CRTDLL._ismbbgraph
    218         CRTDLL__ismbbkalnum     = CRTDLL._ismbbkalnum
    219         CRTDLL__ismbbkana       = CRTDLL._ismbbkana
    220         CRTDLL__ismbbkpunct     = CRTDLL._ismbbkpunct
    221         CRTDLL__ismbblead       = CRTDLL._ismbblead
    222         CRTDLL__ismbbprint      = CRTDLL._ismbbprint
    223         CRTDLL__ismbbpunct      = CRTDLL._ismbbpunct
    224         CRTDLL__ismbbtrail      = CRTDLL._ismbbtrail
    225         CRTDLL__ismbcalpha      = CRTDLL._ismbcalpha
    226         CRTDLL__ismbcdigit      = CRTDLL._ismbcdigit
    227         CRTDLL__ismbchira       = CRTDLL._ismbchira
    228         CRTDLL__ismbckata       = CRTDLL._ismbckata
    229         CRTDLL__ismbcl0         = CRTDLL._ismbcl0
    230         CRTDLL__ismbcl1         = CRTDLL._ismbcl1
    231         CRTDLL__ismbcl2         = CRTDLL._ismbcl2
    232         CRTDLL__ismbclegal      = CRTDLL._ismbclegal
    233         CRTDLL__ismbclower      = CRTDLL._ismbclower
    234         CRTDLL__ismbcprint      = CRTDLL._ismbcprint
    235         CRTDLL__ismbcspace      = CRTDLL._ismbcspace
    236         CRTDLL__ismbcsymbol     = CRTDLL._ismbcsymbol
    237         CRTDLL__ismbcupper      = CRTDLL._ismbcupper
    238         CRTDLL__ismbslead       = CRTDLL._ismbslead
    239         CRTDLL__ismbstrail      = CRTDLL._ismbstrail
    240         CRTDLL__isnan           = CRTDLL._isnan
    241         CRTDLL__j0              = CRTDLL._j0
    242         CRTDLL__j1              = CRTDLL._j1
    243         CRTDLL__jn              = CRTDLL._jn
    244         CRTDLL__kbhit           = CRTDLL._kbhit
    245         CRTDLL__lfind           = CRTDLL._lfind
    246         CRTDLL__loaddll         = CRTDLL._loaddll
    247         CRTDLL__local_unwind2   = CRTDLL._local_unwind2
    248         CRTDLL__locking         = CRTDLL._locking       
    249         CRTDLL__logb            = CRTDLL._logb
    250         CRTDLL__lrotl           = CRTDLL._lrotl
    251         CRTDLL__lrotr           = CRTDLL._lrotr
    252         CRTDLL__lsearch         = CRTDLL._lsearch
    253         CRTDLL__lseek           = CRTDLL._lseek
    254         CRTDLL__makepath        = CRTDLL._makepath
    255         CRTDLL__mbbtombc        = CRTDLL._mbbtombc
    256         CRTDLL__mbbtype         = CRTDLL._mbbtype
    257         CRTDLL__mbccpy          = CRTDLL._mbccpy
    258         CRTDLL__mbcjistojms     = CRTDLL._mbcjistojms
    259         CRTDLL__mbcjmstojis     = CRTDLL._mbcjmstojis
    260         CRTDLL__mbclen          = CRTDLL._mbclen
    261         CRTDLL__mbctohira       = CRTDLL._mbctohira
    262         CRTDLL__mbctokata       = CRTDLL._mbctokata
    263         CRTDLL__mbctolower      = CRTDLL._mbctolower
    264         CRTDLL__mbctombb        = CRTDLL._mbctombb
    265         CRTDLL__mbctoupper      = CRTDLL._mbctoupper
    266         CRTDLL__mbsbtype        = CRTDLL._mbsbtype
    267         CRTDLL__mbscat          = CRTDLL._mbscat
    268         CRTDLL__mbschr          = CRTDLL._mbschr
    269         CRTDLL__mbscmp          = CRTDLL._mbscmp
    270         CRTDLL__mbscpy          = CRTDLL._mbscpy
    271         CRTDLL__mbscspn         = CRTDLL._mbscspn
    272         CRTDLL__mbsdec          = CRTDLL._mbsdec
    273         CRTDLL__mbsdup          = CRTDLL._mbsdup
    274         CRTDLL__mbsicmp         = CRTDLL._mbsicmp
    275         CRTDLL__mbsinc          = CRTDLL._mbsinc
    276         CRTDLL__mbslen          = CRTDLL._mbslen
    277         CRTDLL__mbslwr          = CRTDLL._mbslwr
    278         CRTDLL__mbsnbcat        = CRTDLL._mbsnbcat
    279         CRTDLL__mbsnbcmp        = CRTDLL._mbsnbcmp
    280         CRTDLL__mbsnbcnt        = CRTDLL._mbsnbcnt
    281         CRTDLL__mbsnbcpy        = CRTDLL._mbsnbcpy
    282         CRTDLL__mbsnbicmp       = CRTDLL._mbsnbicmp
    283         CRTDLL__mbsnbset        = CRTDLL._mbsnbset
    284         CRTDLL__mbsncat         = CRTDLL._mbsncat
    285         CRTDLL__mbsnccnt        = CRTDLL._mbsnccnt
    286         CRTDLL__mbsncmp         = CRTDLL._mbsncmp
    287         CRTDLL__mbsncpy         = CRTDLL._mbsncpy
    288         CRTDLL__mbsnextc        = CRTDLL._mbsnextc
    289         CRTDLL__mbsnicmp        = CRTDLL._mbsnicmp
    290         CRTDLL__mbsninc         = CRTDLL._mbsninc
    291         CRTDLL__mbsnset         = CRTDLL._mbsnset
    292         CRTDLL__mbspbrk         = CRTDLL._mbspbrk
    293         CRTDLL__mbsrchr         = CRTDLL._mbsrchr
    294         CRTDLL__mbsrev          = CRTDLL._mbsrev
    295         CRTDLL__mbsset          = CRTDLL._mbsset
    296         CRTDLL__mbsspn          = CRTDLL._mbsspn
    297         CRTDLL__mbsspnp         = CRTDLL._mbsspnp
    298         CRTDLL__mbsstr          = CRTDLL._mbsstr
    299         CRTDLL__mbstok          = CRTDLL._mbstok
    300         CRTDLL__mbstrlen        = CRTDLL._mbstrlen
    301         CRTDLL__mbsupr          = CRTDLL._mbsupr
    302         CRTDLL__memccpy         = CRTDLL._memccpy
    303         CRTDLL__mkdir           = CRTDLL._mkdir
    304         CRTDLL__mktemp          = CRTDLL._mktemp
    305         CRTDLL__msize           = CRTDLL._msize
    306         CRTDLL__nextafter       = CRTDLL._nextafter
    307         CRTDLL__onexit          = CRTDLL._onexit
    308         CRTDLL__open            = CRTDLL._open
    309         CRTDLL__open_osfhandle  = CRTDLL._open_osfhandle
    310         CRTDLL__pclose          = CRTDLL._pclose
    311         CRTDLL__pipe            = CRTDLL._pipe
    312         CRTDLL__popen           = CRTDLL._popen
    313         CRTDLL__purecall        = CRTDLL._purecall
    314         CRTDLL__putch           = CRTDLL._putch
    315         CRTDLL__putenv          = CRTDLL._putenv
    316         CRTDLL__putw            = CRTDLL._putw
    317         CRTDLL__read            = CRTDLL._read
    318         CRTDLL__rmdir           = CRTDLL._rmdir
    319         CRTDLL__rmtmp           = CRTDLL._rmtmp
    320         CRTDLL__rotl            = CRTDLL._rotl
    321         CRTDLL__rotr            = CRTDLL._rotr
    322         CRTDLL__scalb           = CRTDLL._scalb
    323         CRTDLL__searchenv       = CRTDLL._searchenv
    324         CRTDLL__setjmp          = CRTDLL._setjmp
    325         CRTDLL__setmode         = CRTDLL._setmode
    326         CRTDLL__seterrormode    = CRTDLL._seterrormode
    327         CRTDLL__setsystime      = CRTDLL._setsystime
    328         CRTDLL__spawnl          = CRTDLL._spawnl
    329         CRTDLL__spawnle         = CRTDLL._spawnle
    330         CRTDLL__spawnlp         = CRTDLL._spawnlp
    331         CRTDLL__spawnlpe        = CRTDLL._spawnlpe
    332         CRTDLL__spawnv          = CRTDLL._spawnv
    333         CRTDLL__spawnve         = CRTDLL._spawnve
    334         CRTDLL__spawnvp         = CRTDLL._spawnvp
    335         CRTDLL__spawnvpe        = CRTDLL._spawnvpe
    336         CRTDLL__sleep           = CRTDLL._sleep
    337         CRTDLL__sopen           = CRTDLL._sopen
    338         CRTDLL__stat            = CRTDLL._stat
    339         CRTDLL__statusfp        = CRTDLL._statusfp
    340         CRTDLL__strdate         = CRTDLL._strdate
    341         CRTDLL__strdup          = CRTDLL._strdup
    342         CRTDLL__strerror        = CRTDLL._strerror
    343         CRTDLL__stricoll        = CRTDLL._stricoll
    344         CRTDLL__strnset         = CRTDLL._strnset
    345         CRTDLL__strrev          = CRTDLL._strrev
    346         CRTDLL__strset          = CRTDLL._strset
    347         CRTDLL__strtime         = CRTDLL._strtime
    348         CRTDLL__swab            = CRTDLL._swab
    349         CRTDLL__sys_errlist     = CRTDLL.sys_errlist
    350         CRTDLL__tell            = CRTDLL._tell
    351         CRTDLL__tempnam         = CRTDLL._tempnam
    352         CRTDLL__tolower         = CRTDLL._tolower
    353         CRTDLL__toupper         = CRTDLL._toupper
    354         CRTDLL__tzset           = CRTDLL._tzset
    355         CRTDLL__tzname          = CRTDLL._tzname
    356         CRTDLL__ungetch         = CRTDLL._ungetch
    357         CRTDLL__unlink          = CRTDLL._unlink
    358         CRTDLL__unloaddll       = CRTDLL._unloaddll
    359         CRTDLL__utime           = CRTDLL._utime
    360         CRTDLL__vsnwprintf      = CRTDLL._vsnwprintf
    361         CRTDLL__wcsdup          = CRTDLL._wcsdup
    362         CRTDLL__wcsicoll        = CRTDLL._wcsicoll
    363         CRTDLL__wcsnset         = CRTDLL._wcsnset
    364         CRTDLL__wcsrev          = CRTDLL._wcsrev
    365         CRTDLL__wcsset          = CRTDLL._wcsset
    366         CRTDLL__write           = CRTDLL._write
    367         CRTDLL__XcptFilter      = CRTDLL._XcptFilter
    368         CRTDLL__y0              = CRTDLL._y0
    369         CRTDLL__y1              = CRTDLL._y1
    370         CRTDLL__yn              = CRTDLL._yn
    371         CRTDLL_abort            = CRTDLL.abort
    372         CRTDLL_acos             = CRTDLL.acos
    373         CRTDLL_asctime          = CRTDLL.asctime
    374         CRTDLL_asin             = CRTDLL.asin
    375         CRTDLL_atan2            = CRTDLL.atan2
    376         CRTDLL_atexit           = CRTDLL.atexit
    377         CRTDLL_atof             = CRTDLL.atof
    378         CRTDLL_bsearch          = CRTDLL.bsearch
    379         CRTDLL_calloc           = CRTDLL.calloc
    380         CRTDLL_clearerr         = CRTDLL.clearerr
    381         CRTDLL_clock            = CRTDLL.clock
    382         CRTDLL_cosh             = CRTDLL.cosh
    383         CRTDLL_ctime            = CRTDLL.ctime
    384         CRTDLL_ctype            = CRTDLL.ctype
    385         CRTDLL_difftime         = CRTDLL.difftime
    386         CRTDLL_div              = CRTDLL.div
    387         CRTDLL_exit             = CRTDLL.exit
    388         CRTDLL_exp              = CRTDLL.exp
    389         CRTDLL_fclose           = CRTDLL.fclose
    390         CRTDLL_feof             = CRTDLL.feof
    391         CRTDLL_ferror           = CRTDLL.ferror
    392         CRTDLL_fflush           = CRTDLL.fflush
    393         CRTDLL_fgetc            = CRTDLL.fgetc
    394         CRTDLL_fgetpos          = CRTDLL.fgetpos
    395         CRTDLL_fgets            = CRTDLL.fgets
    396         CRTDLL_fgetwc           = CRTDLL.fgetwc
    397         CRTDLL_fmod             = CRTDLL.fmod
    398         CRTDLL_fopen            = CRTDLL.fopen
    399         CRTDLL_fprintf          = CRTDLL.fprintf
    400         CRTDLL_fputc            = CRTDLL.fputc
    401         CRTDLL_fputs            = CRTDLL.fputs
    402         CRTDLL_fputwc           = CRTDLL.fputwc
    403         CRTDLL_fread            = CRTDLL.fread
    404         CRTDLL_free             = CRTDLL.free
    405         CRTDLL_freopen          = CRTDLL.freopen
    406         CRTDLL_frexp            = CRTDLL.frexp
    407         CRTDLL_fscanf           = CRTDLL.fscanf
    408         CRTDLL_fseek            = CRTDLL.fseek
    409         CRTDLL_fsetpos          = CRTDLL.fsetpos
    410         CRTDLL_ftell            = CRTDLL.ftell
    411         CRTDLL_fwprintf         = CRTDLL.fwprintf
    412         CRTDLL_fwrite           = CRTDLL.fwrite
    413         CRTDLL_fwscanf          = CRTDLL.fwscanf
    414         CRTDLL_getc             = CRTDLL.getc
    415         CRTDLL_getchar          = CRTDLL.getchar
    416         CRTDLL_getenv           = CRTDLL.getenv
    417         CRTDLL_gets             = CRTDLL.gets
    418         CRTDLL_gmtime           = CRTDLL.gmtime
    419         CRTDLL_is_wctype        = CRTDLL.is_wctype
    420         CRTDLL_isalnum          = CRTDLL.isalnum
    421         CRTDLL_iscntrl          = CRTDLL.iscntrl
    422         CRTDLL_isgraph          = CRTDLL.isgraph
    423         CRTDLL_isleadbyte       = CRTDLL.isleadbyte
    424         CRTDLL_ispunct          = CRTDLL.ispunct
    425         CRTDLL_iswalnum         = CRTDLL.iswalnum
    426         CRTDLL_iswascii         = CRTDLL.iswascii
    427         CRTDLL_iswcntrl         = CRTDLL.iswcntrl
    428         CRTDLL_iswdigit         = CRTDLL.iswdigit
    429         CRTDLL_iswgraph         = CRTDLL.iswgraph
    430         CRTDLL_iswlower         = CRTDLL.iswlower
    431         CRTDLL_iswprint         = CRTDLL.iswprint
    432         CRTDLL_iswpunct         = CRTDLL.iswpunct
    433         CRTDLL_iswspace         = CRTDLL.iswspace
    434         CRTDLL_iswupper         = CRTDLL.iswupper
    435         CRTDLL_iswxdigit        = CRTDLL.iswxdigit
    436         CRTDLL_ldexp            = CRTDLL.ldexp
    437         CRTDLL_ldiv             = CRTDLL.ldiv
    438         CRTDLL_localeconv       = CRTDLL.localeconv
    439         CRTDLL_localtime        = CRTDLL.localtime
    440         CRTDLL_log10            = CRTDLL.log10
    441         CRTDLL_longjmp          = CRTDLL.longjmp
    442         CRTDLL_malloc           = CRTDLL.malloc
    443         CRTDLL_mbctype          = CRTDLL.mbctype
    444         CRTDLL_mblen            = CRTDLL.mblen
    445         CRTDLL_mbtowc           = CRTDLL.mbtowc
    446         CRTDLL_mktime           = CRTDLL.mktime
    447         CRTDLL_modf             = CRTDLL.modf
    448         CRTDLL_perror           = CRTDLL.perror
    449         CRTDLL_printf           = CRTDLL.printf
    450         CRTDLL_putc             = CRTDLL.putc
    451         CRTDLL_putchar          = CRTDLL.putchar
    452         CRTDLL_puts             = CRTDLL.puts
    453         CRTDLL_raise            = CRTDLL.raise
    454         CRTDLL_rand             = CRTDLL.rand
    455         CRTDLL_realloc          = CRTDLL.realloc
    456         CRTDLL_remove           = CRTDLL.remove
    457         CRTDLL_rename           = CRTDLL.rename
    458         CRTDLL_rewind           = CRTDLL.rewind
    459         CRTDLL_scanf            = CRTDLL.scanf
    460         CRTDLL_setbuf           = CRTDLL.setbuf
    461         CRTDLL_setlocale        = CRTDLL.setlocale
    462         CRTDLL_setvbuf          = CRTDLL.setvbuf
    463         CRTDLL_signal           = CRTDLL.signal
    464         CRTDLL_sinh             = CRTDLL.sinh
    465         CRTDLL_srand            = CRTDLL.srand
    466         CRTDLL_strcoll          = CRTDLL.strcoll
    467         CRTDLL_strerror         = CRTDLL.strerror
    468         CRTDLL_strftime         = CRTDLL.strftime
    469         CRTDLL_strtod           = CRTDLL.strtod
    470         CRTDLL_strtok           = CRTDLL.strtok
    471         CRTDLL_strtol           = CRTDLL.strtol
    472         CRTDLL_strtoul          = CRTDLL.strtoul
    473         CRTDLL_strxfrm          = CRTDLL.strxfrm
    474         CRTDLL_swscanf          = CRTDLL.swscanf
    475         CRTDLL_system           = CRTDLL.system
    476         CRTDLL_tanh             = CRTDLL.tanh
    477         CRTDLL_time             = CRTDLL.time
    478         CRTDLL_tmpfile          = CRTDLL.tmpfile
    479         CRTDLL_tmpnam           = CRTDLL.tmpnam
    480         CRTDLL_ungetc           = CRTDLL.ungetc
    481         CRTDLL_ungetwc          = CRTDLL.ungetwc
    482         CRTDLL_vfprintf         = CRTDLL.vfprintf
    483         CRTDLL_vfwprintf        = CRTDLL.vfwprintf
    484         CRTDLL_vprintf          = CRTDLL.vprintf
    485         CRTDLL_vswprintf        = CRTDLL.vswprintf
    486         CRTDLL_vwprintf         = CRTDLL.vwprintf
    487         CRTDLL_wcscoll          = CRTDLL.wcscoll
    488         CRTDLL_wcsftime         = CRTDLL.wcsftime
    489         CRTDLL_wcstod           = CRTDLL.wcstod
    490         CRTDLL_wcsxfrm          = CRTDLL.wcsxfrm
    491         CRTDLL_wctomb           = CRTDLL.wctomb
    492         CRTDLL_wprintf          = CRTDLL.wprintf
    493         CRTDLL_wscanf           = CRTDLL.wscanf
    4947
    4958EXPORTS
     
    50619    ?unexpected@@YAXXZ          = _MSVCRT_EXP47                 @418
    50720    $I10_OUTPUT                 = _MSVCRT_EXP49                 @438
    508     _CIacos                     = CRTDLL__CIacos                @439
    509     _CIasin                     = CRTDLL__CIasin                @440
    510     _CIatan                     = CRTDLL__CIatan                @441
    511     _CIatan2                    = CRTDLL__CIatan2               @442
    512     _CIcos                      = CRTDLL__CIcos                 @443
    513     _CIcosh                     = CRTDLL__CIcosh                @444
    514     _CIexp                      = CRTDLL__CIexp                 @445
    515     _CIfmod                     = CRTDLL__CIfmod                @446
    516     _CIlog                      = CRTDLL__CIlog                 @447
    517     _CIlog10                    = CRTDLL__CIlog10               @448
    518     _CIpow                      = NTDLL__CIpow                  @449
    519     _CIsin                      = CRTDLL__CIsin                 @450
    520     _CIsinh                     = CRTDLL__CIsinh                @451
    521     _CIsqrt                     = CRTDLL__CIsqrt                @452
    522     _CItan                      = CRTDLL__CItan                 @453
    523     _CItanh                     = CRTDLL__CItanh                @454
     21    _CIacos                     = _CRTDLL__CIacos               @439
     22    _CIasin                     = _CRTDLL__CIasin               @440
     23    _CIatan                     = _CRTDLL__CIatan               @441
     24    _CIatan2                    = _CRTDLL__CIatan2              @442
     25    _CIcos                      = _CRTDLL__CIcos                @443
     26    _CIcosh                     = _CRTDLL__CIcosh               @444
     27    _CIexp                      = _CRTDLL__CIexp                @445
     28    _CIfmod                     = _CRTDLL__CIfmod               @446
     29    _CIlog                      = _CRTDLL__CIlog                @447
     30    _CIlog10                    = _CRTDLL__CIlog10              @448
     31    _CIpow                      = _CRTDLL__CIpow                @449
     32    _CIsin                      = _CRTDLL__CIsin                @450
     33    _CIsinh                     = _CRTDLL__CIsinh               @451
     34    _CIsqrt                     = _CRTDLL__CIsqrt               @452
     35    _CItan                      = _CRTDLL__CItan                @453
     36    _CItanh                     = _CRTDLL__CItanh               @454
    52437    _CxxThrowException          = _MSVCRT__CxxThrowException    @455
    52538    _HUGE                       = MSVCRT__HUGE                  @456
    526     _XcptFilter                 = CRTDLL__XcptFilter            @457
     39    _XcptFilter                 = _CRTDLL__XcptFilter           @457
    52740    __CxxFrameHandler           = _MSVCRT___CxxFrameHandler     @458
    52841;   __CxxLongjmpUnwind                                          @459
     
    53043    __argc                      = MSVCRT___argc                 @461
    53144    __argv                      = MSVCRT___argv                 @462
    532     __dllonexit                 = CRTDLL___dllonexit            @463
    533     __doserrno                  = CRTDLL___doserrno             @464
    534     __fpecode                   = CRTDLL___fpecode              @465
     45    __dllonexit                 = _CRTDLL___dllonexit           @463
     46    __doserrno                  = _CRTDLL___doserrno            @464
     47    __fpecode                   = _CRTDLL___fpecode             @465
    53548    __getmainargs               = _MSVCRT___GetMainArgs         @466
    53649    __initenv                   = _MSVCRT___initenv             @467
    537     __isascii                   = CRTDLL___isascii              @468
    538     __iscsym                    = CRTDLL___iscsym               @469
    539     __iscsymf                   = CRTDLL___iscsymf              @470
     50    __isascii                   = _CRTDLL___isascii             @468
     51    __iscsym                    = _CRTDLL___iscsym              @469
     52    __iscsymf                   = _CRTDLL___iscsymf             @470
    54053;   __lconv_init                                                @471
    54154    __mb_cur_max                = MSVCRT___mb_cur_max           @472
     
    56982
    57083
    571     __threadhandle              = CRTDLL___threadhandle         @500
    572     __threadid                  = CRTDLL___threadid             @501
    573 ;   __toascii                   = CRTDLL___toascii              @502
     84    __threadhandle              = _CRTDLL___threadhandle        @500
     85    __threadid                  = _CRTDLL___threadid            @501
     86;   __toascii                   = _CRTDLL___toascii             @502
    57487    __wargv                                                     @503
    57588;   __wgetmainargs                                              @504
    57689;   __winitenv                                                  @505
    577     _abnormal_termination       = CRTDLL__abnormal_termination  @506
    578     _access                     = CRTDLL__access                @507
     90    _abnormal_termination       = _CRTDLL__abnormal_termination @506
     91    _access                     = _CRTDLL__access               @507
    57992    _acmdln                     = MSVCRT__acmdln                @508
    58093;   _adj_fdiv_m16i                                              @509
     
    593106    _adjust_fdiv                = _MSVCRT__adjust_fdiv          @522
    594107    _aexit_rtn                  = _MSVCRT__aexit_rtn            @523
    595     _amsg_exit                  = CRTDLL__amsg_exit             @524
    596     _assert                     = CRTDLL__assert                @525
     108    _amsg_exit                  = _CRTDLL__amsg_exit            @524
     109    _assert                     = _CRTDLL__assert               @525
    597110;   _atodbl                                                     @526
    598111;   _atoldbl                                                    @527
    599     _beep                       = CRTDLL__beep                  @528
    600     _beginthread                = CRTDLL__beginthread           @529
     112    _beep                       = _CRTDLL__beep                 @528
     113    _beginthread                = _CRTDLL__beginthread          @529
    601114    _beginthreadex              = _MSVCRT__beginthreadex        @530
    602     _c_exit                     = CRTDLL__c_exit                @531
    603     _cabs                       = CRTDLL__cabs                  @532
    604     _cexit                      = CRTDLL__cexit                 @533
    605     _cgets                      = CRTDLL__cgets                 @534
    606     _chdir                      = CRTDLL__chdir                 @535
    607     _chdrive                    = CRTDLL__chdrive               @536
    608     _chgsign                    = CRTDLL__chgsign               @537
    609     _chmod                      = CRTDLL__chmod                 @538
    610     _chsize                     = CRTDLL__chsize                @539
    611     _clearfp                    = CRTDLL__clearfp               @540
    612     _close                      = CRTDLL__close                 @541
    613     _commit                     = CRTDLL__commit                @542
     115    _c_exit                     = _CRTDLL__c_exit               @531
     116    _cabs                       = _CRTDLL__cabs                 @532
     117    _cexit                      = _CRTDLL__cexit                @533
     118    _cgets                      = _CRTDLL__cgets                @534
     119    _chdir                      = _CRTDLL__chdir                @535
     120    _chdrive                    = _CRTDLL__chdrive              @536
     121    _chgsign                    = _CRTDLL__chgsign              @537
     122    _chmod                      = _CRTDLL__chmod                @538
     123    _chsize                     = _CRTDLL__chsize               @539
     124    _clearfp                    = _CRTDLL__clearfp              @540
     125    _close                      = _CRTDLL__close                @541
     126    _commit                     = _CRTDLL__commit               @542
    614127    _commode                    = MSVCRT__commode               @543
    615     _control87                  = CRTDLL__control87             @544
    616     _controlfp                  = CRTDLL__controlfp             @545
    617     _copysign                   = CRTDLL__copysign              @546
    618     _cprintf                    = CRTDLL__cprintf               @547
    619     _cputs                      = CRTDLL__cputs                 @548
    620     _creat                      = CRTDLL__creat                 @549
    621     _cscanf                     = CRTDLL__cscanf                @550
     128    _control87                  = _CRTDLL__control87            @544
     129    _controlfp                  = _CRTDLL__controlfp            @545
     130    _copysign                   = _CRTDLL__copysign             @546
     131    _cprintf                    = _CRTDLL__cprintf              @547
     132    _cputs                      = _CRTDLL__cputs                @548
     133    _creat                      = _CRTDLL__creat                @549
     134    _cscanf                     = _CRTDLL__cscanf               @550
    622135    _ctype                      = CRTDLL_ctype                  @551
    623     _cwait                      = CRTDLL__cwait                 @552
     136    _cwait                      = _CRTDLL__cwait                @552
    624137    _daylight                   = MSVCRT__daylight              @553
    625     _dup                        = CRTDLL__dup                   @554
    626     _dup2                       = CRTDLL__dup2                  @555
    627     _ecvt                       = CRTDLL__ecvt                  @556
    628     _endthread                  = CRTDLL__endthread             @557
     138    _dup                        = _CRTDLL__dup                  @554
     139    _dup2                       = _CRTDLL__dup2                 @555
     140    _ecvt                       = _CRTDLL__ecvt                 @556
     141    _endthread                  = _CRTDLL__endthread            @557
    629142    _endthreadex                = _MSVCRT__endthreadex          @558
    630143    _environ                    = MSVCRT__environ               @559
    631     _eof                        = CRTDLL__eof                   @560
    632     _errno                      = CRTDLL__errno                 @561
    633     _except_handler2            = CRTDLL__except_handler2       @562
     144    _eof                        = _CRTDLL__eof                  @560
     145    _errno                      = _CRTDLL__errno                @561
     146    _except_handler2            = _CRTDLL__except_handler2      @562
    634147    _except_handler3            = _MSVCRT__except_handler3      @563
    635     _execl                      = CRTDLL__execl                 @564
    636     _execle                     = CRTDLL__execle                @565
    637     _execlp                     = CRTDLL__execlp                @566
    638     _execlpe                    = CRTDLL__execlpe               @567
    639     _execv                      = CRTDLL__execv                 @568
    640     _execve                     = CRTDLL__execve                @569
    641     _execvp                     = CRTDLL__execvp                @570
    642     _execvpe                    = CRTDLL__execvpe               @571
    643     _exit                       = CRTDLL__exit                  @572
    644     _expand                     = CRTDLL__expand                @573
    645     _fcloseall                  = CRTDLL__fcloseall             @574
    646     _fcvt                       = CRTDLL__fcvt                  @575
    647     _fdopen                     = CRTDLL__fdopen                @576
    648     _fgetchar                   = CRTDLL__fgetchar              @577
    649     _fgetwchar                  = CRTDLL__fgetwchar             @578
    650     _filbuf                     = CRTDLL__filbuf                @579
     148    _execl                      = _CRTDLL__execl                @564
     149    _execle                     = _CRTDLL__execle               @565
     150    _execlp                     = _CRTDLL__execlp               @566
     151    _execlpe                    = _CRTDLL__execlpe              @567
     152    _execv                      = _CRTDLL__execv                @568
     153    _execve                     = _CRTDLL__execve               @569
     154    _execvp                     = _CRTDLL__execvp               @570
     155    _execvpe                    = _CRTDLL__execvpe              @571
     156    _exit                       = _CRTDLL__exit                 @572
     157    _expand                     = _CRTDLL__expand               @573
     158    _fcloseall                  = _CRTDLL__fcloseall            @574
     159    _fcvt                       = _CRTDLL__fcvt                 @575
     160    _fdopen                     = _CRTDLL__fdopen               @576
     161    _fgetchar                   = _CRTDLL__fgetchar             @577
     162    _fgetwchar                  = _CRTDLL__fgetwchar            @578
     163    _filbuf                     = _CRTDLL__filbuf               @579
    651164    _fileinfo                   = MSVCRT__fileinfo              @580
    652     _filelength                 = CRTDLL__filelength            @581
    653     _fileno                     = CRTDLL__fileno                @582
    654     _findclose                  = CRTDLL__findclose             @583
    655     _findfirst                  = CRTDLL__findfirst             @584
    656     _findnext                   = CRTDLL__findnext              @585
    657     _finite                     = CRTDLL__finite                @586
    658     _flsbuf                     = CRTDLL__flsbuf                @587
    659     _flushall                   = CRTDLL__flushall              @588
     165    _filelength                 = _CRTDLL__filelength           @581
     166    _fileno                     = _CRTDLL__fileno               @582
     167    _findclose                  = _CRTDLL__findclose            @583
     168    _findfirst                  = _CRTDLL__findfirst            @584
     169    _findnext                   = _CRTDLL__findnext             @585
     170    _finite                     = _CRTDLL__finite               @586
     171    _flsbuf                     = _CRTDLL__flsbuf               @587
     172    _flushall                   = _CRTDLL__flushall             @588
    660173    _fmode                      = MSVCRT__fmode                 @589
    661     _fpclass                    = CRTDLL__fpclass               @590
    662     _fpieee_flt                 = CRTDLL__fpieee_flt            @591
    663     _fpreset                    = CRTDLL__fpreset               @592
    664     _fputchar                   = CRTDLL__fputchar              @593
    665     _fputwchar                  = CRTDLL__fputwchar             @594
    666     _fsopen                     = CRTDLL__fsopen                @595
    667     _fstat                      = CRTDLL__fstat                 @596
    668     _ftime                      = CRTDLL__ftime                 @597
    669     _ftol                       = NTDLL__ftol                   @598
    670     _fullpath                   = CRTDLL__fullpath              @599
    671 
    672 
    673     _futime                     = CRTDLL__futime                @600
    674     _gcvt                       = CRTDLL__gcvt                  @601
    675     _get_osfhandle              = CRTDLL__get_osfhandle         @602
    676     _getch                      = CRTDLL__getch                 @603
    677     _getche                     = CRTDLL__getche                @604
    678     _getcwd                     = CRTDLL__getcwd                @605
    679     _getdcwd                    = CRTDLL__getdcwd               @606
    680     _getdiskfree                = CRTDLL__getdiskfree           @607
     174    _fpclass                    = _CRTDLL__fpclass              @590
     175    _fpieee_flt                 = _CRTDLL__fpieee_flt           @591
     176    _fpreset                    = _CRTDLL__fpreset              @592
     177    _fputchar                   = _CRTDLL__fputchar             @593
     178    _fputwchar                  = _CRTDLL__fputwchar            @594
     179    _fsopen                     = _CRTDLL__fsopen               @595
     180    _fstat                      = _CRTDLL__fstat                @596
     181    _ftime                      = _CRTDLL__ftime                @597
     182    _ftol                       = _CRTDLL__ftol                 @598
     183    _fullpath                   = _CRTDLL__fullpath             @599
     184
     185
     186    _futime                     = _CRTDLL__futime               @600
     187    _gcvt                       = _CRTDLL__gcvt                 @601
     188    _get_osfhandle              = _CRTDLL__get_osfhandle        @602
     189    _getch                      = _CRTDLL__getch                @603
     190    _getche                     = _CRTDLL__getche               @604
     191    _getcwd                     = _CRTDLL__getcwd               @605
     192    _getdcwd                    = _CRTDLL__getdcwd              @606
     193    _getdiskfree                = _CRTDLL__getdiskfree          @607
    681194;   _getdllprocaddr                                             @608
    682     _getdrive                   = CRTDLL__getdrive              @609
    683     _getdrives                  = CRTDLL__getdrives             @610
     195    _getdrive                   = _CRTDLL__getdrive             @609
     196    _getdrives                  = _CRTDLL__getdrives            @610
    684197    _getmbcp                    = _MSVCRT__getmbcp              @611
    685     _getpid                     = CRTDLL__getpid                @612
    686     _getsystime                 = CRTDLL__getsystime            @613
    687     _getw                       = CRTDLL__getw                  @614
    688     _getws                      = CRTDLL__getws                 @615
    689     _global_unwind2             = CRTDLL__global_unwind2        @616
     198    _getpid                     = _CRTDLL__getpid               @612
     199    _getsystime                 = _CRTDLL__getsystime           @613
     200    _getw                       = _CRTDLL__getw                 @614
     201;;;    _getws                   = _CRTDLL__getws                @615
     202    _global_unwind2             = _CRTDLL__global_unwind2       @616
    690203    _heapadd                    = _MSVCRT__heapadd              @617
    691     _heapchk                    = CRTDLL__heapchk               @618
    692     _heapmin                    = CRTDLL__heapmin               @619
    693     _heapset                    = CRTDLL__heapset               @620
     204    _heapchk                    = _CRTDLL__heapchk              @618
     205    _heapmin                    = _CRTDLL__heapmin              @619
     206    _heapset                    = _CRTDLL__heapset              @620
    694207;    _heapused                                                  @621
    695     _heapwalk                   = CRTDLL__heapwalk              @622
    696     _hypot                      = CRTDLL__hypot                 @623
     208    _heapwalk                   = _CRTDLL__heapwalk             @622
     209    _hypot                      = _CRTDLL__hypot                @623
    697210    _initterm                   = _DLL_InitTerm                 @624
    698     _iob                        = CRTDLL__iob                   @625
    699     _isatty                     = CRTDLL__isatty                @626
    700     _isctype                    = CRTDLL__isctype               @627
    701     _ismbbalnum                 = CRTDLL__ismbbalnum            @628
    702     _ismbbalpha                 = CRTDLL__ismbbalpha            @629
    703     _ismbbgraph                 = CRTDLL__ismbbgraph            @630
    704     _ismbbkalnum                = CRTDLL__ismbbkalnum           @631
    705     _ismbbkana                  = CRTDLL__ismbbkana             @632
     211    _iob                        = CRTDLL_iob                    @625
     212    _isatty                     = _CRTDLL__isatty               @626
     213    _isctype                    = _CRTDLL__isctype              @627
     214    _ismbbalnum                 = _CRTDLL__ismbbalnum           @628
     215    _ismbbalpha                 = _CRTDLL__ismbbalpha           @629
     216    _ismbbgraph                 = _CRTDLL__ismbbgraph           @630
     217    _ismbbkalnum                = _CRTDLL__ismbbkalnum          @631
     218    _ismbbkana                  = _CRTDLL__ismbbkana            @632
    706219    _ismbbkprint                = _MSVCRT__ismbbkprint          @633
    707     _ismbbkpunct                = CRTDLL__ismbbkpunct           @634
    708     _ismbblead                  = CRTDLL__ismbblead             @635
    709     _ismbbprint                 = CRTDLL__ismbbprint            @636
    710     _ismbbpunct                 = CRTDLL__ismbbpunct            @637
    711     _ismbbtrail                 = CRTDLL__ismbbtrail            @638
     220    _ismbbkpunct                = _CRTDLL__ismbbkpunct          @634
     221    _ismbblead                  = _CRTDLL__ismbblead            @635
     222    _ismbbprint                 = _CRTDLL__ismbbprint           @636
     223    _ismbbpunct                 = _CRTDLL__ismbbpunct           @637
     224    _ismbbtrail                 = _CRTDLL__ismbbtrail           @638
    712225    _ismbcalnum                 = _MSVCRT__ismbcalnum           @639
    713     _ismbcalpha                 = CRTDLL__ismbcalpha            @640
    714     _ismbcdigit                 = CRTDLL__ismbcdigit            @641
     226    _ismbcalpha                 = _CRTDLL__ismbcalpha           @640
     227    _ismbcdigit                 = _CRTDLL__ismbcdigit           @641
    715228    _ismbcgraph                 = _MSVCRT__ismbcgraph           @642
    716     _ismbchira                  = CRTDLL__ismbchira             @643
    717     _ismbckata                  = CRTDLL__ismbckata             @644
    718     _ismbcl0                    = CRTDLL__ismbcl0               @645
    719     _ismbcl1                    = CRTDLL__ismbcl1               @646
    720     _ismbcl2                    = CRTDLL__ismbcl2               @647
    721     _ismbclegal                 = CRTDLL__ismbclegal            @648
    722     _ismbclower                 = CRTDLL__ismbclower            @649
    723     _ismbcprint                 = CRTDLL__ismbcprint            @650
     229    _ismbchira                  = _CRTDLL__ismbchira            @643
     230    _ismbckata                  = _CRTDLL__ismbckata            @644
     231    _ismbcl0                    = _CRTDLL__ismbcl0              @645
     232    _ismbcl1                    = _CRTDLL__ismbcl1              @646
     233    _ismbcl2                    = _CRTDLL__ismbcl2              @647
     234    _ismbclegal                 = _CRTDLL__ismbclegal           @648
     235    _ismbclower                 = _CRTDLL__ismbclower           @649
     236    _ismbcprint                 = _CRTDLL__ismbcprint           @650
    724237    _ismbcpunct                 = _MSVCRT__ismbcpunct           @651
    725     _ismbcspace                 = CRTDLL__ismbcspace            @652
    726     _ismbcsymbol                = CRTDLL__ismbcsymbol           @653
    727     _ismbcupper                 = CRTDLL__ismbcupper            @654
    728     _ismbslead                  = CRTDLL__ismbslead             @655
    729     _ismbstrail                 = CRTDLL__ismbstrail            @656
    730     _isnan                      = CRTDLL__isnan                 @657
    731     _itoa                       = NTDLL__itoa                   @658
     238    _ismbcspace                 = _CRTDLL__ismbcspace           @652
     239    _ismbcsymbol                = _CRTDLL__ismbcsymbol          @653
     240    _ismbcupper                 = _CRTDLL__ismbcupper           @654
     241    _ismbslead                  = _CRTDLL__ismbslead            @655
     242    _ismbstrail                 = _CRTDLL__ismbstrail           @656
     243    _isnan                      = _CRTDLL__isnan                @657
     244    _itoa                       = _CRTDLL__itoa                 @658
    732245    _itow                       = _MSVCRT__itow                 @659
    733     _j0                         = CRTDLL__j0                    @660
    734     _j1                         = CRTDLL__j1                    @661
    735     _jn                         = CRTDLL__jn                    @662
    736     _kbhit                      = CRTDLL__kbhit                 @663
    737     _lfind                      = CRTDLL__lfind                 @664
    738     _loaddll                    = CRTDLL__loaddll               @665
    739     _local_unwind2              = CRTDLL__local_unwind2         @666
    740     _locking                    = CRTDLL__locking               @667
    741     _logb                       = CRTDLL__logb                  @668
    742     _longjmpex                  = CRTDLL_longjmp                @669 ; Not correct
    743     _lrotl                      = CRTDLL__lrotl                 @670
    744     _lrotr                      = CRTDLL__lrotr                 @671
    745     _lsearch                    = CRTDLL__lsearch               @672
    746     _lseek                      = CRTDLL__lseek                 @673
    747     _ltoa                       = NTDLL__ltoa                   @674
     246    _j0                         = _CRTDLL__j0                   @660
     247    _j1                         = _CRTDLL__j1                   @661
     248    _jn                         = _CRTDLL__jn                   @662
     249    _kbhit                      = _CRTDLL__kbhit                @663
     250    _lfind                      = _CRTDLL__lfind                @664
     251    _loaddll                    = _CRTDLL__loaddll              @665
     252    _local_unwind2              = _CRTDLL__local_unwind2        @666
     253    _locking                    = _CRTDLL__locking              @667
     254    _logb                       = _CRTDLL__logb                 @668
     255    _longjmpex                  = _CRTDLL_longjmp               @669 ; Not correct
     256    _lrotl                      = _CRTDLL__lrotl                @670
     257    _lrotr                      = _CRTDLL__lrotr                @671
     258    _lsearch                    = _CRTDLL__lsearch              @672
     259    _lseek                      = _CRTDLL__lseek                @673
     260    _ltoa                       = _CRTDLL__ltoa                 @674
    748261    _ltow                       = _MSVCRT__ltow                 @675
    749     _makepath                   = CRTDLL__makepath              @676
     262    _makepath                   = _CRTDLL__makepath             @676
    750263    _matherr                    = _MSVCRT__matherr              @677
    751     _mbbtombc                   = CRTDLL__mbbtombc              @678
    752     _mbbtype                    = CRTDLL__mbbtype               @679
    753     _mbccpy                     = CRTDLL__mbccpy                @680
    754     _mbcjistojms                = CRTDLL__mbcjistojms           @681
    755     _mbcjmstojis                = CRTDLL__mbcjmstojis           @682
    756     _mbclen                     = CRTDLL__mbclen                @683
    757     _mbctohira                  = CRTDLL__mbctohira             @684
    758     _mbctokata                  = CRTDLL__mbctokata             @685
    759     _mbctolower                 = CRTDLL__mbctolower            @686
    760     _mbctombb                   = CRTDLL__mbctombb              @687
    761     _mbctoupper                 = CRTDLL__mbctoupper            @688
     264    _mbbtombc                   = _CRTDLL__mbbtombc             @678
     265    _mbbtype                    = _CRTDLL__mbbtype              @679
     266    _mbccpy                     = _CRTDLL__mbccpy               @680
     267    _mbcjistojms                = _CRTDLL__mbcjistojms          @681
     268    _mbcjmstojis                = _CRTDLL__mbcjmstojis          @682
     269    _mbclen                     = _CRTDLL__mbclen               @683
     270    _mbctohira                  = _CRTDLL__mbctohira            @684
     271    _mbctokata                  = _CRTDLL__mbctokata            @685
     272    _mbctolower                 = _CRTDLL__mbctolower           @686
     273    _mbctombb                   = _CRTDLL__mbctombb             @687
     274    _mbctoupper                 = _CRTDLL__mbctoupper           @688
    762275    _mbctype                    = CRTDLL_mbctype                @689
    763     _mbsbtype                   = CRTDLL__mbsbtype              @690
    764     _mbscat                     = CRTDLL__mbscat                @691
    765     _mbschr                     = CRTDLL__mbschr                @692
    766     _mbscmp                     = CRTDLL__mbscmp                @693
    767     _mbscoll                    = CRTDLL__mbscmp                @694
    768     _mbscpy                     = CRTDLL__mbscpy                @695
    769     _mbscspn                    = CRTDLL__mbscspn               @696
    770     _mbsdec                     = CRTDLL__mbsdec                @697
    771     _mbsdup                     = CRTDLL__mbsdup                @698
    772     _mbsicmp                    = CRTDLL__mbsicmp               @699
    773 
    774 
    775     _mbsicoll                   = CRTDLL__mbsicmp               @700
    776     _mbsinc                     = CRTDLL__mbsinc                @701
    777     _mbslen                     = CRTDLL__mbslen                @702
    778     _mbslwr                     = CRTDLL__mbslwr                @703
    779     _mbsnbcat                   = CRTDLL__mbsnbcat              @704
    780     _mbsnbcmp                   = CRTDLL__mbsnbcmp              @705
    781     _mbsnbcnt                   = CRTDLL__mbsnbcnt              @706
    782     _mbsnbcoll                  = CRTDLL__mbsncmp               @707
    783     _mbsnbcpy                   = CRTDLL__mbsnbcpy              @708
    784     _mbsnbicmp                  = CRTDLL__mbsnbicmp             @709
    785     _mbsnbicoll                 = CRTDLL__mbsnbicmp             @710
    786     _mbsnbset                   = CRTDLL__mbsnbset              @711
    787     _mbsncat                    = CRTDLL__mbsncat               @712
    788     _mbsnccnt                   = CRTDLL__mbsnccnt              @713
    789     _mbsncmp                    = CRTDLL__mbsncmp               @714
    790     _mbsncoll                   = CRTDLL__mbsncmp               @715
    791     _mbsncpy                    = CRTDLL__mbsncpy               @716
    792     _mbsnextc                   = CRTDLL__mbsnextc              @717
    793     _mbsnicmp                   = CRTDLL__mbsnicmp              @718
    794     _mbsnicoll                  = CRTDLL__mbsnicmp              @719
    795     _mbsninc                    = CRTDLL__mbsninc               @720
    796     _mbsnset                    = CRTDLL__mbsnset               @721
    797     _mbspbrk                    = CRTDLL__mbspbrk               @722
    798     _mbsrchr                    = CRTDLL__mbsrchr               @723
    799     _mbsrev                     = CRTDLL__mbsrev                @724
    800     _mbsset                     = CRTDLL__mbsset                @725
    801     _mbsspn                     = CRTDLL__mbsspn                @726
    802     _mbsspnp                    = CRTDLL__mbsspnp               @727
    803     _mbsstr                     = CRTDLL__mbsstr                @728
    804     _mbstok                     = CRTDLL__mbstok                @729
    805     _mbstrlen                   = CRTDLL__mbstrlen              @730
    806     _mbsupr                     = CRTDLL__mbsupr                @731
    807     _memccpy                    = CRTDLL__memccpy               @732
    808     _memicmp                    = NTDLL__memicmp                @733
    809     _mkdir                      = CRTDLL__mkdir                 @734
    810     _mktemp                     = CRTDLL__mktemp                @735
    811     _msize                      = CRTDLL__msize                 @736
     276    _mbsbtype                   = _CRTDLL__mbsbtype             @690
     277    _mbscat                     = _CRTDLL__mbscat               @691
     278    _mbschr                     = _CRTDLL__mbschr               @692
     279    _mbscmp                     = _CRTDLL__mbscmp               @693
     280    _mbscoll                    = _CRTDLL__mbscmp               @694
     281    _mbscpy                     = _CRTDLL__mbscpy               @695
     282    _mbscspn                    = _CRTDLL__mbscspn              @696
     283    _mbsdec                     = _CRTDLL__mbsdec               @697
     284    _mbsdup                     = _CRTDLL__mbsdup               @698
     285    _mbsicmp                    = _CRTDLL__mbsicmp              @699
     286
     287
     288    _mbsicoll                   = _CRTDLL__mbsicmp              @700
     289    _mbsinc                     = _CRTDLL__mbsinc               @701
     290    _mbslen                     = _CRTDLL__mbslen               @702
     291    _mbslwr                     = _CRTDLL__mbslwr               @703
     292    _mbsnbcat                   = _CRTDLL__mbsnbcat             @704
     293    _mbsnbcmp                   = _CRTDLL__mbsnbcmp             @705
     294    _mbsnbcnt                   = _CRTDLL__mbsnbcnt             @706
     295    _mbsnbcoll                  = _CRTDLL__mbsncmp              @707
     296    _mbsnbcpy                   = _CRTDLL__mbsnbcpy             @708
     297    _mbsnbicmp                  = _CRTDLL__mbsnbicmp            @709
     298    _mbsnbicoll                 = _CRTDLL__mbsnbicmp            @710
     299    _mbsnbset                   = _CRTDLL__mbsnbset             @711
     300    _mbsncat                    = _CRTDLL__mbsncat              @712
     301    _mbsnccnt                   = _CRTDLL__mbsnccnt             @713
     302    _mbsncmp                    = _CRTDLL__mbsncmp              @714
     303    _mbsncoll                   = _CRTDLL__mbsncmp              @715
     304    _mbsncpy                    = _CRTDLL__mbsncpy              @716
     305    _mbsnextc                   = _CRTDLL__mbsnextc             @717
     306    _mbsnicmp                   = _CRTDLL__mbsnicmp             @718
     307    _mbsnicoll                  = _CRTDLL__mbsnicmp             @719
     308    _mbsninc                    = _CRTDLL__mbsninc              @720
     309    _mbsnset                    = _CRTDLL__mbsnset              @721
     310    _mbspbrk                    = _CRTDLL__mbspbrk              @722
     311    _mbsrchr                    = _CRTDLL__mbsrchr              @723
     312    _mbsrev                     = _CRTDLL__mbsrev               @724
     313    _mbsset                     = _CRTDLL__mbsset               @725
     314    _mbsspn                     = _CRTDLL__mbsspn               @726
     315    _mbsspnp                    = _CRTDLL__mbsspnp              @727
     316    _mbsstr                     = _CRTDLL__mbsstr               @728
     317    _mbstok                     = _CRTDLL__mbstok               @729
     318    _mbstrlen                   = _CRTDLL__mbstrlen             @730
     319    _mbsupr                     = _CRTDLL__mbsupr               @731
     320    _memccpy                    = _CRTDLL__memccpy              @732
     321    _memicmp                    = _CRTDLL__memicmp              @733
     322    _mkdir                      = _CRTDLL__mkdir                @734
     323    _mktemp                     = _CRTDLL__mktemp               @735
     324    _msize                      = _CRTDLL__msize                @736
    812325;    _mtlock                                                    @737
    813326;    _mtunlock                                                  @738
    814     _nextafter                  = CRTDLL__nextafter             @739
    815     _onexit                     = CRTDLL__onexit                @740
    816     _open                       = CRTDLL__open                  @741
    817     _open_osfhandle             = CRTDLL__open_osfhandle        @742
     327    _nextafter                  = _CRTDLL__nextafter            @739
     328    _onexit                     = _CRTDLL__onexit               @740
     329    _open                       = _CRTDLL__open                 @741
     330    _open_osfhandle             = _CRTDLL__open_osfhandle       @742
    818331    _osver                      = MSVCRT__osver                 @743
    819     _pclose                     = CRTDLL__pclose                @744
     332    _pclose                     = _CRTDLL__pclose               @744
    820333    _pctype                     = MSVCRT__pctype                @745
    821334    _pgmptr                     = MSVCRT__pgmptr                @746
    822     _pipe                       = CRTDLL__pipe                  @747
    823     _popen                      = CRTDLL__popen                 @748
    824     _purecall                   = CRTDLL__purecall              @749
    825     _putch                      = CRTDLL__putch                 @750
    826     _putenv                     = CRTDLL__putenv                @751
    827     _putw                       = CRTDLL__putw                  @752
     335    _pipe                       = _CRTDLL__pipe                 @747
     336    _popen                      = _CRTDLL__popen                @748
     337    _purecall                   = _CRTDLL__purecall             @749
     338    _putch                      = _CRTDLL__putch                @750
     339    _putenv                     = _CRTDLL__putenv               @751
     340    _putw                       = _CRTDLL__putw                 @752
    828341    _putws                      = _MSVCRT__putws                @753
    829342    _pwctype                    = MSVCRT__pwctype               @754
    830     _read                       = CRTDLL__read                  @755
    831     _rmdir                      = CRTDLL__rmdir                 @756
    832     _rmtmp                      = CRTDLL__rmtmp                 @757
    833     _rotl                       = CRTDLL__rotl                  @758
    834     _rotr                       = CRTDLL__rotr                  @759
     343    _read                       = _CRTDLL__read                 @755
     344    _rmdir                      = _CRTDLL__rmdir                @756
     345    _rmtmp                      = _CRTDLL__rmtmp                @757
     346    _rotl                       = _CRTDLL__rotl                 @758
     347    _rotr                       = _CRTDLL__rotr                 @759
    835348;   _safe_fdiv                                                  @760
    836349;   _safe_fdivr                                                 @761
    837350;   _safe_fprem                                                 @762
    838351;   _safe_fprem1                                                @763
    839     _scalb                      = CRTDLL__scalb                 @764
    840     _searchenv                  = CRTDLL__searchenv             @765
     352    _scalb                      = _CRTDLL__scalb                @764
     353    _searchenv                  = _CRTDLL__searchenv            @765
    841354;   _seh_longjmp_unwind                                         @766
    842     _seterrormode               = CRTDLL__seterrormode          @767
    843     _setjmp                     = CRTDLL__setjmp                @768
    844     _setjmp3                    = CRTDLL__setjmp                @769 ; Not correct
     355    _seterrormode               = _CRTDLL__seterrormode         @767
     356    _setjmp                     = _CRTDLL__setjmp               @768
     357    _setjmp3                    = _CRTDLL__setjmp               @769 ; Not correct
    845358    _setmbcp                    = _MSVCRT__setmbcp              @770
    846359    _setmode                                                    @771
    847     _setsystime                 = CRTDLL__setsystime            @772
    848     _sleep                      = CRTDLL__sleep                 @773
    849     _snprintf                   = NTDLL__snprintf               @774
    850     _snwprintf                  = NTDLL__snwprintf              @775
    851     _sopen                      = CRTDLL__sopen                 @776
    852     _spawnl                     = CRTDLL__spawnl                @777
    853     _spawnle                    = CRTDLL__spawnle               @778
    854     _spawnlp                    = CRTDLL__spawnlp               @779
    855     _spawnlpe                   = CRTDLL__spawnlpe              @780
    856     _spawnv                     = CRTDLL__spawnv                @781
    857     _spawnve                    = CRTDLL__spawnve               @782
    858     _spawnvp                    = CRTDLL__spawnvp               @783
    859     _spawnvpe                   = CRTDLL__spawnvpe              @784
    860     _splitpath                  = NTDLL__splitpath              @785
    861     _stat                       = CRTDLL__stat                  @786
    862     _statusfp                   = CRTDLL__statusfp              @787
    863     _strcmpi                    = NTDLL__strcmpi                @788
    864     _strdate                    = CRTDLL__strdate               @789
    865     _strdup                     = CRTDLL__strdup                @790
    866     _strerror                   = CRTDLL__strerror              @791
    867     _stricmp                    = NTDLL__stricmp                @792
    868     _stricoll                   = CRTDLL__stricoll              @793
    869     _strlwr                     = NTDLL__strlwr                 @794
     360    _setsystime                 = _CRTDLL__setsystime           @772
     361    _sleep                      = _CRTDLL__sleep                @773
     362    _snprintf                   = _CRTDLL__snprintf             @774
     363    _snwprintf                  = _CRTDLL__snwprintf            @775
     364    _sopen                      = _CRTDLL__sopen                @776
     365    _spawnl                     = _CRTDLL__spawnl               @777
     366    _spawnle                    = _CRTDLL__spawnle              @778
     367    _spawnlp                    = _CRTDLL__spawnlp              @779
     368    _spawnlpe                   = _CRTDLL__spawnlpe             @780
     369    _spawnv                     = _CRTDLL__spawnv               @781
     370    _spawnve                    = _CRTDLL__spawnve              @782
     371    _spawnvp                    = _CRTDLL__spawnvp              @783
     372    _spawnvpe                   = _CRTDLL__spawnvpe             @784
     373    _splitpath                  = _CRTDLL__splitpath            @785
     374    _stat                       = _CRTDLL__stat                 @786
     375    _statusfp                   = _CRTDLL__statusfp             @787
     376    _strcmpi                    = _CRTDLL__strcmpi              @788
     377    _strdate                    = _CRTDLL__strdate              @789
     378    _strdup                     = _CRTDLL__strdup               @790
     379    _strerror                   = _CRTDLL__strerror             @791
     380    _stricmp                    = _CRTDLL__stricmp              @792
     381    _stricoll                   = _CRTDLL__stricoll             @793
     382    _strlwr                     = _CRTDLL__strlwr               @794
    870383    _strncoll                   = _MSVCRT__strncoll             @795
    871     _strnicmp                   = NTDLL__strnicmp               @796
     384    _strnicmp                   = _CRTDLL__strnicmp             @796
    872385    _strnicoll                  = _MSVCRT__strnicoll            @797
    873     _strnset                    = CRTDLL__strnset               @798
    874     _strrev                     = CRTDLL__strrev                @799
    875 
    876 
    877     _strset                     = CRTDLL__strset                @800
    878     _strtime                    = CRTDLL__strtime               @801
    879     _strupr                     = NTDLL__strupr                 @802
    880     _swab                       = CRTDLL__swab                  @803
    881     _sys_errlist                = CRTDLL__sys_errlist           @804
     386    _strnset                    = _CRTDLL__strnset              @798
     387    _strrev                     = _CRTDLL__strrev               @799
     388
     389
     390    _strset                     = _CRTDLL__strset               @800
     391    _strtime                    = _CRTDLL__strtime              @801
     392    _strupr                     = _CRTDLL__strupr               @802
     393    _swab                       = _CRTDLL__swab                 @803
     394    _sys_errlist                = CRTDLL_sys_errlist            @804
    882395    _sys_nerr                   = MSVCRT__sys_nerr              @805
    883396;   _tccpy                                                      @806
     
    914427;   _tcstok                                                     @837
    915428;   _tcsupr                                                     @838
    916     _tell                       = CRTDLL__tell                  @839
    917     _tempnam                    = CRTDLL__tempnam               @840
     429    _tell                       = _CRTDLL__tell                 @839
     430    _tempnam                    = _CRTDLL__tempnam              @840
    918431    _timezone                   = MSVCRT__timezone              @841
    919     _tolower                    = CRTDLL__tolower               @842
    920     _toupper                    = CRTDLL__toupper               @843
    921     _tzname                     = CRTDLL__tzname                @844
    922     _tzset                      = CRTDLL__tzset                 @845
    923     _ultoa                      = NTDLL__ultoa                  @846
     432    _tolower                    = _CRTDLL__tolower              @842
     433    _toupper                    = _CRTDLL__toupper              @843
     434    _tzname                     = CRTDLL_tzname                 @844
     435    _tzset                      = _CRTDLL__tzset                @845
     436    _ultoa                      = _CRTDLL__ultoa                @846
    924437    _ultow                      = _MSVCRT__ultow                @847
    925438    _umask                      = _MSVCRT__umask                @848
    926     _ungetch                    = CRTDLL__ungetch               @849
    927     _unlink                     = CRTDLL__unlink                @850
    928     _unloaddll                  = CRTDLL__unloaddll             @851
    929     _utime                      = CRTDLL__utime                 @852
    930     _vsnprintf                  = NTDLL__vsnprintf              @853
    931     _vsnwprintf                 = CRTDLL__vsnwprintf            @854
     439    _ungetch                    = _CRTDLL__ungetch              @849
     440    _unlink                     = _CRTDLL__unlink               @850
     441    _unloaddll                  = _CRTDLL__unloaddll            @851
     442    _utime                      = _CRTDLL__utime                @852
     443    _vsnprintf                  = _CRTDLL__vsnprintf            @853
     444    _vsnwprintf                 = _CRTDLL__vsnwprintf           @854
    932445    _waccess                    = _MSVCRT__waccess              @855
    933446    _wasctime                   = _MSVCRT__wasctime             @856
     
    936449;   _wcmdln                                                     @859   
    937450    _wcreat                     = _MSVCRT__wcreat               @860
    938     _wcsdup                     = CRTDLL__wcsdup                @861
    939     _wcsicmp                    = NTDLL__wcsicmp                @862
    940     _wcsicoll                   = CRTDLL__wcsicoll              @863
    941     _wcslwr                     = NTDLL__wcslwr                 @864
     451    _wcsdup                     = _CRTDLL__wcsdup               @861
     452    _wcsicmp                    = _CRTDLL__wcsicmp              @862
     453    _wcsicoll                   = _CRTDLL__wcsicoll             @863
     454    _wcslwr                     = _CRTDLL__wcslwr               @864
    942455    _wcsncoll                   = _MSVCRT__wcsncoll             @865
    943     _wcsnicmp                   = NTDLL__wcsnicmp               @866
     456    _wcsnicmp                   = _CRTDLL__wcsnicmp             @866
    944457    _wcsnicoll                  = _MSVCRT__wcsnicoll            @867
    945     _wcsnset                    = CRTDLL__wcsnset               @868
    946     _wcsrev                     = CRTDLL__wcsrev                @869
    947     _wcsset                     = CRTDLL__wcsset                @870
    948     _wcsupr                     = NTDLL__wcsupr                 @871
     458    _wcsnset                    = _CRTDLL__wcsnset              @868
     459    _wcsrev                     = _CRTDLL__wcsrev               @869
     460    _wcsset                     = _CRTDLL__wcsset               @870
     461    _wcsupr                     = _CRTDLL__wcsupr               @871
    949462    _wctime                     = _MSVCRT__wctime               @872
    950463    _wenviron                                                   @873
     
    982495    _wremove                    = _MSVCRT__wremove              @903
    983496    _wrename                    = _MSVCRT__wrename              @904
    984     _write                      = CRTDLL__write                 @905
     497    _write                      = _CRTDLL__write                @905
    985498    _wrmdir                     = _MSVCRT__wrmdir               @906
    986499    _wsearchenv                 = _MSVCRT__wsearchenv           @907
     
    1002515    _wtempnam                   = _MSVCRT__wtempnam             @923
    1003516    _wtmpnam                    = _MSVCRT__wtmpnam              @924
    1004     _wtoi                       = NTDLL__wtoi                   @925
    1005     _wtol                       = NTDLL__wtol                   @926
     517    _wtoi                       = _CRTDLL__wtoi                 @925
     518    _wtol                       = _CRTDLL__wtol                 @926
    1006519    _wunlink                    = _MSVCRT__wunlink              @927
    1007520    _wutime                     = _MSVCRT__wutime               @928
    1008     _y0                         = CRTDLL__y0                    @929
    1009     _y1                         = CRTDLL__y1                    @930
    1010     _yn                         = CRTDLL__yn                    @931
    1011     abort                       = CRTDLL_abort                  @932
    1012     abs                         = NTDLL_abs                     @933
    1013     acos                        = CRTDLL_acos                   @934
    1014     asctime                     = CRTDLL_asctime                @935
    1015     asin                        = CRTDLL_asin                   @936
    1016     atan                        = NTDLL_atan                    @937
    1017     atan2                       = CRTDLL_atan2                  @938
    1018     atexit                      = CRTDLL_atexit                 @939
    1019     atof                        = CRTDLL_atof                   @940
    1020     atoi                        = NTDLL_atoi                    @941
    1021     atol                        = NTDLL_atol                    @942
    1022     bsearch                     = CRTDLL_bsearch                @943
    1023     calloc                      = CRTDLL_calloc                 @944
    1024     ceil                        = NTDLL_ceil                    @945
    1025     clearerr                    = CRTDLL_clearerr               @946
    1026     clock                       = CRTDLL_clock                  @947
    1027     cos                         = NTDLL_cos                     @948
    1028     cosh                        = CRTDLL_cosh                   @949
    1029     ctime                       = CRTDLL_ctime                  @950
    1030     difftime                    = CRTDLL_difftime               @951
    1031     div                         = CRTDLL_div                    @952
    1032     exit                        = CRTDLL_exit                   @953
    1033     exp                         = CRTDLL_exp                    @954
    1034     fabs                        = NTDLL_fabs                    @955
    1035     fclose                      = CRTDLL_fclose                 @956
    1036     feof                        = CRTDLL_feof                   @957
    1037     ferror                      = CRTDLL_ferror                 @958
    1038     fflush                      = CRTDLL_fflush                 @959
    1039     fgetc                       = CRTDLL_fgetc                  @960
    1040     fgetpos                     = CRTDLL_fgetpos                @961
    1041     fgets                       = CRTDLL_fgets                  @962
    1042     fgetwc                      = CRTDLL_fgetwc                 @963
     521    _y0                         = _CRTDLL__y0                   @929
     522    _y1                         = _CRTDLL__y1                   @930
     523    _yn                         = _CRTDLL__yn                   @931
     524    abort                       = _CRTDLL_abort                 @932
     525    abs                         = _CRTDLL_abs                   @933
     526    acos                        = _CRTDLL_acos                  @934
     527    asctime                     = _CRTDLL_asctime               @935
     528    asin                        = _CRTDLL_asin                  @936
     529    atan                        = _CRTDLL_atan                  @937
     530    atan2                       = _CRTDLL_atan2                 @938
     531    atexit                      = _CRTDLL_atexit                @939
     532    atof                        = _CRTDLL_atof                  @940
     533    atoi                        = _CRTDLL_atoi                  @941
     534    atol                        = _CRTDLL_atol                  @942
     535    bsearch                     = _CRTDLL_bsearch               @943
     536    calloc                      = _CRTDLL_calloc                @944
     537    ceil                        = _CRTDLL_ceil                  @945
     538    clearerr                    = _CRTDLL_clearerr              @946
     539    clock                       = _CRTDLL_clock                 @947
     540    cos                         = _CRTDLL_cos                   @948
     541    cosh                        = _CRTDLL_cosh                  @949
     542    ctime                       = _CRTDLL_ctime                 @950
     543    difftime                    = _CRTDLL_difftime              @951
     544    div                         = _CRTDLL_div                   @952
     545    exit                        = _CRTDLL_exit                  @953
     546    exp                         = _CRTDLL_exp                   @954
     547    fabs                        = _CRTDLL_fabs                  @955
     548    fclose                      = _CRTDLL_fclose                @956
     549    feof                        = _CRTDLL_feof                  @957
     550    ferror                      = _CRTDLL_ferror                @958
     551    fflush                      = _CRTDLL_fflush                @959
     552    fgetc                       = _CRTDLL_fgetc                 @960
     553    fgetpos                     = _CRTDLL_fgetpos               @961
     554    fgets                       = _CRTDLL_fgets                 @962
     555    fgetwc                      = _CRTDLL_fgetwc                @963
    1043556    fgetws                      = _MSVCRT_fgetws                @964
    1044     floor                       = NTDLL_floor                   @965
    1045     fmod                        = CRTDLL_fmod                   @966
    1046     fopen                       = CRTDLL_fopen                  @967
    1047     fprintf                     = CRTDLL_fprintf                @968
    1048     fputc                       = CRTDLL_fputc                  @969
    1049     fputs                       = CRTDLL_fputs                  @970
    1050     fputwc                      = CRTDLL_fputwc                 @971
     557    floor                       = _CRTDLL_floor                 @965
     558    fmod                        = _CRTDLL_fmod                  @966
     559    fopen                       = _CRTDLL_fopen                 @967
     560    fprintf                     = _CRTDLL_fprintf               @968
     561    fputc                       = _CRTDLL_fputc                 @969
     562    fputs                       = _CRTDLL_fputs                 @970
     563    fputwc                      = _CRTDLL_fputwc                @971
    1051564    fputws                      = _MSVCRT_fputws                @972
    1052     fread                       = CRTDLL_fread                  @973
    1053     free                        = CRTDLL_free                   @974
    1054     freopen                     = CRTDLL_freopen                @975
    1055     frexp                       = CRTDLL_frexp                  @976
    1056     fscanf                      = CRTDLL_fscanf                 @977
    1057     fseek                       = CRTDLL_fseek                  @978
    1058     fsetpos                     = CRTDLL_fsetpos                @979
    1059     ftell                       = CRTDLL_ftell                  @980
    1060     fwprintf                    = CRTDLL_fwprintf               @981
    1061     fwrite                      = CRTDLL_fwrite                 @982
    1062     fwscanf                     = CRTDLL_fwscanf                @983
    1063     getc                        = CRTDLL_getc                   @984
    1064     getchar                     = CRTDLL_getchar                @985
    1065     getenv                      = CRTDLL_getenv                 @986
    1066     gets                        = CRTDLL_gets                   @987
     565    fread                       = _CRTDLL_fread                 @973
     566    free                        = _CRTDLL_free                  @974
     567    freopen                     = _CRTDLL_freopen               @975
     568    frexp                       = _CRTDLL_frexp                 @976
     569    fscanf                      = _CRTDLL_fscanf                @977
     570    fseek                       = _CRTDLL_fseek                 @978
     571    fsetpos                     = _CRTDLL_fsetpos               @979
     572    ftell                       = _CRTDLL_ftell                 @980
     573    fwprintf                    = _CRTDLL_fwprintf              @981
     574    fwrite                      = _CRTDLL_fwrite                @982
     575    fwscanf                     = _CRTDLL_fwscanf               @983
     576    getc                        = _CRTDLL_getc                  @984
     577    getchar                     = _CRTDLL_getchar               @985
     578    getenv                      = _CRTDLL_getenv                @986
     579    gets                        = _CRTDLL_gets                  @987
    1067580    getwc                       = _MSVCRT_getwc                 @988
    1068581    getwchar                    = _MSVCRT_getwchar              @989
    1069     gmtime                      = CRTDLL_gmtime                 @990
    1070     is_wctype                   = CRTDLL_is_wctype              @991
    1071     isalnum                     = CRTDLL_isalnum                @992
    1072     isalpha                     = NTDLL_isalpha                 @993
    1073     iscntrl                     = CRTDLL_iscntrl                @994
    1074     isdigit                     = NTDLL_isdigit                 @995
    1075     isgraph                     = CRTDLL_isgraph                @996
    1076     isleadbyte                  = CRTDLL_isleadbyte             @997
    1077     islower                     = NTDLL_islower                 @998
    1078     isprint                     = NTDLL_isprint                 @999
    1079 
    1080 
    1081     ispunct                     = CRTDLL_ispunct                @1000
    1082     isspace                     = NTDLL_isspace                 @1001
    1083     isupper                     = NTDLL_isupper                 @1002
    1084     iswalnum                    = CRTDLL_iswalnum               @1003
    1085     iswalpha                    = NTDLL_iswalpha                @1004
    1086     iswascii                    = CRTDLL_iswascii               @1005
    1087     iswcntrl                    = CRTDLL_iswcntrl               @1006
    1088     iswctype                    = NTDLL_iswctype                @1007
    1089     iswdigit                    = CRTDLL_iswdigit               @1008
    1090     iswgraph                    = CRTDLL_iswgraph               @1009
    1091     iswlower                    = CRTDLL_iswlower               @1010
    1092     iswprint                    = CRTDLL_iswprint               @1011
    1093     iswpunct                    = CRTDLL_iswpunct               @1012
    1094     iswspace                    = CRTDLL_iswspace               @1013
    1095     iswupper                    = CRTDLL_iswupper               @1014
    1096     iswxdigit                   = CRTDLL_iswxdigit              @1015
    1097     isxdigit                    = NTDLL_isxdigit                @1016
    1098     labs                        = NTDLL_labs                    @1017
    1099     ldexp                       = CRTDLL_ldexp                  @1018
    1100     ldiv                        = CRTDLL_ldiv                   @1019
    1101     localeconv                  = CRTDLL_localeconv             @1020
    1102     localtime                   = CRTDLL_localtime              @1021
    1103     log                         = NTDLL_log                     @1022
    1104     log10                       = CRTDLL_log10                  @1023
    1105     longjmp                     = CRTDLL_longjmp                @1024
    1106     malloc                      = CRTDLL_malloc                 @1025
    1107     mblen                       = CRTDLL_mblen                  @1026
    1108     mbstowcs                    = NTDLL_mbstowcs                @1027
    1109     mbtowc                      = CRTDLL_mbtowc                 @1028
    1110     memchr                      = NTDLL_memchr                  @1029
    1111     memcmp                      = NTDLL_memcmp                  @1030
    1112     memcpy                      = NTDLL_memcpy                  @1031
    1113     memmove                     = KERNEL32_memmove              @1032
    1114     memset                      = NTDLL_memset                  @1033
    1115     mktime                      = CRTDLL_mktime                 @1034
    1116     modf                        = CRTDLL_modf                   @1035
    1117     perror                      = CRTDLL_perror                 @1036
    1118     pow                         = NTDLL_pow                     @1037
    1119     printf                      = CRTDLL_printf                 @1038
    1120     putc                        = CRTDLL_putc                   @1039
    1121     putchar                     = CRTDLL_putchar                @1040
    1122     puts                        = CRTDLL_puts                   @1041
     582    gmtime                      = _CRTDLL_gmtime                @990
     583    is_wctype                   = _CRTDLL_is_wctype             @991
     584    isalnum                     = _CRTDLL_isalnum               @992
     585    isalpha                     = _CRTDLL_isalpha               @993
     586    iscntrl                     = _CRTDLL_iscntrl               @994
     587    isdigit                     = _CRTDLL_isdigit               @995
     588    isgraph                     = _CRTDLL_isgraph               @996
     589    isleadbyte                  = _CRTDLL_isleadbyte            @997
     590    islower                     = _CRTDLL_islower               @998
     591    isprint                     = _CRTDLL_isprint               @999
     592
     593
     594    ispunct                     = _CRTDLL_ispunct               @1000
     595    isspace                     = _CRTDLL_isspace               @1001
     596    isupper                     = _CRTDLL_isupper               @1002
     597    iswalnum                    = _CRTDLL_iswalnum              @1003
     598    iswalpha                    = _CRTDLL_iswalpha              @1004
     599    iswascii                    = _CRTDLL_iswascii              @1005
     600    iswcntrl                    = _CRTDLL_iswcntrl              @1006
     601    iswctype                    = _CRTDLL_iswctype              @1007
     602    iswdigit                    = _CRTDLL_iswdigit              @1008
     603    iswgraph                    = _CRTDLL_iswgraph              @1009
     604    iswlower                    = _CRTDLL_iswlower              @1010
     605    iswprint                    = _CRTDLL_iswprint              @1011
     606    iswpunct                    = _CRTDLL_iswpunct              @1012
     607    iswspace                    = _CRTDLL_iswspace              @1013
     608    iswupper                    = _CRTDLL_iswupper              @1014
     609    iswxdigit                   = _CRTDLL_iswxdigit             @1015
     610    isxdigit                    = _CRTDLL_isxdigit              @1016
     611    labs                        = _CRTDLL_labs                  @1017
     612    ldexp                       = _CRTDLL_ldexp                 @1018
     613    ldiv                        = _CRTDLL_ldiv                  @1019
     614    localeconv                  = _CRTDLL_localeconv            @1020
     615    localtime                   = _CRTDLL_localtime             @1021
     616    log                         = _CRTDLL_log                   @1022
     617    log10                       = _CRTDLL_log10                 @1023
     618    longjmp                     = _CRTDLL_longjmp               @1024
     619    malloc                      = _CRTDLL_malloc                @1025
     620    mblen                       = _CRTDLL_mblen                 @1026
     621    mbstowcs                    = _CRTDLL_mbstowcs              @1027
     622    mbtowc                      = _CRTDLL_mbtowc                @1028
     623    memchr                      = _CRTDLL_memchr                @1029
     624    memcmp                      = _CRTDLL_memcmp                @1030
     625    memcpy                      = _CRTDLL_memcpy                @1031
     626    memmove                     = _CRTDLL_memmove               @1032
     627    memset                      = _CRTDLL_memset                @1033
     628    mktime                      = _CRTDLL_mktime                @1034
     629    modf                        = _CRTDLL_modf                  @1035
     630    perror                      = _CRTDLL_perror                @1036
     631    pow                         = _CRTDLL_pow                   @1037
     632    printf                      = _CRTDLL_printf                @1038
     633    putc                        = _CRTDLL_putc                  @1039
     634    putchar                     = _CRTDLL_putchar               @1040
     635    puts                        = _CRTDLL_puts                  @1041
    1123636    putwc                       = _MSVCRT_putwc                 @1042
    1124637    putwchar                    = _MSVCRT_putwchar              @1043
    1125     qsort                       = NTDLL_qsort                   @1044
    1126     raise                       = CRTDLL_raise                  @1045
    1127     rand                        = CRTDLL_rand                   @1046
    1128     realloc                     = CRTDLL_realloc                @1047
    1129     remove                      = CRTDLL_remove                 @1048
    1130     rename                      = CRTDLL_rename                 @1049
    1131     rewind                      = CRTDLL_rewind                 @1050
    1132     scanf                       = CRTDLL_scanf                  @1051
    1133     setbuf                      = CRTDLL_setbuf                 @1052
    1134     setlocale                   = CRTDLL_setlocale              @1053
    1135     setvbuf                     = CRTDLL_setvbuf                @1054
    1136     signal                      = CRTDLL_signal                 @1055
    1137     sin                         = NTDLL_sin                     @1056
    1138     sinh                        = CRTDLL_sinh                   @1057
    1139     sprintf                     = NTDLL_sprintf                 @1058
    1140     sqrt                        = NTDLL_sqrt                    @1059
    1141     srand                       = CRTDLL_srand                  @1060
    1142     sscanf                      = NTDLL_sscanf                  @1061
    1143     strcat                      = NTDLL_strcat                  @1062
    1144     strchr                      = NTDLL_strchr                  @1063
    1145     strcmp                      = NTDLL_strcmp                  @1064
    1146     strcoll                     = CRTDLL_strcoll                @1065
    1147     strcpy                      = NTDLL_strcpy                  @1066
    1148     strcspn                     = NTDLL_strcspn                 @1067
    1149     strerror                    = CRTDLL_strerror               @1068
    1150     strftime                    = CRTDLL_strftime               @1069
    1151     strlen                      = NTDLL_strlen                  @1070
    1152     strncat                     = NTDLL_strncat                 @1071
    1153     strncmp                     = NTDLL_strncmp                 @1072
    1154     strncpy                     = NTDLL_strncpy                 @1073
    1155     strpbrk                     = NTDLL_strpbrk                 @1074
    1156     strrchr                     = NTDLL_strrchr                 @1075
    1157     strspn                      = NTDLL_strspn                  @1076
    1158     strstr                      = NTDLL_strstr                  @1077
    1159     strtod                      = CRTDLL_strtod                 @1078
    1160     strtok                      = CRTDLL_strtok                 @1079
    1161     strtol                      = CRTDLL_strtol                 @1080
    1162     strtoul                     = CRTDLL_strtoul                @1081
    1163     strxfrm                     = CRTDLL_strxfrm                @1082
    1164     swprintf                    = NTDLL_swprintf                @1083
    1165     swscanf                     = CRTDLL_swscanf                @1084
    1166     system                      = CRTDLL_system                 @1085
    1167     tan                         = NTDLL_tan                     @1086
    1168     tanh                        = CRTDLL_tanh                   @1087
    1169     time                        = CRTDLL_time                   @1088
    1170     tmpfile                     = CRTDLL_tmpfile                @1089
    1171     tmpnam                      = CRTDLL_tmpnam                 @1090
    1172     tolower                     = NTDLL_tolower                 @1091
    1173     toupper                     = NTDLL_toupper                 @1092
    1174     towlower                    = NTDLL_towlower                @1093
    1175     towupper                    = NTDLL_towupper                @1094
    1176     ungetc                      = CRTDLL_ungetc                 @1095
    1177     ungetwc                     = CRTDLL_ungetwc                @1096
    1178     vfprintf                    = CRTDLL_vfprintf               @1097
    1179     vfwprintf                   = CRTDLL_vfwprintf              @1098
    1180     vprintf                     = CRTDLL_vprintf                @1099
    1181 
    1182 
    1183     vsprintf                    = NTDLL_vsprintf                @1100
    1184     vswprintf                   = CRTDLL_vswprintf              @1101
    1185     vwprintf                    = CRTDLL_vwprintf               @1102
    1186     wcscat                      = NTDLL_wcscat                  @1103
    1187     wcschr                      = NTDLL_wcschr                  @1104
    1188     wcscmp                      = NTDLL_wcscmp                  @1105
    1189     wcscoll                     = CRTDLL_wcscoll                @1106
    1190     wcscpy                      = NTDLL_wcscpy                  @1107
    1191     wcscspn                     = NTDLL_wcscspn                 @1108
    1192     wcsftime                    = CRTDLL_wcsftime               @1109
    1193     wcslen                      = NTDLL_wcslen                  @1110
    1194     wcsncat                     = NTDLL_wcsncat                 @1111
    1195     wcsncmp                     = NTDLL_wcsncmp                 @1112
    1196     wcsncpy                     = NTDLL_wcsncpy                 @1113
    1197     wcspbrk                     = NTDLL_wcspbrk                 @1114
    1198     wcsrchr                     = NTDLL_wcsrchr                 @1115
    1199     wcsspn                      = NTDLL_wcsspn                  @1116
    1200     wcsstr                      = NTDLL_wcsstr                  @1117
    1201     wcstod                      = CRTDLL_wcstod                 @1118
    1202     wcstok                      = NTDLL_wcstok                  @1119
    1203     wcstol                      = NTDLL_wcstol                  @1120
    1204     wcstombs                    = NTDLL_wcstombs                @1121
    1205     wcstoul                     = NTDLL_wcstoul                 @1122
    1206     wcsxfrm                     = CRTDLL_wcsxfrm                @1123
    1207     wctomb                      = CRTDLL_wctomb                 @1124
    1208     wprintf                     = CRTDLL_wprintf                @1125
    1209     wscanf                      = CRTDLL_wscanf                 @1126
     638    qsort                       = _CRTDLL_qsort                 @1044
     639    raise                       = _CRTDLL_raise                 @1045
     640    rand                        = _CRTDLL_rand                  @1046
     641    realloc                     = _CRTDLL_realloc               @1047
     642    remove                      = _CRTDLL_remove                @1048
     643    rename                      = _CRTDLL_rename                @1049
     644    rewind                      = _CRTDLL_rewind                @1050
     645    scanf                       = _CRTDLL_scanf                 @1051
     646    setbuf                      = _CRTDLL_setbuf                @1052
     647    setlocale                   = _CRTDLL_setlocale             @1053
     648    setvbuf                     = _CRTDLL_setvbuf               @1054
     649    signal                      = _CRTDLL_signal                @1055
     650    sin                         = _CRTDLL_sin                   @1056
     651    sinh                        = _CRTDLL_sinh                  @1057
     652    sprintf                     = _CRTDLL_sprintf               @1058
     653    sqrt                        = _CRTDLL_sqrt                  @1059
     654    srand                       = _CRTDLL_srand                 @1060
     655    sscanf                      = _CRTDLL_sscanf                @1061
     656    strcat                      = _CRTDLL_strcat                @1062
     657    strchr                      = _CRTDLL_strchr                @1063
     658    strcmp                      = _CRTDLL_strcmp                @1064
     659    strcoll                     = _CRTDLL_strcoll               @1065
     660    strcpy                      = _CRTDLL_strcpy                @1066
     661    strcspn                     = _CRTDLL_strcspn               @1067
     662    strerror                    = _CRTDLL_strerror              @1068
     663    strftime                    = _CRTDLL_strftime              @1069
     664    strlen                      = _CRTDLL_strlen                @1070
     665    strncat                     = _CRTDLL_strncat               @1071
     666    strncmp                     = _CRTDLL_strncmp               @1072
     667    strncpy                     = _CRTDLL_strncpy               @1073
     668    strpbrk                     = _CRTDLL_strpbrk               @1074
     669    strrchr                     = _CRTDLL_strrchr               @1075
     670    strspn                      = _CRTDLL_strspn                @1076
     671    strstr                      = _CRTDLL_strstr                @1077
     672    strtod                      = _CRTDLL_strtod                @1078
     673    strtok                      = _CRTDLL_strtok                @1079
     674    strtol                      = _CRTDLL_strtol                @1080
     675    strtoul                     = _CRTDLL_strtoul               @1081
     676    strxfrm                     = _CRTDLL_strxfrm               @1082
     677    swprintf                    = _CRTDLL_swprintf              @1083
     678    swscanf                     = _CRTDLL_swscanf               @1084
     679    system                      = _CRTDLL_system                @1085
     680    tan                         = _CRTDLL_tan                   @1086
     681    tanh                        = _CRTDLL_tanh                  @1087
     682    time                        = _CRTDLL_time                  @1088
     683    tmpfile                     = _CRTDLL_tmpfile               @1089
     684    tmpnam                      = _CRTDLL_tmpnam                @1090
     685    tolower                     = _CRTDLL_tolower               @1091
     686    toupper                     = _CRTDLL_toupper               @1092
     687    towlower                    = _CRTDLL_towlower              @1093
     688    towupper                    = _CRTDLL_towupper              @1094
     689    ungetc                      = _CRTDLL_ungetc                @1095
     690    ungetwc                     = _CRTDLL_ungetwc               @1096
     691    vfprintf                    = _CRTDLL_vfprintf              @1097
     692    vfwprintf                   = _CRTDLL_vfwprintf             @1098
     693    vprintf                     = _CRTDLL_vprintf               @1099
     694
     695
     696    vsprintf                    = _CRTDLL_vsprintf              @1100
     697    vswprintf                   = _CRTDLL_vswprintf             @1101
     698    vwprintf                    = _CRTDLL_vwprintf              @1102
     699    wcscat                      = _CRTDLL_wcscat                @1103
     700    wcschr                      = _CRTDLL_wcschr                @1104
     701    wcscmp                      = _CRTDLL_wcscmp                @1105
     702    wcscoll                     = _CRTDLL_wcscoll               @1106
     703    wcscpy                      = _CRTDLL_wcscpy                @1107
     704    wcscspn                     = _CRTDLL_wcscspn               @1108
     705    wcsftime                    = _CRTDLL_wcsftime              @1109
     706    wcslen                      = _CRTDLL_wcslen                @1110
     707    wcsncat                     = _CRTDLL_wcsncat               @1111
     708    wcsncmp                     = _CRTDLL_wcsncmp               @1112
     709    wcsncpy                     = _CRTDLL_wcsncpy               @1113
     710    wcspbrk                     = _CRTDLL_wcspbrk               @1114
     711    wcsrchr                     = _CRTDLL_wcsrchr               @1115
     712    wcsspn                      = _CRTDLL_wcsspn                @1116
     713    wcsstr                      = _CRTDLL_wcsstr                @1117
     714    wcstod                      = _CRTDLL_wcstod                @1118
     715    wcstok                      = _CRTDLL_wcstok                @1119
     716    wcstol                      = _CRTDLL_wcstol                @1120
     717    wcstombs                    = _CRTDLL_wcstombs              @1121
     718    wcstoul                     = _CRTDLL_wcstoul               @1122
     719    wcsxfrm                     = _CRTDLL_wcsxfrm               @1123
     720    wctomb                      = _CRTDLL_wctomb                @1124
     721    wprintf                     = _CRTDLL_wprintf               @1125
     722    wscanf                      = _CRTDLL_wscanf                @1126
  • trunk/src/msvcrt/msvcrt40.def

    r2153 r2187  
    1 ; $Id: msvcrt40.def,v 1.2 1999-12-20 10:12:43 sandervl Exp $
     1; $Id: msvcrt40.def,v 1.3 1999-12-21 20:42:27 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
    44LIBRARY MSVCRT40 INITINSTANCE TERMINSTANCE
    55DATA MULTIPLE NONSHARED
    6 
    7 IMPORTS
    8 ; Forwarded APIs - KERNEL32
    9         KERNEL32_memmove        = KERNEL32.memmove
    10 
    11 ; Forwarded APIs - NTDLL
    12         NTDLL__CIpow            = NTDLL._CIpow 
    13         NTDLL__ftol             = NTDLL._ftol
    14         NTDLL__itoa             = NTDLL._itoa
    15         NTDLL__ltoa             = NTDLL._ltoa
    16         NTDLL__memicmp          = NTDLL._memicmp
    17         NTDLL__snprintf         = NTDLL._snprintf
    18         NTDLL__snwprintf        = NTDLL._snwprintf
    19         NTDLL__splitpath        = NTDLL._splitpath
    20         NTDLL__strcmpi          = NTDLL._strcmpi
    21         NTDLL__stricmp          = NTDLL._stricmp
    22         NTDLL__strlwr           = NTDLL._strlwr
    23         NTDLL__strnicmp         = NTDLL._strnicmp
    24         NTDLL__strupr           = NTDLL._strupr
    25         NTDLL__ultoa            = NTDLL._ultoa
    26         NTDLL__vsnprintf        = NTDLL._vsnprintf
    27         NTDLL__wcsicmp          = NTDLL._wcsicmp
    28         NTDLL__wcslwr           = NTDLL._wcslwr
    29         NTDLL__wcsnicmp         = NTDLL._wcsnicmp
    30         NTDLL__wcsupr           = NTDLL._wcsupr
    31         NTDLL__wtoi             = NTDLL._wtoi
    32         NTDLL__wtol             = NTDLL._wtol
    33         NTDLL_abs               = NTDLL.abs
    34         NTDLL_atan              = NTDLL.atan
    35         NTDLL_atoi              = NTDLL.atoi
    36         NTDLL_atol              = NTDLL.atol
    37         NTDLL_ceil              = NTDLL.ceil
    38         NTDLL_cos               = NTDLL.cos
    39         NTDLL_fabs              = NTDLL.fabs
    40         NTDLL_floor             = NTDLL.floor
    41         NTDLL_isalpha           = NTDLL.isalpha
    42         NTDLL_isdigit           = NTDLL.isdigit
    43         NTDLL_islower           = NTDLL.islower
    44         NTDLL_isprint           = NTDLL.isprint
    45         NTDLL_isspace           = NTDLL.isspace
    46         NTDLL_isupper           = NTDLL.isupper
    47         NTDLL_iswalpha          = NTDLL.iswalpha
    48         NTDLL_iswctype          = NTDLL.iswctype
    49         NTDLL_isxdigit          = NTDLL.isxdigit
    50         NTDLL_labs              = NTDLL.labs
    51         NTDLL_log               = NTDLL.log
    52         NTDLL_mbstowcs          = NTDLL.mbstowcs
    53         NTDLL_memchr            = NTDLL.memchr
    54         NTDLL_memcmp            = NTDLL.memcmp
    55         NTDLL_memcpy            = NTDLL.memcpy
    56         NTDLL_memset            = NTDLL.memset
    57         NTDLL_pow               = NTDLL.pow
    58         NTDLL_qsort             = NTDLL.qsort   
    59         NTDLL_sin               = NTDLL.sin
    60         NTDLL_sprintf           = NTDLL.sprintf
    61         NTDLL_sqrt              = NTDLL.sqrt
    62         NTDLL_sscanf            = NTDLL.sscanf
    63         NTDLL_strcat            = NTDLL.strcat
    64         NTDLL_strchr            = NTDLL.strchr
    65         NTDLL_strcmp            = NTDLL.strcmp
    66         NTDLL_strcpy            = NTDLL.strcpy
    67         NTDLL_strcspn           = NTDLL.strcspn
    68         NTDLL_strlen            = NTDLL.strlen
    69         NTDLL_strncat           = NTDLL.strncat
    70         NTDLL_strncmp           = NTDLL.strncmp
    71         NTDLL_strncpy           = NTDLL.strncpy
    72         NTDLL_strpbrk           = NTDLL.strpbrk
    73         NTDLL_strrchr           = NTDLL.strrchr
    74         NTDLL_strspn            = NTDLL.strspn
    75         NTDLL_strstr            = NTDLL.strstr
    76         NTDLL_swprintf          = NTDLL.swprintf
    77         NTDLL_tan               = NTDLL.tan     
    78         NTDLL_tolower           = NTDLL.tolower
    79         NTDLL_toupper           = NTDLL.toupper
    80         NTDLL_towlower          = NTDLL.towlower
    81         NTDLL_towupper          = NTDLL.towupper
    82         NTDLL_vsprintf          = NTDLL.vsprintf
    83         NTDLL_wcscat            = NTDLL.wcscat 
    84         NTDLL_wcschr            = NTDLL.wcschr 
    85         NTDLL_wcscmp            = NTDLL.wcscmp 
    86         NTDLL_wcscpy            = NTDLL.wcscpy 
    87         NTDLL_wcscspn           = NTDLL.wcscspn
    88         NTDLL_wcslen            = NTDLL.wcslen 
    89         NTDLL_wcsncat           = NTDLL.wcsncat
    90         NTDLL_wcsncmp           = NTDLL.wcsncmp
    91         NTDLL_wcsncpy           = NTDLL.wcsncpy
    92         NTDLL_wcspbrk           = NTDLL.wcspbrk
    93         NTDLL_wcsrchr           = NTDLL.wcsrchr
    94         NTDLL_wcsspn            = NTDLL.wcsspn 
    95         NTDLL_wcsstr            = NTDLL.wcsstr 
    96         NTDLL_wcstok            = NTDLL.wcstok
    97         NTDLL_wcstol            = NTDLL.wcstol
    98         NTDLL_wcstombs          = NTDLL.wcstombs
    99         NTDLL_wcstoul           = NTDLL.wcstoul
    100 
    101 ; Forwarded APIs - CRTDLL
    102         CRTDLL___dllonexit      = CRTDLL.__dllonexit
    103         CRTDLL___doserrno       = CRTDLL.__doserrno
    104         CRTDLL___fpecode        = CRTDLL.__fpecode
    105         CRTDLL___isascii        = CRTDLL.__isascii
    106         CRTDLL___iscsym         = CRTDLL.__iscsym
    107         CRTDLL___iscsymf        = CRTDLL.__iscsymf
    108         CRTDLL___threadhandle   = CRTDLL.__threadhandle
    109         CRTDLL___threadid       = CRTDLL.__threadid
    110 
    111         CRTDLL__CIacos          = CRTDLL._CIacos
    112         CRTDLL__CIasin          = CRTDLL._CIasin
    113         CRTDLL__CIatan          = CRTDLL._CIatan
    114         CRTDLL__CIatan2         = CRTDLL._CIatan2
    115         CRTDLL__CIcos           = CRTDLL._CIcos
    116         CRTDLL__CIcosh          = CRTDLL._CIcosh
    117         CRTDLL__CIexp           = CRTDLL._CIexp
    118         CRTDLL__CIfmod          = CRTDLL._CIfmod
    119         CRTDLL__CIlog           = CRTDLL._CIlog
    120         CRTDLL__CIlog10         = CRTDLL._CIlog10
    121         CRTDLL__CIsin           = CRTDLL._CIsin
    122         CRTDLL__CIsinh          = CRTDLL._CIsinh
    123         CRTDLL__CIsqrt          = CRTDLL._CIsqrt
    124         CRTDLL__CItan           = CRTDLL._CItan
    125         CRTDLL__CItanh          = CRTDLL._CItanh
    126         CRTDLL__abnormal_termination = CRTDLL._abnormal_termination
    127         CRTDLL__access          = CRTDLL._access
    128         CRTDLL__amsg_exit       = CRTDLL._amsg_exit
    129         CRTDLL__assert          = CRTDLL._assert
    130         CRTDLL__beep            = CRTDLL._beep
    131         CRTDLL__beginthread     = CRTDLL._beginthread
    132         CRTDLL__c_exit          = CRTDLL._c_exit
    133         CRTDLL__cabs            = CRTDLL._cabs
    134         CRTDLL__cexit           = CRTDLL._cexit
    135         CRTDLL__cgets           = CRTDLL._cgets
    136         CRTDLL__chdir           = CRTDLL._chdir
    137         CRTDLL__chdrive         = CRTDLL._chdrive
    138         CRTDLL__chgsign         = CRTDLL._chgsign
    139         CRTDLL__chmod           = CRTDLL._chmod
    140         CRTDLL__chsize          = CRTDLL._chsize
    141         CRTDLL__clearfp         = CRTDLL._clearfp
    142         CRTDLL__close           = CRTDLL._close
    143         CRTDLL__commit          = CRTDLL._commit
    144         CRTDLL__control87       = CRTDLL._control87
    145         CRTDLL__controlfp       = CRTDLL._controlfp
    146         CRTDLL__copysign        = CRTDLL._copysign
    147         CRTDLL__cprintf         = CRTDLL._cprintf
    148         CRTDLL__cputs           = CRTDLL._cputs
    149         CRTDLL__creat           = CRTDLL._creat
    150         CRTDLL__cscanf          = CRTDLL._cscanf
    151         CRTDLL__cwait           = CRTDLL._cwait
    152         CRTDLL__dup             = CRTDLL._dup
    153         CRTDLL__dup2            = CRTDLL._dup2
    154         CRTDLL__ecvt            = CRTDLL._ecvt
    155         CRTDLL__endthread       = CRTDLL._endthread
    156         CRTDLL__eof             = CRTDLL._eof
    157         CRTDLL__errno           = CRTDLL._errno
    158         CRTDLL__except_handler2 = CRTDLL._except_handler2
    159         CRTDLL__execl           = CRTDLL._execl
    160         CRTDLL__execle          = CRTDLL._execle
    161         CRTDLL__execlp          = CRTDLL._execlp
    162         CRTDLL__execlpe         = CRTDLL._execlpe
    163         CRTDLL__execv           = CRTDLL._execv
    164         CRTDLL__execve          = CRTDLL._execve
    165         CRTDLL__execvp          = CRTDLL._execvp
    166         CRTDLL__execvpe         = CRTDLL._execvpe
    167         CRTDLL__exit            = CRTDLL._exit
    168         CRTDLL__expand          = CRTDLL._expand
    169         CRTDLL__fcloseall       = CRTDLL._fcloseall
    170         CRTDLL__fcvt            = CRTDLL._fcvt
    171         CRTDLL__fdopen          = CRTDLL._fdopen
    172         CRTDLL__fgetchar        = CRTDLL._fgetchar
    173         CRTDLL__fgetwchar       = CRTDLL._fgetwchar
    174         CRTDLL__filbuf          = CRTDLL._filbuf
    175         CRTDLL__filelength      = CRTDLL._filelength
    176         CRTDLL__fileno          = CRTDLL._fileno
    177         CRTDLL__findclose       = CRTDLL._findclose
    178         CRTDLL__findfirst       = CRTDLL._findfirst
    179         CRTDLL__findnext        = CRTDLL._findnext
    180         CRTDLL__finite          = CRTDLL._finite
    181         CRTDLL__flsbuf          = CRTDLL._flsbuf
    182         CRTDLL__flushall        = CRTDLL._flushall
    183         CRTDLL__fpclass         = CRTDLL._fpclass
    184         CRTDLL__fpieee_flt      = CRTDLL._fpieee_flt
    185         CRTDLL__fpreset         = CRTDLL._fpreset
    186         CRTDLL__fputchar        = CRTDLL._fputchar
    187         CRTDLL__fputwchar       = CRTDLL._fputwchar
    188         CRTDLL__fsopen          = CRTDLL._fsopen
    189         CRTDLL__fstat           = CRTDLL._fstat
    190         CRTDLL__ftime           = CRTDLL._ftime
    191         CRTDLL__fullpath        = CRTDLL._fullpath
    192         CRTDLL__futime          = CRTDLL._futime
    193         CRTDLL__gcvt            = CRTDLL._gcvt
    194         CRTDLL__get_osfhandle   = CRTDLL._get_osfhandle
    195         CRTDLL__getch           = CRTDLL._getch
    196         CRTDLL__getche          = CRTDLL._getche
    197         CRTDLL__getcwd          = CRTDLL._getcwd
    198         CRTDLL__getdcwd         = CRTDLL._getdcwd
    199         CRTDLL__getdiskfree     = CRTDLL._getdiskfree
    200         CRTDLL__getdrive        = CRTDLL._getdrive
    201         CRTDLL__getdrives       = CRTDLL._getdrives
    202         CRTDLL__getpid          = CRTDLL._getpid
    203         CRTDLL__getsystime      = CRTDLL._getsystime
    204         CRTDLL__getw            = CRTDLL._getw
    205         CRTDLL__getws           = CRTDLL._getws
    206         CRTDLL__global_unwind2  = CRTDLL._global_unwind2
    207         CRTDLL__heapchk         = CRTDLL._heapchk
    208         CRTDLL__heapmin         = CRTDLL._heapmin
    209         CRTDLL__heapset         = CRTDLL._heapset
    210         CRTDLL__heapwalk        = CRTDLL._heapwalk
    211         CRTDLL__hypot           = CRTDLL._hypot
    212         CRTDLL__iob             = CRTDLL._iob
    213         CRTDLL__isatty          = CRTDLL._isatty
    214         CRTDLL__isctype         = CRTDLL._isctype
    215         CRTDLL__ismbbalnum      = CRTDLL._ismbbalnum
    216         CRTDLL__ismbbalpha      = CRTDLL._ismbbalpha
    217         CRTDLL__ismbbgraph      = CRTDLL._ismbbgraph
    218         CRTDLL__ismbbkalnum     = CRTDLL._ismbbkalnum
    219         CRTDLL__ismbbkana       = CRTDLL._ismbbkana
    220         CRTDLL__ismbbkpunct     = CRTDLL._ismbbkpunct
    221         CRTDLL__ismbblead       = CRTDLL._ismbblead
    222         CRTDLL__ismbbprint      = CRTDLL._ismbbprint
    223         CRTDLL__ismbbpunct      = CRTDLL._ismbbpunct
    224         CRTDLL__ismbbtrail      = CRTDLL._ismbbtrail
    225         CRTDLL__ismbcalpha      = CRTDLL._ismbcalpha
    226         CRTDLL__ismbcdigit      = CRTDLL._ismbcdigit
    227         CRTDLL__ismbchira       = CRTDLL._ismbchira
    228         CRTDLL__ismbckata       = CRTDLL._ismbckata
    229         CRTDLL__ismbcl0         = CRTDLL._ismbcl0
    230         CRTDLL__ismbcl1         = CRTDLL._ismbcl1
    231         CRTDLL__ismbcl2         = CRTDLL._ismbcl2
    232         CRTDLL__ismbclegal      = CRTDLL._ismbclegal
    233         CRTDLL__ismbclower      = CRTDLL._ismbclower
    234         CRTDLL__ismbcprint      = CRTDLL._ismbcprint
    235         CRTDLL__ismbcspace      = CRTDLL._ismbcspace
    236         CRTDLL__ismbcsymbol     = CRTDLL._ismbcsymbol
    237         CRTDLL__ismbcupper      = CRTDLL._ismbcupper
    238         CRTDLL__ismbslead       = CRTDLL._ismbslead
    239         CRTDLL__ismbstrail      = CRTDLL._ismbstrail
    240         CRTDLL__isnan           = CRTDLL._isnan
    241         CRTDLL__j0              = CRTDLL._j0
    242         CRTDLL__j1              = CRTDLL._j1
    243         CRTDLL__jn              = CRTDLL._jn
    244         CRTDLL__kbhit           = CRTDLL._kbhit
    245         CRTDLL__lfind           = CRTDLL._lfind
    246         CRTDLL__loaddll         = CRTDLL._loaddll
    247         CRTDLL__local_unwind2   = CRTDLL._local_unwind2
    248         CRTDLL__locking         = CRTDLL._locking       
    249         CRTDLL__logb            = CRTDLL._logb
    250         CRTDLL__lrotl           = CRTDLL._lrotl
    251         CRTDLL__lrotr           = CRTDLL._lrotr
    252         CRTDLL__lsearch         = CRTDLL._lsearch
    253         CRTDLL__lseek           = CRTDLL._lseek
    254         CRTDLL__makepath        = CRTDLL._makepath
    255         CRTDLL__mbbtombc        = CRTDLL._mbbtombc
    256         CRTDLL__mbbtype         = CRTDLL._mbbtype
    257         CRTDLL__mbccpy          = CRTDLL._mbccpy
    258         CRTDLL__mbcjistojms     = CRTDLL._mbcjistojms
    259         CRTDLL__mbcjmstojis     = CRTDLL._mbcjmstojis
    260         CRTDLL__mbclen          = CRTDLL._mbclen
    261         CRTDLL__mbctohira       = CRTDLL._mbctohira
    262         CRTDLL__mbctokata       = CRTDLL._mbctokata
    263         CRTDLL__mbctolower      = CRTDLL._mbctolower
    264         CRTDLL__mbctombb        = CRTDLL._mbctombb
    265         CRTDLL__mbctoupper      = CRTDLL._mbctoupper
    266         CRTDLL__mbsbtype        = CRTDLL._mbsbtype
    267         CRTDLL__mbscat          = CRTDLL._mbscat
    268         CRTDLL__mbschr          = CRTDLL._mbschr
    269         CRTDLL__mbscmp          = CRTDLL._mbscmp
    270         CRTDLL__mbscpy          = CRTDLL._mbscpy
    271         CRTDLL__mbscspn         = CRTDLL._mbscspn
    272         CRTDLL__mbsdec          = CRTDLL._mbsdec
    273         CRTDLL__mbsdup          = CRTDLL._mbsdup
    274         CRTDLL__mbsicmp         = CRTDLL._mbsicmp
    275         CRTDLL__mbsinc          = CRTDLL._mbsinc
    276         CRTDLL__mbslen          = CRTDLL._mbslen
    277         CRTDLL__mbslwr          = CRTDLL._mbslwr
    278         CRTDLL__mbsnbcat        = CRTDLL._mbsnbcat
    279         CRTDLL__mbsnbcmp        = CRTDLL._mbsnbcmp
    280         CRTDLL__mbsnbcnt        = CRTDLL._mbsnbcnt
    281         CRTDLL__mbsnbcpy        = CRTDLL._mbsnbcpy
    282         CRTDLL__mbsnbicmp       = CRTDLL._mbsnbicmp
    283         CRTDLL__mbsnbset        = CRTDLL._mbsnbset
    284         CRTDLL__mbsncat         = CRTDLL._mbsncat
    285         CRTDLL__mbsnccnt        = CRTDLL._mbsnccnt
    286         CRTDLL__mbsncmp         = CRTDLL._mbsncmp
    287         CRTDLL__mbsncpy         = CRTDLL._mbsncpy
    288         CRTDLL__mbsnextc        = CRTDLL._mbsnextc
    289         CRTDLL__mbsnicmp        = CRTDLL._mbsnicmp
    290         CRTDLL__mbsninc         = CRTDLL._mbsninc
    291         CRTDLL__mbsnset         = CRTDLL._mbsnset
    292         CRTDLL__mbspbrk         = CRTDLL._mbspbrk
    293         CRTDLL__mbsrchr         = CRTDLL._mbsrchr
    294         CRTDLL__mbsrev          = CRTDLL._mbsrev
    295         CRTDLL__mbsset          = CRTDLL._mbsset
    296         CRTDLL__mbsspn          = CRTDLL._mbsspn
    297         CRTDLL__mbsspnp         = CRTDLL._mbsspnp
    298         CRTDLL__mbsstr          = CRTDLL._mbsstr
    299         CRTDLL__mbstok          = CRTDLL._mbstok
    300         CRTDLL__mbstrlen        = CRTDLL._mbstrlen
    301         CRTDLL__mbsupr          = CRTDLL._mbsupr
    302         CRTDLL__memccpy         = CRTDLL._memccpy
    303         CRTDLL__mkdir           = CRTDLL._mkdir
    304         CRTDLL__mktemp          = CRTDLL._mktemp
    305         CRTDLL__msize           = CRTDLL._msize
    306         CRTDLL__nextafter       = CRTDLL._nextafter
    307         CRTDLL__onexit          = CRTDLL._onexit
    308         CRTDLL__open            = CRTDLL._open
    309         CRTDLL__open_osfhandle  = CRTDLL._open_osfhandle
    310         CRTDLL__pclose          = CRTDLL._pclose
    311         CRTDLL__pipe            = CRTDLL._pipe
    312         CRTDLL__popen           = CRTDLL._popen
    313         CRTDLL__purecall        = CRTDLL._purecall
    314         CRTDLL__putch           = CRTDLL._putch
    315         CRTDLL__putenv          = CRTDLL._putenv
    316         CRTDLL__putw            = CRTDLL._putw
    317         CRTDLL__read            = CRTDLL._read
    318         CRTDLL__rmdir           = CRTDLL._rmdir
    319         CRTDLL__rmtmp           = CRTDLL._rmtmp
    320         CRTDLL__rotl            = CRTDLL._rotl
    321         CRTDLL__rotr            = CRTDLL._rotr
    322         CRTDLL__scalb           = CRTDLL._scalb
    323         CRTDLL__searchenv       = CRTDLL._searchenv
    324         CRTDLL__setjmp          = CRTDLL._setjmp
    325         CRTDLL__setmode         = CRTDLL._setmode
    326         CRTDLL__seterrormode    = CRTDLL._seterrormode
    327         CRTDLL__setsystime      = CRTDLL._setsystime
    328         CRTDLL__spawnl          = CRTDLL._spawnl
    329         CRTDLL__spawnle         = CRTDLL._spawnle
    330         CRTDLL__spawnlp         = CRTDLL._spawnlp
    331         CRTDLL__spawnlpe        = CRTDLL._spawnlpe
    332         CRTDLL__spawnv          = CRTDLL._spawnv
    333         CRTDLL__spawnve         = CRTDLL._spawnve
    334         CRTDLL__spawnvp         = CRTDLL._spawnvp
    335         CRTDLL__spawnvpe        = CRTDLL._spawnvpe
    336         CRTDLL__sleep           = CRTDLL._sleep
    337         CRTDLL__sopen           = CRTDLL._sopen
    338         CRTDLL__stat            = CRTDLL._stat
    339         CRTDLL__statusfp        = CRTDLL._statusfp
    340         CRTDLL__strdate         = CRTDLL._strdate
    341         CRTDLL__strdup          = CRTDLL._strdup
    342         CRTDLL__strerror        = CRTDLL._strerror
    343         CRTDLL__stricoll        = CRTDLL._stricoll
    344         CRTDLL__strnset         = CRTDLL._strnset
    345         CRTDLL__strrev          = CRTDLL._strrev
    346         CRTDLL__strset          = CRTDLL._strset
    347         CRTDLL__strtime         = CRTDLL._strtime
    348         CRTDLL__swab            = CRTDLL._swab
    349         CRTDLL__sys_errlist     = CRTDLL.sys_errlist
    350         CRTDLL__tell            = CRTDLL._tell
    351         CRTDLL__tempnam         = CRTDLL._tempnam
    352         CRTDLL__tolower         = CRTDLL._tolower
    353         CRTDLL__toupper         = CRTDLL._toupper
    354         CRTDLL__tzset           = CRTDLL._tzset
    355         CRTDLL__tzname          = CRTDLL._tzname
    356         CRTDLL__ungetch         = CRTDLL._ungetch
    357         CRTDLL__unlink          = CRTDLL._unlink
    358         CRTDLL__unloaddll       = CRTDLL._unloaddll
    359         CRTDLL__utime           = CRTDLL._utime
    360         CRTDLL__vsnwprintf      = CRTDLL._vsnwprintf
    361         CRTDLL__wcsdup          = CRTDLL._wcsdup
    362         CRTDLL__wcsicoll        = CRTDLL._wcsicoll
    363         CRTDLL__wcsnset         = CRTDLL._wcsnset
    364         CRTDLL__wcsrev          = CRTDLL._wcsrev
    365         CRTDLL__wcsset          = CRTDLL._wcsset
    366         CRTDLL__write           = CRTDLL._write
    367         CRTDLL__XcptFilter      = CRTDLL._XcptFilter
    368         CRTDLL__y0              = CRTDLL._y0
    369         CRTDLL__y1              = CRTDLL._y1
    370         CRTDLL__yn              = CRTDLL._yn
    371         CRTDLL_abort            = CRTDLL.abort
    372         CRTDLL_acos             = CRTDLL.acos
    373         CRTDLL_asctime          = CRTDLL.asctime
    374         CRTDLL_asin             = CRTDLL.asin
    375         CRTDLL_atan2            = CRTDLL.atan2
    376         CRTDLL_atexit           = CRTDLL.atexit
    377         CRTDLL_atof             = CRTDLL.atof
    378         CRTDLL_bsearch          = CRTDLL.bsearch
    379         CRTDLL_calloc           = CRTDLL.calloc
    380         CRTDLL_clearerr         = CRTDLL.clearerr
    381         CRTDLL_clock            = CRTDLL.clock
    382         CRTDLL_cosh             = CRTDLL.cosh
    383         CRTDLL_ctime            = CRTDLL.ctime
    384         CRTDLL_ctype            = CRTDLL.ctype
    385         CRTDLL_difftime         = CRTDLL.difftime
    386         CRTDLL_div              = CRTDLL.div
    387         CRTDLL_exit             = CRTDLL.exit
    388         CRTDLL_exp              = CRTDLL.exp
    389         CRTDLL_fclose           = CRTDLL.fclose
    390         CRTDLL_feof             = CRTDLL.feof
    391         CRTDLL_ferror           = CRTDLL.ferror
    392         CRTDLL_fflush           = CRTDLL.fflush
    393         CRTDLL_fgetc            = CRTDLL.fgetc
    394         CRTDLL_fgetpos          = CRTDLL.fgetpos
    395         CRTDLL_fgets            = CRTDLL.fgets
    396         CRTDLL_fgetwc           = CRTDLL.fgetwc
    397         CRTDLL_fmod             = CRTDLL.fmod
    398         CRTDLL_fopen            = CRTDLL.fopen
    399         CRTDLL_fprintf          = CRTDLL.fprintf
    400         CRTDLL_fputc            = CRTDLL.fputc
    401         CRTDLL_fputs            = CRTDLL.fputs
    402         CRTDLL_fputwc           = CRTDLL.fputwc
    403         CRTDLL_fread            = CRTDLL.fread
    404         CRTDLL_free             = CRTDLL.free
    405         CRTDLL_freopen          = CRTDLL.freopen
    406         CRTDLL_frexp            = CRTDLL.frexp
    407         CRTDLL_fscanf           = CRTDLL.fscanf
    408         CRTDLL_fseek            = CRTDLL.fseek
    409         CRTDLL_fsetpos          = CRTDLL.fsetpos
    410         CRTDLL_ftell            = CRTDLL.ftell
    411         CRTDLL_fwprintf         = CRTDLL.fwprintf
    412         CRTDLL_fwrite           = CRTDLL.fwrite
    413         CRTDLL_fwscanf          = CRTDLL.fwscanf
    414         CRTDLL_getc             = CRTDLL.getc
    415         CRTDLL_getchar          = CRTDLL.getchar
    416         CRTDLL_getenv           = CRTDLL.getenv
    417         CRTDLL_gets             = CRTDLL.gets
    418         CRTDLL_gmtime           = CRTDLL.gmtime
    419         CRTDLL_is_wctype        = CRTDLL.is_wctype
    420         CRTDLL_isalnum          = CRTDLL.isalnum
    421         CRTDLL_iscntrl          = CRTDLL.iscntrl
    422         CRTDLL_isgraph          = CRTDLL.isgraph
    423         CRTDLL_isleadbyte       = CRTDLL.isleadbyte
    424         CRTDLL_ispunct          = CRTDLL.ispunct
    425         CRTDLL_iswalnum         = CRTDLL.iswalnum
    426         CRTDLL_iswascii         = CRTDLL.iswascii
    427         CRTDLL_iswcntrl         = CRTDLL.iswcntrl
    428         CRTDLL_iswdigit         = CRTDLL.iswdigit
    429         CRTDLL_iswgraph         = CRTDLL.iswgraph
    430         CRTDLL_iswlower         = CRTDLL.iswlower
    431         CRTDLL_iswprint         = CRTDLL.iswprint
    432         CRTDLL_iswpunct         = CRTDLL.iswpunct
    433         CRTDLL_iswspace         = CRTDLL.iswspace
    434         CRTDLL_iswupper         = CRTDLL.iswupper
    435         CRTDLL_iswxdigit        = CRTDLL.iswxdigit
    436         CRTDLL_ldexp            = CRTDLL.ldexp
    437         CRTDLL_ldiv             = CRTDLL.ldiv
    438         CRTDLL_localeconv       = CRTDLL.localeconv
    439         CRTDLL_localtime        = CRTDLL.localtime
    440         CRTDLL_log10            = CRTDLL.log10
    441         CRTDLL_longjmp          = CRTDLL.longjmp
    442         CRTDLL_malloc           = CRTDLL.malloc
    443         CRTDLL_mbctype          = CRTDLL.mbctype
    444         CRTDLL_mblen            = CRTDLL.mblen
    445         CRTDLL_mbtowc           = CRTDLL.mbtowc
    446         CRTDLL_mktime           = CRTDLL.mktime
    447         CRTDLL_modf             = CRTDLL.modf
    448         CRTDLL_perror           = CRTDLL.perror
    449         CRTDLL_printf           = CRTDLL.printf
    450         CRTDLL_putc             = CRTDLL.putc
    451         CRTDLL_putchar          = CRTDLL.putchar
    452         CRTDLL_puts             = CRTDLL.puts
    453         CRTDLL_raise            = CRTDLL.raise
    454         CRTDLL_rand             = CRTDLL.rand
    455         CRTDLL_realloc          = CRTDLL.realloc
    456         CRTDLL_remove           = CRTDLL.remove
    457         CRTDLL_rename           = CRTDLL.rename
    458         CRTDLL_rewind           = CRTDLL.rewind
    459         CRTDLL_scanf            = CRTDLL.scanf
    460         CRTDLL_setbuf           = CRTDLL.setbuf
    461         CRTDLL_setlocale        = CRTDLL.setlocale
    462         CRTDLL_setvbuf          = CRTDLL.setvbuf
    463         CRTDLL_signal           = CRTDLL.signal
    464         CRTDLL_sinh             = CRTDLL.sinh
    465         CRTDLL_srand            = CRTDLL.srand
    466         CRTDLL_strcoll          = CRTDLL.strcoll
    467         CRTDLL_strerror         = CRTDLL.strerror
    468         CRTDLL_strftime         = CRTDLL.strftime
    469         CRTDLL_strtod           = CRTDLL.strtod
    470         CRTDLL_strtok           = CRTDLL.strtok
    471         CRTDLL_strtol           = CRTDLL.strtol
    472         CRTDLL_strtoul          = CRTDLL.strtoul
    473         CRTDLL_strxfrm          = CRTDLL.strxfrm
    474         CRTDLL_swscanf          = CRTDLL.swscanf
    475         CRTDLL_system           = CRTDLL.system
    476         CRTDLL_tanh             = CRTDLL.tanh
    477         CRTDLL_time             = CRTDLL.time
    478         CRTDLL_tmpfile          = CRTDLL.tmpfile
    479         CRTDLL_tmpnam           = CRTDLL.tmpnam
    480         CRTDLL_ungetc           = CRTDLL.ungetc
    481         CRTDLL_ungetwc          = CRTDLL.ungetwc
    482         CRTDLL_vfprintf         = CRTDLL.vfprintf
    483         CRTDLL_vfwprintf        = CRTDLL.vfwprintf
    484         CRTDLL_vprintf          = CRTDLL.vprintf
    485         CRTDLL_vswprintf        = CRTDLL.vswprintf
    486         CRTDLL_vwprintf         = CRTDLL.vwprintf
    487         CRTDLL_wcscoll          = CRTDLL.wcscoll
    488         CRTDLL_wcsftime         = CRTDLL.wcsftime
    489         CRTDLL_wcstod           = CRTDLL.wcstod
    490         CRTDLL_wcsxfrm          = CRTDLL.wcsxfrm
    491         CRTDLL_wctomb           = CRTDLL.wctomb
    492         CRTDLL_wprintf          = CRTDLL.wprintf
    493         CRTDLL_wscanf           = CRTDLL.wscanf
    4946
    4957EXPORTS
     
    55163    ?what@exception@@UBEPBDXZ   = _MSVCRT_EXP48                 @468
    55264    $I10_OUTPUT                 = _MSVCRT_EXP49                 @483
    553     _CIacos                     = CRTDLL__CIacos                @484
    554     _CIasin                     = CRTDLL__CIasin                @485
    555     _CIatan                     = CRTDLL__CIatan                @486
    556     _CIatan2                    = CRTDLL__CIatan2               @487
    557     _CIcos                      = CRTDLL__CIcos                 @488
    558     _CIcosh                     = CRTDLL__CIcosh                @489
    559     _CIexp                      = CRTDLL__CIexp                 @490
    560     _CIfmod                     = CRTDLL__CIfmod                @491
    561     _CIlog                      = CRTDLL__CIlog                 @492
    562     _CIlog10                    = CRTDLL__CIlog10               @493
    563     _CIpow                      = NTDLL__CIpow                  @494
    564     _CIsin                      = CRTDLL__CIsin                 @495
    565     _CIsinh                     = CRTDLL__CIsinh                @496
    566     _CIsqrt                     = CRTDLL__CIsqrt                @497
    567     _CItan                      = CRTDLL__CItan                 @498
    568     _CItanh                     = CRTDLL__CItanh                @499
     65    _CIacos                     = _CRTDLL__CIacos               @484
     66    _CIasin                     = _CRTDLL__CIasin               @485
     67    _CIatan                     = _CRTDLL__CIatan               @486
     68    _CIatan2                    = _CRTDLL__CIatan2              @487
     69    _CIcos                      = _CRTDLL__CIcos                        @488
     70    _CIcosh                     = _CRTDLL__CIcosh               @489
     71    _CIexp                      = _CRTDLL__CIexp                        @490
     72    _CIfmod                     = _CRTDLL__CIfmod               @491
     73    _CIlog                      = _CRTDLL__CIlog                @492
     74    _CIlog10                    = _CRTDLL__CIlog10              @493
     75    _CIpow                      = _CRTDLL__CIpow                        @494
     76    _CIsin                      = _CRTDLL__CIsin                        @495
     77    _CIsinh                     = _CRTDLL__CIsinh               @496
     78    _CIsqrt                     = _CRTDLL__CIsqrt               @497
     79    _CItan                      = _CRTDLL__CItan                @498
     80    _CItanh                     = _CRTDLL__CItanh               @499
    56981
    57082
     
    57284    _EH_prolog                  = _MSVCRT__EH_prolog            @501
    57385    _HUGE                       = MSVCRT__HUGE                  @502
    574     _XcptFilter                 = CRTDLL__XcptFilter            @503
     86    _XcptFilter                 = _CRTDLL__XcptFilter           @503
    57587    __CxxFrameHandler           = _MSVCRT___CxxFrameHandler     @504
    57688;   __CxxLongjmpUnwind                                          @505
     
    58193    __argc                      = MSVCRT___argc                 @510
    58294    __argv                      = MSVCRT___argv                 @511
    583     __dllonexit                 = CRTDLL___dllonexit            @512
    584     __doserrno                  = CRTDLL___doserrno             @513
    585     __fpecode                   = CRTDLL___fpecode              @514
     95    __dllonexit                 = _CRTDLL___dllonexit           @512
     96    __doserrno                  = _CRTDLL___doserrno            @513
     97    __fpecode                   = _CRTDLL___fpecode             @514
    58698    __getmainargs               = _MSVCRT___GetMainArgs         @515
    58799    __initenv                   = _MSVCRT___initenv             @516
    588     __isascii                   = CRTDLL___isascii              @517
    589     __iscsym                    = CRTDLL___iscsym               @518
    590     __iscsymf                   = CRTDLL___iscsymf              @519
     100    __isascii                   = _CRTDLL___isascii             @517
     101    __iscsym                    = _CRTDLL___iscsym              @518
     102    __iscsymf                   = _CRTDLL___iscsymf             @519
    591103;   __lconv_init                                                @520
    592104    __mb_cur_max                = MSVCRT___mb_cur_max           @521
     
    621133    __set_app_type              = _MSVCRT___set_app_type        @550
    622134    __setusermatherr            = _MSVCRT___setusermatherr      @551
    623     __threadhandle              = CRTDLL___threadhandle         @552
    624     __threadid                  = CRTDLL___threadid             @553
    625 ;   __toascii                   = CRTDLL___toascii              @554
     135    __threadhandle              = _CRTDLL___threadhandle                @552
     136    __threadid                  = _CRTDLL___threadid            @553
     137;   __toascii                   = _CRTDLL___toascii             @554
    626138;   __unDName                                                   @555
    627139    __wargv                                                     @556
    628140;   __wgetmainargs                                              @557
    629141;   __winitenv                                                  @558
    630     _abnormal_termination       = CRTDLL__abnormal_termination  @559
    631     _access                     = CRTDLL__access                @560
     142    _abnormal_termination       = _CRTDLL__abnormal_termination @559
     143    _access                     = _CRTDLL__access               @560
    632144    _acmdln                     = MSVCRT__acmdln                @561
    633145;   _adj_fdiv_m16i                                              @562
     
    646158    _adjust_fdiv                = _MSVCRT__adjust_fdiv          @575
    647159    _aexit_rtn                  = _MSVCRT__aexit_rtn            @576
    648     _amsg_exit                  = CRTDLL__amsg_exit             @577
    649     _assert                     = CRTDLL__assert                @578
     160    _amsg_exit                  = _CRTDLL__amsg_exit            @577
     161    _assert                     = _CRTDLL__assert               @578
    650162;   _atodbl                                                     @579
    651163;   _atoldbl                                                    @580
    652     _beep                       = CRTDLL__beep                  @581
    653     _beginthread                = CRTDLL__beginthread           @582
     164    _beep                       = _CRTDLL__beep                 @581
     165    _beginthread                = _CRTDLL__beginthread          @582
    654166    _beginthreadex              = _MSVCRT__beginthreadex        @583
    655     _c_exit                     = CRTDLL__c_exit                @584
    656     _cabs                       = CRTDLL__cabs                  @585
    657     _cexit                      = CRTDLL__cexit                 @586
    658     _cgets                      = CRTDLL__cgets                 @587
    659     _chdir                      = CRTDLL__chdir                 @588
    660     _chdrive                    = CRTDLL__chdrive               @589
    661     _chgsign                    = CRTDLL__chgsign               @590
    662     _chmod                      = CRTDLL__chmod                 @591
    663     _chsize                     = CRTDLL__chsize                @592
    664     _clearfp                    = CRTDLL__clearfp               @593
    665     _close                      = CRTDLL__close                 @594
    666     _commit                     = CRTDLL__commit                @595
     167    _c_exit                     = _CRTDLL__c_exit               @584
     168    _cabs                       = _CRTDLL__cabs                 @585
     169    _cexit                      = _CRTDLL__cexit                        @586
     170    _cgets                      = _CRTDLL__cgets                        @587
     171    _chdir                      = _CRTDLL__chdir                        @588
     172    _chdrive                    = _CRTDLL__chdrive              @589
     173    _chgsign                    = _CRTDLL__chgsign              @590
     174    _chmod                      = _CRTDLL__chmod                        @591
     175    _chsize                     = _CRTDLL__chsize               @592
     176    _clearfp                    = _CRTDLL__clearfp              @593
     177    _close                      = _CRTDLL__close                        @594
     178    _commit                     = _CRTDLL__commit               @595
    667179    _commode                    = MSVCRT__commode               @596
    668     _control87                  = CRTDLL__control87             @597
    669     _controlfp                  = CRTDLL__controlfp             @598
    670     _copysign                   = CRTDLL__copysign              @599
    671 
    672 
    673     _cprintf                    = CRTDLL__cprintf               @600
    674     _cputs                      = CRTDLL__cputs                 @601
    675     _creat                      = CRTDLL__creat                 @602
    676     _cscanf                     = CRTDLL__cscanf                @603
     180    _control87                  = _CRTDLL__control87            @597
     181    _controlfp                  = _CRTDLL__controlfp            @598
     182    _copysign                   = _CRTDLL__copysign             @599
     183
     184
     185    _cprintf                    = _CRTDLL__cprintf              @600
     186    _cputs                      = _CRTDLL__cputs                @601
     187    _creat                      = _CRTDLL__creat                        @602
     188    _cscanf                     = _CRTDLL__cscanf               @603
    677189    _ctype                      = CRTDLL_ctype                  @604
    678     _cwait                      = CRTDLL__cwait                 @605
     190    _cwait                      = _CRTDLL__cwait                        @605
    679191    _daylight                   = MSVCRT__daylight              @606
    680192;   _dstbias                                                    @607
    681     _dup                        = CRTDLL__dup                   @608
    682     _dup2                       = CRTDLL__dup2                  @609
    683     _ecvt                       = CRTDLL__ecvt                  @610
    684     _endthread                  = CRTDLL__endthread             @611
     193    _dup                        = _CRTDLL__dup                  @608
     194    _dup2                       = _CRTDLL__dup2                 @609
     195    _ecvt                       = _CRTDLL__ecvt                 @610
     196    _endthread                  = _CRTDLL__endthread            @611
    685197    _endthreadex                = _MSVCRT__endthreadex          @612
    686198    _environ                    = MSVCRT__environ               @613
    687     _eof                        = CRTDLL__eof                   @614
    688     _errno                      = CRTDLL__errno                 @615
    689     _except_handler2            = CRTDLL__except_handler2       @616
     199    _eof                        = _CRTDLL__eof                  @614
     200    _errno                      = _CRTDLL__errno                        @615
     201    _except_handler2            = _CRTDLL__except_handler2      @616
    690202    _except_handler3            = _MSVCRT__except_handler3      @617
    691     _execl                      = CRTDLL__execl                 @618
    692     _execle                     = CRTDLL__execle                @619
    693     _execlp                     = CRTDLL__execlp                @620
    694     _execlpe                    = CRTDLL__execlpe               @621
    695     _execv                      = CRTDLL__execv                 @622
    696     _execve                     = CRTDLL__execve                @623
    697     _execvp                     = CRTDLL__execvp                @624
    698     _execvpe                    = CRTDLL__execvpe               @625
    699     _exit                       = CRTDLL__exit                  @626
    700     _expand                     = CRTDLL__expand                @627
    701     _fcloseall                  = CRTDLL__fcloseall             @628
    702     _fcvt                       = CRTDLL__fcvt                  @629
    703     _fdopen                     = CRTDLL__fdopen                @630
    704     _fgetchar                   = CRTDLL__fgetchar              @631
    705     _fgetwchar                  = CRTDLL__fgetwchar             @632
    706     _filbuf                     = CRTDLL__filbuf                @633
     203    _execl                      = _CRTDLL__execl                        @618
     204    _execle                     = _CRTDLL__execle               @619
     205    _execlp                     = _CRTDLL__execlp               @620
     206    _execlpe                    = _CRTDLL__execlpe              @621
     207    _execv                      = _CRTDLL__execv                        @622
     208    _execve                     = _CRTDLL__execve               @623
     209    _execvp                     = _CRTDLL__execvp               @624
     210    _execvpe                    = _CRTDLL__execvpe              @625
     211    _exit                       = _CRTDLL__exit                 @626
     212    _expand                     = _CRTDLL__expand               @627
     213    _fcloseall                  = _CRTDLL__fcloseall            @628
     214    _fcvt                       = _CRTDLL__fcvt                 @629
     215    _fdopen                     = _CRTDLL__fdopen               @630
     216    _fgetchar                   = _CRTDLL__fgetchar             @631
     217    _fgetwchar                  = _CRTDLL__fgetwchar            @632
     218    _filbuf                     = _CRTDLL__filbuf               @633
    707219    _fileinfo                   = MSVCRT__fileinfo              @634
    708     _filelength                 = CRTDLL__filelength            @635
     220    _filelength                 = _CRTDLL__filelength           @635
    709221    _filelengthi64              = _MSVCRT__filelengthi64        @636
    710     _fileno                     = CRTDLL__fileno                @637
    711     _findclose                  = CRTDLL__findclose             @638
    712     _findfirst                  = CRTDLL__findfirst             @639
     222    _fileno                     = _CRTDLL__fileno               @637
     223    _findclose                  = _CRTDLL__findclose            @638
     224    _findfirst                  = _CRTDLL__findfirst            @639
    713225    _findfirsti64               = _MSVCRT__findfirsti64         @640
    714     _findnext                   = CRTDLL__findnext              @641
     226    _findnext                   = _CRTDLL__findnext             @641
    715227    _findnexti64                = _MSVCRT__findnexti64          @642
    716     _finite                     = CRTDLL__finite                @643
    717     _flsbuf                     = CRTDLL__flsbuf                @644
    718     _flushall                   = CRTDLL__flushall              @645
     228    _finite                     = _CRTDLL__finite               @643
     229    _flsbuf                     = _CRTDLL__flsbuf               @644
     230    _flushall                   = _CRTDLL__flushall             @645
    719231    _fmode                      = MSVCRT__fmode                 @646
    720     _fpclass                    = CRTDLL__fpclass               @647
    721     _fpieee_flt                 = CRTDLL__fpieee_flt            @648
    722     _fpreset                    = CRTDLL__fpreset               @649
    723     _fputchar                   = CRTDLL__fputchar              @650
    724     _fputwchar                  = CRTDLL__fputwchar             @651
    725     _fsopen                     = CRTDLL__fsopen                @652
    726     _fstat                      = CRTDLL__fstat                 @653
     232    _fpclass                    = _CRTDLL__fpclass              @647
     233    _fpieee_flt                 = _CRTDLL__fpieee_flt           @648
     234    _fpreset                    = _CRTDLL__fpreset              @649
     235    _fputchar                   = _CRTDLL__fputchar             @650
     236    _fputwchar                  = _CRTDLL__fputwchar            @651
     237    _fsopen                     = _CRTDLL__fsopen               @652
     238    _fstat                      = _CRTDLL__fstat                        @653
    727239    _fstati64                   = _MSVCRT__fstati64             @654
    728     _ftime                      = CRTDLL__ftime                 @655
    729     _ftol                       = NTDLL__ftol                   @656
    730     _fullpath                   = CRTDLL__fullpath              @657
    731     _futime                     = CRTDLL__futime                @658
    732     _gcvt                       = CRTDLL__gcvt                  @659
    733     _get_osfhandle              = CRTDLL__get_osfhandle         @660
    734     _getch                      = CRTDLL__getch                 @661
    735     _getche                     = CRTDLL__getche                @662
    736     _getcwd                     = CRTDLL__getcwd                @663
    737     _getdcwd                    = CRTDLL__getdcwd               @664
    738     _getdiskfree                = CRTDLL__getdiskfree           @665
     240    _ftime                      = _CRTDLL__ftime                        @655
     241    _ftol                       = _CRTDLL__ftol                 @656
     242    _fullpath                   = _CRTDLL__fullpath             @657
     243    _futime                     = _CRTDLL__futime               @658
     244    _gcvt                       = _CRTDLL__gcvt                 @659
     245    _get_osfhandle              = _CRTDLL__get_osfhandle                @660
     246    _getch                      = _CRTDLL__getch                        @661
     247    _getche                     = _CRTDLL__getche               @662
     248    _getcwd                     = _CRTDLL__getcwd               @663
     249    _getdcwd                    = _CRTDLL__getdcwd              @664
     250    _getdiskfree                = _CRTDLL__getdiskfree          @665
    739251;   _getdllprocaddr                                             @666
    740     _getdrive                   = CRTDLL__getdrive              @667
    741     _getdrives                  = CRTDLL__getdrives             @668
     252    _getdrive                   = _CRTDLL__getdrive             @667
     253    _getdrives                  = _CRTDLL__getdrives            @668
    742254    _getmaxstdio                = _MSVCRT__getmaxstdio          @669
    743255    _getmbcp                    = _MSVCRT__getmbcp              @670
    744     _getpid                     = CRTDLL__getpid                @671
    745     _getsystime                 = CRTDLL__getsystime            @672
    746     _getw                       = CRTDLL__getw                  @673
    747     _getws                      = CRTDLL__getws                 @674
    748     _global_unwind2             = CRTDLL__global_unwind2        @675
     256    _getpid                     = _CRTDLL__getpid               @671
     257    _getsystime                 = _CRTDLL__getsystime           @672
     258    _getw                       = _CRTDLL__getw                 @673
     259;;;;    _getws                  = _CRTDLL__getws                        @674
     260    _global_unwind2             = _CRTDLL__global_unwind2       @675
    749261    _heapadd                    = _MSVCRT__heapadd              @676
    750     _heapchk                    = CRTDLL__heapchk               @677
    751     _heapmin                    = CRTDLL__heapmin               @678
    752     _heapset                    = CRTDLL__heapset               @679
     262    _heapchk                    = _CRTDLL__heapchk              @677
     263    _heapmin                    = _CRTDLL__heapmin              @678
     264    _heapset                    = _CRTDLL__heapset              @679
    753265;   _heapused                                                   @680
    754     _heapwalk                   = CRTDLL__heapwalk              @681
    755     _hypot                      = CRTDLL__hypot                 @682
     266    _heapwalk                   = _CRTDLL__heapwalk             @681
     267    _hypot                      = _CRTDLL__hypot                        @682
    756268    _initterm                   = _DLL_InitTerm                 @683
    757269    _inp                        = _MSVCRT__inp                  @684
    758270    _inpd                       = _MSVCRT__inpd                 @685
    759271    _inpw                       = _MSVCRT__inpw                 @686
    760     _iob                        = CRTDLL__iob                   @687
    761     _isatty                     = CRTDLL__isatty                @688
    762     _isctype                    = CRTDLL__isctype               @689
    763     _ismbbalnum                 = CRTDLL__ismbbalnum            @690
    764     _ismbbalpha                 = CRTDLL__ismbbalpha            @691
    765     _ismbbgraph                 = CRTDLL__ismbbgraph            @692
    766     _ismbbkalnum                = CRTDLL__ismbbkalnum           @693
    767     _ismbbkana                  = CRTDLL__ismbbkana             @694
     272    _iob                        = CRTDLL_iob                    @687
     273    _isatty                     = _CRTDLL__isatty               @688
     274    _isctype                    = _CRTDLL__isctype              @689
     275    _ismbbalnum                 = _CRTDLL__ismbbalnum           @690
     276    _ismbbalpha                 = _CRTDLL__ismbbalpha           @691
     277    _ismbbgraph                 = _CRTDLL__ismbbgraph           @692
     278    _ismbbkalnum                = _CRTDLL__ismbbkalnum          @693
     279    _ismbbkana                  = _CRTDLL__ismbbkana            @694
    768280    _ismbbkprint                = _MSVCRT__ismbbkprint          @695
    769     _ismbbkpunct                = CRTDLL__ismbbkpunct           @696
    770     _ismbblead                  = CRTDLL__ismbblead             @697
    771     _ismbbprint                 = CRTDLL__ismbbprint            @698
    772     _ismbbpunct                 = CRTDLL__ismbbpunct            @699
    773 
    774 
    775     _ismbbtrail                 = CRTDLL__ismbbtrail            @700
     281    _ismbbkpunct                = _CRTDLL__ismbbkpunct          @696
     282    _ismbblead                  = _CRTDLL__ismbblead            @697
     283    _ismbbprint                 = _CRTDLL__ismbbprint           @698
     284    _ismbbpunct                 = _CRTDLL__ismbbpunct           @699
     285
     286
     287    _ismbbtrail                 = _CRTDLL__ismbbtrail           @700
    776288    _ismbcalnum                 = _MSVCRT__ismbcalnum           @701
    777     _ismbcalpha                 = CRTDLL__ismbcalpha            @702
    778     _ismbcdigit                 = CRTDLL__ismbcdigit            @703
     289    _ismbcalpha                 = _CRTDLL__ismbcalpha           @702
     290    _ismbcdigit                 = _CRTDLL__ismbcdigit           @703
    779291    _ismbcgraph                 = _MSVCRT__ismbcgraph           @704
    780     _ismbchira                  = CRTDLL__ismbchira             @705
    781     _ismbckata                  = CRTDLL__ismbckata             @706
    782     _ismbcl0                    = CRTDLL__ismbcl0               @707
    783     _ismbcl1                    = CRTDLL__ismbcl1               @708
    784     _ismbcl2                    = CRTDLL__ismbcl2               @709
    785     _ismbclegal                 = CRTDLL__ismbclegal            @710
    786     _ismbclower                 = CRTDLL__ismbclower            @711
    787     _ismbcprint                 = CRTDLL__ismbcprint            @712
     292    _ismbchira                  = _CRTDLL__ismbchira            @705
     293    _ismbckata                  = _CRTDLL__ismbckata            @706
     294    _ismbcl0                    = _CRTDLL__ismbcl0              @707
     295    _ismbcl1                    = _CRTDLL__ismbcl1              @708
     296    _ismbcl2                    = _CRTDLL__ismbcl2              @709
     297    _ismbclegal                 = _CRTDLL__ismbclegal           @710
     298    _ismbclower                 = _CRTDLL__ismbclower           @711
     299    _ismbcprint                 = _CRTDLL__ismbcprint           @712
    788300    _ismbcpunct                 = _MSVCRT__ismbcpunct           @713
    789     _ismbcspace                 = CRTDLL__ismbcspace            @714
    790     _ismbcsymbol                = CRTDLL__ismbcsymbol           @715
    791     _ismbcupper                 = CRTDLL__ismbcupper            @716
    792     _ismbslead                  = CRTDLL__ismbslead             @717
    793     _ismbstrail                 = CRTDLL__ismbstrail            @718
    794     _isnan                      = CRTDLL__isnan                 @719
    795     _itoa                       = NTDLL__itoa                   @720
     301    _ismbcspace                 = _CRTDLL__ismbcspace           @714
     302    _ismbcsymbol                = _CRTDLL__ismbcsymbol          @715
     303    _ismbcupper                 = _CRTDLL__ismbcupper           @716
     304    _ismbslead                  = _CRTDLL__ismbslead            @717
     305    _ismbstrail                 = _CRTDLL__ismbstrail           @718
     306    _isnan                      = _CRTDLL__isnan                        @719
     307    _itoa                       = _CRTDLL__itoa                 @720
    796308    _itow                       = _MSVCRT__itow                 @721
    797     _j0                         = CRTDLL__j0                    @722
    798     _j1                         = CRTDLL__j1                    @723
    799     _jn                         = CRTDLL__jn                    @724
    800     _kbhit                      = CRTDLL__kbhit                 @725
    801     _lfind                      = CRTDLL__lfind                 @726
    802     _loaddll                    = CRTDLL__loaddll               @727
    803     _local_unwind2              = CRTDLL__local_unwind2         @728
    804     _locking                    = CRTDLL__locking               @729
    805     _logb                       = CRTDLL__logb                  @730
    806     _longjmpex                  = CRTDLL_longjmp                @731 ; Not correct
    807     _lrotl                      = CRTDLL__lrotl                 @732
    808     _lrotr                      = CRTDLL__lrotr                 @733
    809     _lsearch                    = CRTDLL__lsearch               @734
    810     _lseek                      = CRTDLL__lseek                 @735
     309    _j0                         = _CRTDLL__j0                   @722
     310    _j1                         = _CRTDLL__j1                   @723
     311    _jn                         = _CRTDLL__jn                   @724
     312    _kbhit                      = _CRTDLL__kbhit                        @725
     313    _lfind                      = _CRTDLL__lfind                        @726
     314    _loaddll                    = _CRTDLL__loaddll              @727
     315    _local_unwind2              = _CRTDLL__local_unwind2                @728
     316    _locking                    = _CRTDLL__locking              @729
     317    _logb                       = _CRTDLL__logb                 @730
     318    _longjmpex                  = _CRTDLL_longjmp               @731 ; Not correct
     319    _lrotl                      = _CRTDLL__lrotl                        @732
     320    _lrotr                      = _CRTDLL__lrotr                        @733
     321    _lsearch                    = _CRTDLL__lsearch              @734
     322    _lseek                      = _CRTDLL__lseek                        @735
    811323    _lseeki64                   = _MSVCRT__lseeki64             @736
    812     _ltoa                       = NTDLL__ltoa                   @737
     324    _ltoa                       = _CRTDLL__ltoa                 @737
    813325    _ltow                       = _MSVCRT__ltow                 @738
    814     _makepath                   = CRTDLL__makepath              @739
    815     _mbbtombc                   = CRTDLL__mbbtombc              @740
    816     _mbbtype                    = CRTDLL__mbbtype               @741
    817     _mbccpy                     = CRTDLL__mbccpy                @742
    818     _mbcjistojms                = CRTDLL__mbcjistojms           @743
    819     _mbcjmstojis                = CRTDLL__mbcjmstojis           @744
    820     _mbclen                     = CRTDLL__mbclen                @745
    821     _mbctohira                  = CRTDLL__mbctohira             @746
    822     _mbctokata                  = CRTDLL__mbctokata             @747
    823     _mbctolower                 = CRTDLL__mbctolower            @748
    824     _mbctombb                   = CRTDLL__mbctombb              @749
    825     _mbctoupper                 = CRTDLL__mbctoupper            @750
     326    _makepath                   = _CRTDLL__makepath             @739
     327    _mbbtombc                   = _CRTDLL__mbbtombc             @740
     328    _mbbtype                    = _CRTDLL__mbbtype              @741
     329    _mbccpy                     = _CRTDLL__mbccpy               @742
     330    _mbcjistojms                = _CRTDLL__mbcjistojms          @743
     331    _mbcjmstojis                = _CRTDLL__mbcjmstojis          @744
     332    _mbclen                     = _CRTDLL__mbclen               @745
     333    _mbctohira                  = _CRTDLL__mbctohira            @746
     334    _mbctokata                  = _CRTDLL__mbctokata            @747
     335    _mbctolower                 = _CRTDLL__mbctolower           @748
     336    _mbctombb                   = _CRTDLL__mbctombb             @749
     337    _mbctoupper                 = _CRTDLL__mbctoupper           @750
    826338    _mbctype                    = CRTDLL_mbctype                @751
    827     _mbsbtype                   = CRTDLL__mbsbtype              @752
    828     _mbscat                     = CRTDLL__mbscat                @753
    829     _mbschr                     = CRTDLL__mbschr                @754
    830     _mbscmp                     = CRTDLL__mbscmp                @755
    831     _mbscoll                    = CRTDLL__mbscmp                @756
    832     _mbscpy                     = CRTDLL__mbscpy                @757
    833     _mbscspn                    = CRTDLL__mbscspn               @758
    834     _mbsdec                     = CRTDLL__mbsdec                @759
    835     _mbsdup                     = CRTDLL__mbsdup                @760
    836     _mbsicmp                    = CRTDLL__mbsicmp               @761
    837     _mbsicoll                   = CRTDLL__mbsicmp               @762
    838     _mbsinc                     = CRTDLL__mbsinc                @763
    839     _mbslen                     = CRTDLL__mbslen                @764
    840     _mbslwr                     = CRTDLL__mbslwr                @765
    841     _mbsnbcat                   = CRTDLL__mbsnbcat              @766
    842     _mbsnbcmp                   = CRTDLL__mbsnbcmp              @767
    843     _mbsnbcnt                   = CRTDLL__mbsnbcnt              @768
    844     _mbsnbcoll                  = CRTDLL__mbsncmp               @769
    845     _mbsnbcpy                   = CRTDLL__mbsnbcpy              @770
    846     _mbsnbicmp                  = CRTDLL__mbsnbicmp             @771
    847     _mbsnbicoll                 = CRTDLL__mbsnbicmp             @772
    848     _mbsnbset                   = CRTDLL__mbsnbset              @773
    849     _mbsncat                    = CRTDLL__mbsncat               @774
    850     _mbsnccnt                   = CRTDLL__mbsnccnt              @775
    851     _mbsncmp                    = CRTDLL__mbsncmp               @776
    852     _mbsncoll                   = CRTDLL__mbsncmp               @777
    853     _mbsncpy                    = CRTDLL__mbsncpy               @778
    854     _mbsnextc                   = CRTDLL__mbsnextc              @779
    855     _mbsnicmp                   = CRTDLL__mbsnicmp              @780
    856     _mbsnicoll                  = CRTDLL__mbsnicmp              @781
    857     _mbsninc                    = CRTDLL__mbsninc               @782
    858     _mbsnset                    = CRTDLL__mbsnset               @783
    859     _mbspbrk                    = CRTDLL__mbspbrk               @784
    860     _mbsrchr                    = CRTDLL__mbsrchr               @785
    861     _mbsrev                     = CRTDLL__mbsrev                @786
    862     _mbsset                     = CRTDLL__mbsset                @787
    863     _mbsspn                     = CRTDLL__mbsspn                @788
    864     _mbsspnp                    = CRTDLL__mbsspnp               @789
    865     _mbsstr                     = CRTDLL__mbsstr                @790
    866     _mbstok                     = CRTDLL__mbstok                @791
    867     _mbstrlen                   = CRTDLL__mbstrlen              @792
    868     _mbsupr                     = CRTDLL__mbsupr                @793
    869     _memccpy                    = CRTDLL__memccpy               @794
    870     _memicmp                    = NTDLL__memicmp                @795
    871     _mkdir                      = CRTDLL__mkdir                 @796
    872     _mktemp                     = CRTDLL__mktemp                @797
    873     _msize                      = CRTDLL__msize                 @798
     339    _mbsbtype                   = _CRTDLL__mbsbtype             @752
     340    _mbscat                     = _CRTDLL__mbscat               @753
     341    _mbschr                     = _CRTDLL__mbschr               @754
     342    _mbscmp                     = _CRTDLL__mbscmp               @755
     343    _mbscoll                    = _CRTDLL__mbscmp               @756
     344    _mbscpy                     = _CRTDLL__mbscpy               @757
     345    _mbscspn                    = _CRTDLL__mbscspn              @758
     346    _mbsdec                     = _CRTDLL__mbsdec               @759
     347    _mbsdup                     = _CRTDLL__mbsdup               @760
     348    _mbsicmp                    = _CRTDLL__mbsicmp              @761
     349    _mbsicoll                   = _CRTDLL__mbsicmp              @762
     350    _mbsinc                     = _CRTDLL__mbsinc               @763
     351    _mbslen                     = _CRTDLL__mbslen               @764
     352    _mbslwr                     = _CRTDLL__mbslwr               @765
     353    _mbsnbcat                   = _CRTDLL__mbsnbcat             @766
     354    _mbsnbcmp                   = _CRTDLL__mbsnbcmp             @767
     355    _mbsnbcnt                   = _CRTDLL__mbsnbcnt             @768
     356    _mbsnbcoll                  = _CRTDLL__mbsncmp              @769
     357    _mbsnbcpy                   = _CRTDLL__mbsnbcpy             @770
     358    _mbsnbicmp                  = _CRTDLL__mbsnbicmp            @771
     359    _mbsnbicoll                 = _CRTDLL__mbsnbicmp            @772
     360    _mbsnbset                   = _CRTDLL__mbsnbset             @773
     361    _mbsncat                    = _CRTDLL__mbsncat              @774
     362    _mbsnccnt                   = _CRTDLL__mbsnccnt             @775
     363    _mbsncmp                    = _CRTDLL__mbsncmp              @776
     364    _mbsncoll                   = _CRTDLL__mbsncmp              @777
     365    _mbsncpy                    = _CRTDLL__mbsncpy              @778
     366    _mbsnextc                   = _CRTDLL__mbsnextc             @779
     367    _mbsnicmp                   = _CRTDLL__mbsnicmp             @780
     368    _mbsnicoll                  = _CRTDLL__mbsnicmp             @781
     369    _mbsninc                    = _CRTDLL__mbsninc              @782
     370    _mbsnset                    = _CRTDLL__mbsnset              @783
     371    _mbspbrk                    = _CRTDLL__mbspbrk              @784
     372    _mbsrchr                    = _CRTDLL__mbsrchr              @785
     373    _mbsrev                     = _CRTDLL__mbsrev               @786
     374    _mbsset                     = _CRTDLL__mbsset               @787
     375    _mbsspn                     = _CRTDLL__mbsspn               @788
     376    _mbsspnp                    = _CRTDLL__mbsspnp              @789
     377    _mbsstr                     = _CRTDLL__mbsstr               @790
     378    _mbstok                     = _CRTDLL__mbstok               @791
     379    _mbstrlen                   = _CRTDLL__mbstrlen             @792
     380    _mbsupr                     = _CRTDLL__mbsupr               @793
     381    _memccpy                    = _CRTDLL__memccpy              @794
     382    _memicmp                    = _CRTDLL__memicmp              @795
     383    _mkdir                      = _CRTDLL__mkdir                        @796
     384    _mktemp                     = _CRTDLL__mktemp               @797
     385    _msize                      = _CRTDLL__msize                        @798
    874386;    _mtlock                                                    @799
    875387
    876388
    877389;    _mtunlock                                                  @800
    878     _nextafter                  = CRTDLL__nextafter             @801
    879     _onexit                     = CRTDLL__onexit                @802
    880     _open                       = CRTDLL__open                  @803
    881     _open_osfhandle             = CRTDLL__open_osfhandle        @804
     390    _nextafter                  = _CRTDLL__nextafter            @801
     391    _onexit                     = _CRTDLL__onexit               @802
     392    _open                       = _CRTDLL__open                 @803
     393    _open_osfhandle             = _CRTDLL__open_osfhandle       @804
    882394    _osver                      = MSVCRT__osver                 @805
    883395    _outp                       = _MSVCRT__outp                 @806
    884396    _outpd                      = _MSVCRT__outpd                @807
    885397    _outpw                      = _MSVCRT__outpw                @808
    886     _pclose                     = CRTDLL__pclose                @809
     398    _pclose                     = _CRTDLL__pclose               @809
    887399    _pctype                     = MSVCRT__pctype                @810
    888400    _pgmptr                     = MSVCRT__pgmptr                @811
    889     _pipe                       = CRTDLL__pipe                  @812
    890     _popen                      = CRTDLL__popen                 @813
    891     _purecall                   = CRTDLL__purecall              @814
    892     _putch                      = CRTDLL__putch                 @815
    893     _putenv                     = CRTDLL__putenv                @816
    894     _putw                       = CRTDLL__putw                  @817
     401    _pipe                       = _CRTDLL__pipe                 @812
     402    _popen                      = _CRTDLL__popen                        @813
     403    _purecall                   = _CRTDLL__purecall             @814
     404    _putch                      = _CRTDLL__putch                        @815
     405    _putenv                     = _CRTDLL__putenv               @816
     406    _putw                       = _CRTDLL__putw                 @817
    895407    _putws                      = _MSVCRT__putws                @818
    896408    _pwctype                    = MSVCRT__pwctype               @819
    897     _read                       = CRTDLL__read                  @820
    898     _rmdir                      = CRTDLL__rmdir                 @821
    899     _rmtmp                      = CRTDLL__rmtmp                 @822
    900     _rotl                       = CRTDLL__rotl                  @823
    901     _rotr                       = CRTDLL__rotr                  @824
     409    _read                       = _CRTDLL__read                 @820
     410    _rmdir                      = _CRTDLL__rmdir                        @821
     411    _rmtmp                      = _CRTDLL__rmtmp                        @822
     412    _rotl                       = _CRTDLL__rotl                 @823
     413    _rotr                       = _CRTDLL__rotr                 @824
    902414;   _safe_fdiv                                                  @825
    903415;   _safe_fdivr                                                 @826
    904416;   _safe_fprem                                                 @827
    905417;   _safe_fprem1                                                @828
    906     _scalb                      = CRTDLL__scalb                 @829
    907     _searchenv                  = CRTDLL__searchenv             @830
     418    _scalb                      = _CRTDLL__scalb                        @829
     419    _searchenv                  = _CRTDLL__searchenv            @830
    908420;   _seh_longjmp_unwind                                         @831
    909421    _set_error_mode             = _MSVCRT__set_error_mode       @832
    910     _seterrormode               = CRTDLL__seterrormode          @833
    911     _setjmp                     = CRTDLL__setjmp                @834
    912     _setjmp3                    = CRTDLL__setjmp                @835 ; Not correct
     422    _seterrormode               = _CRTDLL__seterrormode         @833
     423    _setjmp                     = _CRTDLL__setjmp               @834
     424    _setjmp3                    = _CRTDLL__setjmp               @835 ; Not correct
    913425    _setmaxstdio                = _MSVCRT__setmaxstdio          @836
    914426    _setmbcp                    = _MSVCRT__setmbcp              @837
    915427    _setmode                                                    @838
    916     _setsystime                 = CRTDLL__setsystime            @839
    917     _sleep                      = CRTDLL__sleep                 @840
    918     _snprintf                   = NTDLL__snprintf               @841
    919     _snwprintf                  = NTDLL__snwprintf              @842
    920     _sopen                      = CRTDLL__sopen                 @843
    921     _spawnl                     = CRTDLL__spawnl                @844
    922     _spawnle                    = CRTDLL__spawnle               @845
    923     _spawnlp                    = CRTDLL__spawnlp               @846
    924     _spawnlpe                   = CRTDLL__spawnlpe              @847
    925     _spawnv                     = CRTDLL__spawnv                @848
    926     _spawnve                    = CRTDLL__spawnve               @849
    927     _spawnvp                    = CRTDLL__spawnvp               @850
    928     _spawnvpe                   = CRTDLL__spawnvpe              @851
    929     _splitpath                  = NTDLL__splitpath              @852
    930     _stat                       = CRTDLL__stat                  @853
     428    _setsystime                 = _CRTDLL__setsystime           @839
     429    _sleep                      = _CRTDLL__sleep                        @840
     430    _snprintf                   = _CRTDLL__snprintf             @841
     431    _snwprintf                  = _CRTDLL__snwprintf            @842
     432    _sopen                      = _CRTDLL__sopen                        @843
     433    _spawnl                     = _CRTDLL__spawnl               @844
     434    _spawnle                    = _CRTDLL__spawnle              @845
     435    _spawnlp                    = _CRTDLL__spawnlp              @846
     436    _spawnlpe                   = _CRTDLL__spawnlpe             @847
     437    _spawnv                     = _CRTDLL__spawnv               @848
     438    _spawnve                    = _CRTDLL__spawnve              @849
     439    _spawnvp                    = _CRTDLL__spawnvp              @850
     440    _spawnvpe                   = _CRTDLL__spawnvpe             @851
     441    _splitpath                  = _CRTDLL__splitpath            @852
     442    _stat                       = _CRTDLL__stat                 @853
    931443    _stati64                    = _MSVCRT__stati64              @854
    932     _statusfp                   = CRTDLL__statusfp              @855
    933     _strcmpi                    = NTDLL__strcmpi                @856
    934     _strdate                    = CRTDLL__strdate               @857
    935     _strdup                     = CRTDLL__strdup                @858
    936     _strerror                   = CRTDLL__strerror              @859
    937     _stricmp                    = NTDLL__stricmp                @860
    938     _stricoll                   = CRTDLL__stricoll              @861
    939     _strlwr                     = NTDLL__strlwr                 @862
     444    _statusfp                   = _CRTDLL__statusfp             @855
     445    _strcmpi                    = _CRTDLL__strcmpi              @856
     446    _strdate                    = _CRTDLL__strdate              @857
     447    _strdup                     = _CRTDLL__strdup               @858
     448    _strerror                   = _CRTDLL__strerror             @859
     449    _stricmp                    = _CRTDLL__stricmp              @860
     450    _stricoll                   = _CRTDLL__stricoll             @861
     451    _strlwr                     = _CRTDLL__strlwr                       @862
    940452    _strncoll                   = _MSVCRT__strncoll             @863
    941     _strnicmp                   = NTDLL__strnicmp               @864
     453    _strnicmp                   = _CRTDLL__strnicmp             @864
    942454    _strnicoll                  = _MSVCRT__strnicoll            @865
    943     _strnset                    = CRTDLL__strnset               @866
    944     _strrev                     = CRTDLL__strrev                @867
    945     _strset                     = CRTDLL__strset                @868
    946     _strtime                    = CRTDLL__strtime               @869
    947     _strupr                     = NTDLL__strupr                 @870
    948     _swab                       = CRTDLL__swab                  @871
    949     _sys_errlist                = CRTDLL__sys_errlist           @872
     455    _strnset                    = _CRTDLL__strnset              @866
     456    _strrev                     = _CRTDLL__strrev               @867
     457    _strset                     = _CRTDLL__strset               @868
     458    _strtime                    = _CRTDLL__strtime              @869
     459    _strupr                     = _CRTDLL__strupr                       @870
     460    _swab                       = _CRTDLL__swab                 @871
     461    _sys_errlist                = CRTDLL_sys_errlist            @872
    950462    _sys_nerr                   = MSVCRT__sys_nerr              @873
    951     _tell                       = CRTDLL__tell                  @874
     463    _tell                       = _CRTDLL__tell                 @874
    952464    _telli64                    = _MSVCRT__telli64              @875
    953     _tempnam                    = CRTDLL__tempnam               @876
     465    _tempnam                    = _CRTDLL__tempnam              @876
    954466    _timezone                   = MSVCRT__timezone              @877
    955     _tolower                    = CRTDLL__tolower               @878
    956     _toupper                    = CRTDLL__toupper               @879
    957     _tzname                     = CRTDLL__tzname                @880
    958     _tzset                      = CRTDLL__tzset                 @881
    959     _ultoa                      = NTDLL__ultoa                  @882
     467    _tolower                    = _CRTDLL__tolower              @878
     468    _toupper                    = _CRTDLL__toupper              @879
     469    _tzname                     = CRTDLL_tzname                 @880
     470    _tzset                      = _CRTDLL__tzset                        @881
     471    _ultoa                      = _CRTDLL__ultoa                        @882
    960472    _ultow                      = _MSVCRT__ultow                @883
    961473    _umask                      = _MSVCRT__umask                @884
    962     _ungetch                    = CRTDLL__ungetch               @885
    963     _unlink                     = CRTDLL__unlink                @886
    964     _unloaddll                  = CRTDLL__unloaddll             @887
    965     _utime                      = CRTDLL__utime                 @888
    966     _vsnprintf                  = NTDLL__vsnprintf              @889
    967     _vsnwprintf                 = CRTDLL__vsnwprintf            @890
     474    _ungetch                    = _CRTDLL__ungetch              @885
     475    _unlink                     = _CRTDLL__unlink               @886
     476    _unloaddll                  = _CRTDLL__unloaddll            @887
     477    _utime                      = _CRTDLL__utime                        @888
     478    _vsnprintf                  = _CRTDLL__vsnprintf            @889
     479    _vsnwprintf                 = _CRTDLL__vsnwprintf           @890
    968480    _waccess                    = _MSVCRT__waccess              @891
    969481    _wasctime                   = _MSVCRT__wasctime             @892
     
    972484;   _wcmdln                                                     @895   
    973485    _wcreat                     = _MSVCRT__wcreat               @896
    974     _wcsdup                     = CRTDLL__wcsdup                @897
    975     _wcsicmp                    = NTDLL__wcsicmp                @898
    976     _wcsicoll                   = CRTDLL__wcsicoll              @899
    977 
    978 
    979     _wcslwr                     = NTDLL__wcslwr                 @900
     486    _wcsdup                     = _CRTDLL__wcsdup               @897
     487    _wcsicmp                    = _CRTDLL__wcsicmp              @898
     488    _wcsicoll                   = _CRTDLL__wcsicoll             @899
     489
     490
     491    _wcslwr                     = _CRTDLL__wcslwr                       @900
    980492    _wcsncoll                   = _MSVCRT__wcsncoll             @901
    981     _wcsnicmp                   = NTDLL__wcsnicmp               @902
     493    _wcsnicmp                   = _CRTDLL__wcsnicmp             @902
    982494    _wcsnicoll                  = _MSVCRT__wcsnicoll            @903
    983     _wcsnset                    = CRTDLL__wcsnset               @904
    984     _wcsrev                     = CRTDLL__wcsrev                @905
    985     _wcsset                     = CRTDLL__wcsset                @906
    986     _wcsupr                     = NTDLL__wcsupr                 @907
     495    _wcsnset                    = _CRTDLL__wcsnset              @904
     496    _wcsrev                     = _CRTDLL__wcsrev               @905
     497    _wcsset                     = _CRTDLL__wcsset               @906
     498    _wcsupr                     = _CRTDLL__wcsupr                       @907
    987499    _wctime                     = _MSVCRT__wctime               @908
    988500    _wenviron                                                   @909
     
    1020532    _wremove                    = _MSVCRT__wremove              @941
    1021533    _wrename                    = _MSVCRT__wrename              @942
    1022     _write                      = CRTDLL__write                 @943
     534    _write                      = _CRTDLL__write                        @943
    1023535    _wrmdir                     = _MSVCRT__wrmdir               @944
    1024536    _wsearchenv                 = _MSVCRT__wsearchenv           @945
     
    1041553    _wtempnam                   = _MSVCRT__wtempnam             @962
    1042554    _wtmpnam                    = _MSVCRT__wtmpnam              @963
    1043     _wtoi                       = NTDLL__wtoi                   @964
    1044     _wtol                       = NTDLL__wtol                   @965
     555    _wtoi                       = _CRTDLL__wtoi                 @964
     556    _wtol                       = _CRTDLL__wtol                 @965
    1045557    _wunlink                    = _MSVCRT__wunlink              @966
    1046558    _wutime                     = _MSVCRT__wutime               @967
    1047     _y0                         = CRTDLL__y0                    @968
    1048     _y1                         = CRTDLL__y1                    @969
    1049     _yn                         = CRTDLL__yn                    @970
    1050     abort                       = CRTDLL_abort                  @971
    1051     abs                         = NTDLL_abs                     @972
    1052     acos                        = CRTDLL_acos                   @973
    1053     asctime                     = CRTDLL_asctime                @974
    1054     asin                        = CRTDLL_asin                   @975
    1055     atan                        = NTDLL_atan                    @976
    1056     atan2                       = CRTDLL_atan2                  @977
    1057     atexit                      = CRTDLL_atexit                 @978
    1058     atof                        = CRTDLL_atof                   @979
    1059     atoi                        = NTDLL_atoi                    @980
    1060     atol                        = NTDLL_atol                    @981
    1061     bsearch                     = CRTDLL_bsearch                @982
    1062     calloc                      = CRTDLL_calloc                 @983
    1063     ceil                        = NTDLL_ceil                    @984
    1064     clearerr                    = CRTDLL_clearerr               @985
    1065     clock                       = CRTDLL_clock                  @986
    1066     cos                         = NTDLL_cos                     @987
    1067     cosh                        = CRTDLL_cosh                   @988
    1068     ctime                       = CRTDLL_ctime                  @989
    1069     difftime                    = CRTDLL_difftime               @990
    1070     div                         = CRTDLL_div                    @991
    1071     exit                        = CRTDLL_exit                   @992
    1072     exp                         = CRTDLL_exp                    @993
    1073     fabs                        = NTDLL_fabs                    @994
    1074     fclose                      = CRTDLL_fclose                 @995
    1075     feof                        = CRTDLL_feof                   @996
    1076     ferror                      = CRTDLL_ferror                 @997
    1077     fflush                      = CRTDLL_fflush                 @998
    1078     fgetc                       = CRTDLL_fgetc                  @999
    1079 
    1080 
    1081     fgetpos                     = CRTDLL_fgetpos                @1000
    1082     fgets                       = CRTDLL_fgets                  @1001
    1083     fgetwc                      = CRTDLL_fgetwc                 @1002
     559    _y0                         = _CRTDLL__y0                   @968
     560    _y1                         = _CRTDLL__y1                   @969
     561    _yn                         = _CRTDLL__yn                   @970
     562    abort                       = _CRTDLL_abort                 @971
     563    abs                         = _CRTDLL_abs                   @972
     564    acos                        = _CRTDLL_acos                  @973
     565    asctime                     = _CRTDLL_asctime               @974
     566    asin                        = _CRTDLL_asin                  @975
     567    atan                        = _CRTDLL_atan                  @976
     568    atan2                       = _CRTDLL_atan2                 @977
     569    atexit                      = _CRTDLL_atexit                        @978
     570    atof                        = _CRTDLL_atof                  @979
     571    atoi                        = _CRTDLL_atoi                  @980
     572    atol                        = _CRTDLL_atol                  @981
     573    bsearch                     = _CRTDLL_bsearch               @982
     574    calloc                      = _CRTDLL_calloc                        @983
     575    ceil                        = _CRTDLL_ceil                  @984
     576    clearerr                    = _CRTDLL_clearerr              @985
     577    clock                       = _CRTDLL_clock                 @986
     578    cos                         = _CRTDLL_cos                   @987
     579    cosh                        = _CRTDLL_cosh                  @988
     580    ctime                       = _CRTDLL_ctime                 @989
     581    difftime                    = _CRTDLL_difftime              @990
     582    div                         = _CRTDLL_div                   @991
     583    exit                        = _CRTDLL_exit                  @992
     584    exp                         = _CRTDLL_exp                   @993
     585    fabs                        = _CRTDLL_fabs                  @994
     586    fclose                      = _CRTDLL_fclose                        @995
     587    feof                        = _CRTDLL_feof                  @996
     588    ferror                      = _CRTDLL_ferror                        @997
     589    fflush                      = _CRTDLL_fflush                        @998
     590    fgetc                       = _CRTDLL_fgetc                 @999
     591
     592
     593    fgetpos                     = _CRTDLL_fgetpos               @1000
     594    fgets                       = _CRTDLL_fgets                 @1001
     595    fgetwc                      = _CRTDLL_fgetwc                        @1002
    1084596    fgetws                      = _MSVCRT_fgetws                @1003
    1085     floor                       = NTDLL_floor                   @1004
    1086     fmod                        = CRTDLL_fmod                   @1005
    1087     fopen                       = CRTDLL_fopen                  @1006
    1088     fprintf                     = CRTDLL_fprintf                @1007
    1089     fputc                       = CRTDLL_fputc                  @1008
    1090     fputs                       = CRTDLL_fputs                  @1009
    1091     fputwc                      = CRTDLL_fputwc                 @1010
     597    floor                       = _CRTDLL_floor                 @1004
     598    fmod                        = _CRTDLL_fmod                  @1005
     599    fopen                       = _CRTDLL_fopen                 @1006
     600    fprintf                     = _CRTDLL_fprintf               @1007
     601    fputc                       = _CRTDLL_fputc                 @1008
     602    fputs                       = _CRTDLL_fputs                 @1009
     603    fputwc                      = _CRTDLL_fputwc                        @1010
    1092604    fputws                      = _MSVCRT_fputws                @1011
    1093     fread                       = CRTDLL_fread                  @1012
    1094     free                        = CRTDLL_free                   @1013
    1095     freopen                     = CRTDLL_freopen                @1014
    1096     frexp                       = CRTDLL_frexp                  @1015
    1097     fscanf                      = CRTDLL_fscanf                 @1016
    1098     fseek                       = CRTDLL_fseek                  @1017
    1099     fsetpos                     = CRTDLL_fsetpos                @1018
    1100     ftell                       = CRTDLL_ftell                  @1019
    1101     fwprintf                    = CRTDLL_fwprintf               @1020
    1102     fwrite                      = CRTDLL_fwrite                 @1021
    1103     fwscanf                     = CRTDLL_fwscanf                @1022
    1104     getc                        = CRTDLL_getc                   @1023
    1105     getchar                     = CRTDLL_getchar                @1024
    1106     getenv                      = CRTDLL_getenv                 @1025
    1107     gets                        = CRTDLL_gets                   @1026
     605    fread                       = _CRTDLL_fread                 @1012
     606    free                        = _CRTDLL_free                  @1013
     607    freopen                     = _CRTDLL_freopen               @1014
     608    frexp                       = _CRTDLL_frexp                 @1015
     609    fscanf                      = _CRTDLL_fscanf                        @1016
     610    fseek                       = _CRTDLL_fseek                 @1017
     611    fsetpos                     = _CRTDLL_fsetpos               @1018
     612    ftell                       = _CRTDLL_ftell                 @1019
     613    fwprintf                    = _CRTDLL_fwprintf              @1020
     614    fwrite                      = _CRTDLL_fwrite                        @1021
     615    fwscanf                     = _CRTDLL_fwscanf               @1022
     616    getc                        = _CRTDLL_getc                  @1023
     617    getchar                     = _CRTDLL_getchar               @1024
     618    getenv                      = _CRTDLL_getenv                        @1025
     619    gets                        = _CRTDLL_gets                  @1026
    1108620    getwc                       = _MSVCRT_getwc                 @1027
    1109621    getwchar                    = _MSVCRT_getwchar              @1028
    1110     gmtime                      = CRTDLL_gmtime                 @1029
    1111     is_wctype                   = CRTDLL_is_wctype              @1030
    1112     isalnum                     = CRTDLL_isalnum                @1031
    1113     isalpha                     = NTDLL_isalpha                 @1032
    1114     iscntrl                     = CRTDLL_iscntrl                @1033
    1115     isdigit                     = NTDLL_isdigit                 @1034
    1116     isgraph                     = CRTDLL_isgraph                @1035
    1117     isleadbyte                  = CRTDLL_isleadbyte             @1036
    1118     islower                     = NTDLL_islower                 @1037
    1119     isprint                     = NTDLL_isprint                 @1038
    1120     ispunct                     = CRTDLL_ispunct                @1039
    1121     isspace                     = NTDLL_isspace                 @1040
    1122     isupper                     = NTDLL_isupper                 @1041
    1123     iswalnum                    = CRTDLL_iswalnum               @1042
    1124     iswalpha                    = NTDLL_iswalpha                @1043
    1125     iswascii                    = CRTDLL_iswascii               @1044
    1126     iswcntrl                    = CRTDLL_iswcntrl               @1045
    1127     iswctype                    = NTDLL_iswctype                @1046
    1128     iswdigit                    = CRTDLL_iswdigit               @1047
    1129     iswgraph                    = CRTDLL_iswgraph               @1048
    1130     iswlower                    = CRTDLL_iswlower               @1049
    1131     iswprint                    = CRTDLL_iswprint               @1050
    1132     iswpunct                    = CRTDLL_iswpunct               @1051
    1133     iswspace                    = CRTDLL_iswspace               @1052
    1134     iswupper                    = CRTDLL_iswupper               @1053
    1135     iswxdigit                   = CRTDLL_iswxdigit              @1054
    1136     isxdigit                    = NTDLL_isxdigit                @1055
    1137     labs                        = NTDLL_labs                    @1056
    1138     ldexp                       = CRTDLL_ldexp                  @1057
    1139     ldiv                        = CRTDLL_ldiv                   @1058 
    1140     localeconv                  = CRTDLL_localeconv             @1059
    1141     localtime                   = CRTDLL_localtime              @1060
    1142     log                         = NTDLL_log                     @1061
    1143     log10                       = CRTDLL_log10                  @1062
    1144     longjmp                     = CRTDLL_longjmp                @1063
    1145     malloc                      = CRTDLL_malloc                 @1064
    1146     mblen                       = CRTDLL_mblen                  @1065
    1147     mbstowcs                    = NTDLL_mbstowcs                @1066
    1148     mbtowc                      = CRTDLL_mbtowc                 @1067
    1149     memchr                      = NTDLL_memchr                  @1068
    1150     memcmp                      = NTDLL_memcmp                  @1069
    1151     memcpy                      = NTDLL_memcpy                  @1070
    1152     memmove                     = KERNEL32_memmove              @1071
    1153     memset                      = NTDLL_memset                  @1072
    1154     mktime                      = CRTDLL_mktime                 @1073
    1155     modf                        = CRTDLL_modf                   @1074
    1156     perror                      = CRTDLL_perror                 @1075
    1157     pow                         = NTDLL_pow                     @1076
    1158     printf                      = CRTDLL_printf                 @1077
    1159     putc                        = CRTDLL_putc                   @1078
    1160     putchar                     = CRTDLL_putchar                @1079
    1161     puts                        = CRTDLL_puts                   @1080
     622    gmtime                      = _CRTDLL_gmtime                        @1029
     623    is_wctype                   = _CRTDLL_is_wctype             @1030
     624    isalnum                     = _CRTDLL_isalnum               @1031
     625    isalpha                     = _CRTDLL_isalpha                       @1032
     626    iscntrl                     = _CRTDLL_iscntrl               @1033
     627    isdigit                     = _CRTDLL_isdigit                       @1034
     628    isgraph                     = _CRTDLL_isgraph               @1035
     629    isleadbyte                  = _CRTDLL_isleadbyte            @1036
     630    islower                     = _CRTDLL_islower                       @1037
     631    isprint                     = _CRTDLL_isprint                       @1038
     632    ispunct                     = _CRTDLL_ispunct               @1039
     633    isspace                     = _CRTDLL_isspace                       @1040
     634    isupper                     = _CRTDLL_isupper                       @1041
     635    iswalnum                    = _CRTDLL_iswalnum              @1042
     636    iswalpha                    = _CRTDLL_iswalpha              @1043
     637    iswascii                    = _CRTDLL_iswascii              @1044
     638    iswcntrl                    = _CRTDLL_iswcntrl              @1045
     639    iswctype                    = _CRTDLL_iswctype              @1046
     640    iswdigit                    = _CRTDLL_iswdigit              @1047
     641    iswgraph                    = _CRTDLL_iswgraph              @1048
     642    iswlower                    = _CRTDLL_iswlower              @1049
     643    iswprint                    = _CRTDLL_iswprint              @1050
     644    iswpunct                    = _CRTDLL_iswpunct              @1051
     645    iswspace                    = _CRTDLL_iswspace              @1052
     646    iswupper                    = _CRTDLL_iswupper              @1053
     647    iswxdigit                   = _CRTDLL_iswxdigit             @1054
     648    isxdigit                    = _CRTDLL_isxdigit              @1055
     649    labs                        = _CRTDLL_labs                  @1056
     650    ldexp                       = _CRTDLL_ldexp                 @1057
     651    ldiv                        = _CRTDLL_ldiv                  @1058 
     652    localeconv                  = _CRTDLL_localeconv            @1059
     653    localtime                   = _CRTDLL_localtime             @1060
     654    log                         = _CRTDLL_log                   @1061
     655    log10                       = _CRTDLL_log10                 @1062
     656    longjmp                     = _CRTDLL_longjmp               @1063
     657    malloc                      = _CRTDLL_malloc                        @1064
     658    mblen                       = _CRTDLL_mblen                 @1065
     659    mbstowcs                    = _CRTDLL_mbstowcs              @1066
     660    mbtowc                      = _CRTDLL_mbtowc                        @1067
     661    memchr                      = _CRTDLL_memchr                        @1068
     662    memcmp                      = _CRTDLL_memcmp                        @1069
     663    memcpy                      = _CRTDLL_memcpy                        @1070
     664    memmove                     = _CRTDLL_memmove               @1071
     665    memset                      = _CRTDLL_memset                        @1072
     666    mktime                      = _CRTDLL_mktime                        @1073
     667    modf                        = _CRTDLL_modf                  @1074
     668    perror                      = _CRTDLL_perror                        @1075
     669    pow                         = _CRTDLL_pow                   @1076
     670    printf                      = _CRTDLL_printf                        @1077
     671    putc                        = _CRTDLL_putc                  @1078
     672    putchar                     = _CRTDLL_putchar               @1079
     673    puts                        = _CRTDLL_puts                  @1080
    1162674    putwc                       = _MSVCRT_putwc                 @1081
    1163675    putwchar                    = _MSVCRT_putwchar              @1082
    1164     qsort                       = NTDLL_qsort                   @1083
    1165     raise                       = CRTDLL_raise                  @1084
    1166     rand                        = CRTDLL_rand                   @1085
    1167     realloc                     = CRTDLL_realloc                @1086
    1168     remove                      = CRTDLL_remove                 @1087
    1169     rename                      = CRTDLL_rename                 @1088
    1170     rewind                      = CRTDLL_rewind                 @1089
    1171     scanf                       = CRTDLL_scanf                  @1090
    1172     setbuf                      = CRTDLL_setbuf                 @1091
    1173     setlocale                   = CRTDLL_setlocale              @1092
    1174     setvbuf                     = CRTDLL_setvbuf                @1093
    1175     signal                      = CRTDLL_signal                 @1094
    1176     sin                         = NTDLL_sin                     @1095
    1177     sinh                        = CRTDLL_sinh                   @1096
    1178     sprintf                     = NTDLL_sprintf                 @1097
    1179     sqrt                        = NTDLL_sqrt                    @1098
    1180     srand                       = CRTDLL_srand                  @1099
    1181 
    1182 
    1183     sscanf                      = NTDLL_sscanf                  @1100
    1184     strcat                      = NTDLL_strcat                  @1101
    1185     strchr                      = NTDLL_strchr                  @1102
    1186     strcmp                      = NTDLL_strcmp                  @1103
    1187     strcoll                     = CRTDLL_strcoll                @1104
    1188     strcpy                      = NTDLL_strcpy                  @1105
    1189     strcspn                     = NTDLL_strcspn                 @1106
    1190     strerror                    = CRTDLL_strerror               @1107
    1191     strftime                    = CRTDLL_strftime               @1108
    1192     strlen                      = NTDLL_strlen                  @1109
    1193     strncat                     = NTDLL_strncat                 @1110
    1194     strncmp                     = NTDLL_strncmp                 @1111
    1195     strncpy                     = NTDLL_strncpy                 @1112
    1196     strpbrk                     = NTDLL_strpbrk                 @1113
    1197     strrchr                     = NTDLL_strrchr                 @1114
    1198     strspn                      = NTDLL_strspn                  @1115
    1199     strstr                      = NTDLL_strstr                  @1116
    1200     strtod                      = CRTDLL_strtod                 @1117
    1201     strtok                      = CRTDLL_strtok                 @1118
    1202     strtol                      = CRTDLL_strtol                 @1119
    1203     strtoul                     = CRTDLL_strtoul                @1120
    1204     strxfrm                     = CRTDLL_strxfrm                @1121
    1205     swprintf                    = NTDLL_swprintf                @1122
    1206     swscanf                     = CRTDLL_swscanf                @1123
    1207     system                      = CRTDLL_system                 @1124
    1208     tan                         = NTDLL_tan                     @1125
    1209     tanh                        = CRTDLL_tanh                   @1126
    1210     time                        = CRTDLL_time                   @1127
    1211     tmpfile                     = CRTDLL_tmpfile                @1128
    1212     tmpnam                      = CRTDLL_tmpnam                 @1129
    1213     tolower                     = NTDLL_tolower                 @1130
    1214     toupper                     = NTDLL_toupper                 @1131
    1215     towlower                    = NTDLL_towlower                @1132
    1216     towupper                    = NTDLL_towupper                @1133
    1217     ungetc                      = CRTDLL_ungetc                 @1134
    1218     ungetwc                     = CRTDLL_ungetwc                @1135
    1219     vfprintf                    = CRTDLL_vfprintf               @1136
    1220     vfwprintf                   = CRTDLL_vfwprintf              @1137
    1221     vprintf                     = CRTDLL_vprintf                @1138
    1222     vsprintf                    = NTDLL_vsprintf                @1139
    1223     vswprintf                   = CRTDLL_vswprintf              @1140
    1224     vwprintf                    = CRTDLL_vwprintf               @1141
    1225     wcscat                      = NTDLL_wcscat                  @1142
    1226     wcschr                      = NTDLL_wcschr                  @1143
    1227     wcscmp                      = NTDLL_wcscmp                  @1144
    1228     wcscoll                     = CRTDLL_wcscoll                @1145
    1229     wcscpy                      = NTDLL_wcscpy                  @1146
    1230     wcscspn                     = NTDLL_wcscspn                 @1147
    1231     wcsftime                    = CRTDLL_wcsftime               @1148
    1232     wcslen                      = NTDLL_wcslen                  @1149
    1233     wcsncat                     = NTDLL_wcsncat                 @1150
    1234     wcsncmp                     = NTDLL_wcsncmp                 @1151
    1235     wcsncpy                     = NTDLL_wcsncpy                 @1152
    1236     wcspbrk                     = NTDLL_wcspbrk                 @1153
    1237     wcsrchr                     = NTDLL_wcsrchr                 @1154
    1238     wcsspn                      = NTDLL_wcsspn                  @1155
    1239     wcsstr                      = NTDLL_wcsstr                  @1156
    1240     wcstod                      = CRTDLL_wcstod                 @1157
    1241     wcstok                      = NTDLL_wcstok                  @1158
    1242     wcstol                      = NTDLL_wcstol                  @1159
    1243     wcstombs                    = NTDLL_wcstombs                @1160
    1244     wcstoul                     = NTDLL_wcstoul                 @1161
    1245     wcsxfrm                     = CRTDLL_wcsxfrm                @1162
    1246     wctomb                      = CRTDLL_wctomb                 @1163
    1247     wprintf                     = CRTDLL_wprintf                @1164
    1248     wscanf                      = CRTDLL_wscanf                 @1165
     676    qsort                       = _CRTDLL_qsort                 @1083
     677    raise                       = _CRTDLL_raise                 @1084
     678    rand                        = _CRTDLL_rand                  @1085
     679    realloc                     = _CRTDLL_realloc               @1086
     680    remove                      = _CRTDLL_remove                        @1087
     681    rename                      = _CRTDLL_rename                        @1088
     682    rewind                      = _CRTDLL_rewind                        @1089
     683    scanf                       = _CRTDLL_scanf                 @1090
     684    setbuf                      = _CRTDLL_setbuf                        @1091
     685    setlocale                   = _CRTDLL_setlocale             @1092
     686    setvbuf                     = _CRTDLL_setvbuf               @1093
     687    signal                      = _CRTDLL_signal                        @1094
     688    sin                         = _CRTDLL_sin                   @1095
     689    sinh                        = _CRTDLL_sinh                  @1096
     690    sprintf                     = _CRTDLL_sprintf                       @1097
     691    sqrt                        = _CRTDLL_sqrt                  @1098
     692    srand                       = _CRTDLL_srand                 @1099
     693
     694
     695    sscanf                      = _CRTDLL_sscanf                        @1100
     696    strcat                      = _CRTDLL_strcat                        @1101
     697    strchr                      = _CRTDLL_strchr                        @1102
     698    strcmp                      = _CRTDLL_strcmp                        @1103
     699    strcoll                     = _CRTDLL_strcoll               @1104
     700    strcpy                      = _CRTDLL_strcpy                        @1105
     701    strcspn                     = _CRTDLL_strcspn                       @1106
     702    strerror                    = _CRTDLL_strerror              @1107
     703    strftime                    = _CRTDLL_strftime              @1108
     704    strlen                      = _CRTDLL_strlen                        @1109
     705    strncat                     = _CRTDLL_strncat                       @1110
     706    strncmp                     = _CRTDLL_strncmp                       @1111
     707    strncpy                     = _CRTDLL_strncpy                       @1112
     708    strpbrk                     = _CRTDLL_strpbrk                       @1113
     709    strrchr                     = _CRTDLL_strrchr                       @1114
     710    strspn                      = _CRTDLL_strspn                        @1115
     711    strstr                      = _CRTDLL_strstr                        @1116
     712    strtod                      = _CRTDLL_strtod                        @1117
     713    strtok                      = _CRTDLL_strtok                        @1118
     714    strtol                      = _CRTDLL_strtol                        @1119
     715    strtoul                     = _CRTDLL_strtoul               @1120
     716    strxfrm                     = _CRTDLL_strxfrm               @1121
     717    swprintf                    = _CRTDLL_swprintf              @1122
     718    swscanf                     = _CRTDLL_swscanf               @1123
     719    system                      = _CRTDLL_system                        @1124
     720    tan                         = _CRTDLL_tan                   @1125
     721    tanh                        = _CRTDLL_tanh                  @1126
     722    time                        = _CRTDLL_time                  @1127
     723    tmpfile                     = _CRTDLL_tmpfile               @1128
     724    tmpnam                      = _CRTDLL_tmpnam                        @1129
     725    tolower                     = _CRTDLL_tolower                       @1130
     726    toupper                     = _CRTDLL_toupper                       @1131
     727    towlower                    = _CRTDLL_towlower              @1132
     728    towupper                    = _CRTDLL_towupper              @1133
     729    ungetc                      = _CRTDLL_ungetc                @1134
     730    ungetwc                     = _CRTDLL_ungetwc               @1135
     731    vfprintf                    = _CRTDLL_vfprintf              @1136
     732    vfwprintf                   = _CRTDLL_vfwprintf             @1137
     733    vprintf                     = _CRTDLL_vprintf               @1138
     734    vsprintf                    = _CRTDLL_vsprintf              @1139
     735    vswprintf                   = _CRTDLL_vswprintf             @1140
     736    vwprintf                    = _CRTDLL_vwprintf              @1141
     737    wcscat                      = _CRTDLL_wcscat                        @1142
     738    wcschr                      = _CRTDLL_wcschr                        @1143
     739    wcscmp                      = _CRTDLL_wcscmp                        @1144
     740    wcscoll                     = _CRTDLL_wcscoll               @1145
     741    wcscpy                      = _CRTDLL_wcscpy                        @1146
     742    wcscspn                     = _CRTDLL_wcscspn                       @1147
     743    wcsftime                    = _CRTDLL_wcsftime              @1148
     744    wcslen                      = _CRTDLL_wcslen                        @1149
     745    wcsncat                     = _CRTDLL_wcsncat                       @1150
     746    wcsncmp                     = _CRTDLL_wcsncmp                       @1151
     747    wcsncpy                     = _CRTDLL_wcsncpy                       @1152
     748    wcspbrk                     = _CRTDLL_wcspbrk                       @1153
     749    wcsrchr                     = _CRTDLL_wcsrchr                       @1154
     750    wcsspn                      = _CRTDLL_wcsspn                        @1155
     751    wcsstr                      = _CRTDLL_wcsstr                        @1156
     752    wcstod                      = _CRTDLL_wcstod                        @1157
     753    wcstok                      = _CRTDLL_wcstok                        @1158
     754    wcstol                      = _CRTDLL_wcstol                        @1159
     755    wcstombs                    = _CRTDLL_wcstombs              @1160
     756    wcstoul                     = _CRTDLL_wcstoul                       @1161
     757    wcsxfrm                     = _CRTDLL_wcsxfrm               @1162
     758    wctomb                      = _CRTDLL_wctomb                        @1163
     759    wprintf                     = _CRTDLL_wprintf               @1164
     760    wscanf                      = _CRTDLL_wscanf                        @1165
Note: See TracChangeset for help on using the changeset viewer.