This file is indexed.

/usr/lib/x86_64-linux-gnu/wine/libmsvcrt.def is in wine1.6-amd64 1:1.6.2-0ubuntu14.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
; File generated automatically from ./dlls/msvcrt/msvcrt.spec; do not edit!

LIBRARY msvcrt.dll

EXPORTS
  $I10_OUTPUT=MSVCRT_I10_OUTPUT @1
  ??0__non_rtti_object@@QEAA@AEBV0@@Z=MSVCRT___non_rtti_object_copy_ctor @2
  ??0__non_rtti_object@@QEAA@PEBD@Z=MSVCRT___non_rtti_object_ctor @3
  ??0bad_cast@@AEAA@PEBQEBD@Z=MSVCRT_bad_cast_ctor @4
  ??0bad_cast@@QEAA@AEBQEBD@Z=MSVCRT_bad_cast_ctor @5
  ??0bad_cast@@QEAA@AEBV0@@Z=MSVCRT_bad_cast_copy_ctor @6
  ??0bad_cast@@QEAA@PEBD@Z=MSVCRT_bad_cast_ctor_charptr @7
  ??0bad_typeid@@QEAA@AEBV0@@Z=MSVCRT_bad_typeid_copy_ctor @8
  ??0bad_typeid@@QEAA@PEBD@Z=MSVCRT_bad_typeid_ctor @9
  ??0exception@@QEAA@AEBQEBD@Z=MSVCRT_exception_ctor @10
  ??0exception@@QEAA@AEBQEBDH@Z=MSVCRT_exception_ctor_noalloc @11
  ??0exception@@QEAA@AEBV0@@Z=MSVCRT_exception_copy_ctor @12
  ??0exception@@QEAA@XZ=MSVCRT_exception_default_ctor @13
  ??1__non_rtti_object@@UEAA@XZ=MSVCRT___non_rtti_object_dtor @14
  ??1bad_cast@@UEAA@XZ=MSVCRT_bad_cast_dtor @15
  ??1bad_typeid@@UEAA@XZ=MSVCRT_bad_typeid_dtor @16
  ??1exception@@UEAA@XZ=MSVCRT_exception_dtor @17
  ??1type_info@@UEAA@XZ=MSVCRT_type_info_dtor @18
  ??2@YAPEAX_K@Z=MSVCRT_operator_new @19
  ??2@YAPEAX_KHPEBDH@Z=MSVCRT_operator_new_dbg @20
  ??3@YAXPEAX@Z=MSVCRT_operator_delete @21
  ??4__non_rtti_object@@QEAAAEAV0@AEBV0@@Z=MSVCRT___non_rtti_object_opequals @22
  ??4bad_cast@@QEAAAEAV0@AEBV0@@Z=MSVCRT_bad_cast_opequals @23
  ??4bad_typeid@@QEAAAEAV0@AEBV0@@Z=MSVCRT_bad_typeid_opequals @24
  ??4exception@@QEAAAEAV0@AEBV0@@Z=MSVCRT_exception_opequals @25
  ??8type_info@@QEBAHAEBV0@@Z=MSVCRT_type_info_opequals_equals @26
  ??9type_info@@QEBAHAEBV0@@Z=MSVCRT_type_info_opnot_equals @27
  ??_7__non_rtti_object@@6B@=MSVCRT___non_rtti_object_vtable @28 DATA
  ??_7bad_cast@@6B@=MSVCRT_bad_cast_vtable @29 DATA
  ??_7bad_typeid@@6B@=MSVCRT_bad_typeid_vtable @30 DATA
  ??_7exception@@6B@=MSVCRT_exception_vtable @31 DATA
  ??_Fbad_cast@@QEAAXXZ=MSVCRT_bad_cast_default_ctor @32
  ??_Fbad_typeid@@QEAAXXZ=MSVCRT_bad_typeid_default_ctor @33
  ??_U@YAPEAX_K@Z=MSVCRT_operator_new @34
  ??_U@YAPEAX_KHPEBDH@Z=MSVCRT_operator_new_dbg @35
  ??_V@YAXPEAX@Z=MSVCRT_operator_delete @36
  ?_query_new_handler@@YAP6AH_K@ZXZ=MSVCRT__query_new_handler @37
  ?_query_new_mode@@YAHXZ=MSVCRT__query_new_mode @38
  ?_set_new_handler@@YAP6AH_K@ZP6AH0@Z@Z=MSVCRT__set_new_handler @39
  ?_set_new_mode@@YAHH@Z=MSVCRT__set_new_mode @40
  ?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z=MSVCRT__set_se_translator @41
  ?before@type_info@@QEBAHAEBV1@@Z=MSVCRT_type_info_before @42
  ?name@type_info@@QEBAPEBDXZ=MSVCRT_type_info_name @43
  ?raw_name@type_info@@QEBAPEBDXZ=MSVCRT_type_info_raw_name @44
  ?set_new_handler@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_new_handler @45
  ?set_terminate@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_terminate @46
  ?set_unexpected@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_unexpected @47
  ?terminate@@YAXXZ=MSVCRT_terminate @48
  ?unexpected@@YAXXZ=MSVCRT_unexpected @49
  ?what@exception@@UEBAPEBDXZ=MSVCRT_what_exception @50
  _CxxThrowException @51
  _Getdays @52
  _Getmonths @53
  _Gettnames @54
  _HUGE=MSVCRT__HUGE @55 DATA
  _Strftime @56
  _XcptFilter @57
  __C_specific_handler=ntdll.__C_specific_handler @58
  __CppXcptFilter @59
  __CxxDetectRethrow @60
  __CxxFrameHandler @61
  __CxxFrameHandler2=__CxxFrameHandler @62
  __CxxFrameHandler3=__CxxFrameHandler @63
  __CxxQueryExceptionSize @64
  __RTCastToVoid=MSVCRT___RTCastToVoid @65
  __RTDynamicCast=MSVCRT___RTDynamicCast @66
  __RTtypeid=MSVCRT___RTtypeid @67
  __STRINGTOLD @68
  ___lc_codepage_func @69
  ___lc_collate_cp_func @70
  ___lc_handle_func @71
  ___mb_cur_max_func=MSVCRT____mb_cur_max_func @72
  ___setlc_active_func=MSVCRT____setlc_active_func @73
  ___unguarded_readlc_active_add_func=MSVCRT____unguarded_readlc_active_add_func @74
  __argc=MSVCRT___argc @75 DATA
  __argv=MSVCRT___argv @76 DATA
  __badioinfo=MSVCRT___badioinfo @77 DATA
  __crtCompareStringA @78
  __crtCompareStringW @79
  __crtGetLocaleInfoW @80
  __crtGetStringTypeW @81
  __crtLCMapStringA @82
  __crtLCMapStringW @83
  __daylight=MSVCRT___p__daylight @84
  __dllonexit @85
  __doserrno=MSVCRT___doserrno @86
  __fpecode @87
  __getmainargs @89
  __initenv=MSVCRT___initenv @90 DATA
  __iob_func=MSVCRT___iob_func @91
  __isascii=MSVCRT___isascii @92
  __iscsym=MSVCRT___iscsym @93
  __iscsymf=MSVCRT___iscsymf @94
  __lc_codepage=MSVCRT___lc_codepage @95 DATA
  __lc_collate_cp=MSVCRT___lc_collate_cp @97 DATA
  __lc_handle=MSVCRT___lc_handle @98 DATA
  __lconv_init @99
  __mb_cur_max=MSVCRT___mb_cur_max @100 DATA
  __p___argc @101
  __p___argv @102
  __p___initenv @103
  __p___mb_cur_max @104
  __p___wargv @105
  __p___winitenv @106
  __p__acmdln @107
  __p__amblksiz @108
  __p__commode @109
  __p__daylight=MSVCRT___p__daylight @110
  __p__dstbias @111
  __p__environ=MSVCRT___p__environ @112
  __p__fmode @114
  __p__iob=MSVCRT___iob_func @115
  __p__mbctype @117
  __p__osver @118
  __p__pctype=MSVCRT___p__pctype @119
  __p__pgmptr @120
  __p__timezone=MSVCRT___p__timezone @122
  __p__tzname @123
  __p__wcmdln @124
  __p__wenviron=MSVCRT___p__wenviron @125
  __p__winmajor @126
  __p__winminor @127
  __p__winver @128
  __p__wpgmptr @129
  __pctype_func=MSVCRT___pctype_func @130
  __pioinfo=MSVCRT___pioinfo @131 DATA
  __pxcptinfoptrs=MSVCRT___pxcptinfoptrs @132
  __set_app_type=MSVCRT___set_app_type @133
  __setlc_active=MSVCRT___setlc_active @134 DATA
  __setusermatherr=MSVCRT___setusermatherr @135
  __threadhandle=kernel32.GetCurrentThread @136
  __threadid=kernel32.GetCurrentThreadId @137
  __toascii=MSVCRT___toascii @138
  __uncaught_exception=MSVCRT___uncaught_exception @139
  __unDName @140
  __unDNameEx @141
  __unguarded_readlc_active=MSVCRT___unguarded_readlc_active @142 DATA
  __wargv=MSVCRT___wargv @143 DATA
  __wcserror=MSVCRT___wcserror @144
  __wcserror_s @145
  __wgetmainargs @146
  __winitenv=MSVCRT___winitenv @147 DATA
  _abnormal_termination @148
  _abs64 @149
  _access=MSVCRT__access @150
  _access_s @151
  _acmdln=MSVCRT__acmdln @152 DATA
  _aexit_rtn @153 DATA
  _aligned_free @154
  _aligned_malloc @155
  _aligned_offset_malloc @156
  _aligned_offset_realloc @157
  _aligned_realloc @158
  _amsg_exit @159
  _assert=MSVCRT__assert @160
  _atodbl=MSVCRT__atodbl @161
  _atodbl_l=MSVCRT__atodbl_l @162
  _atof_l=MSVCRT__atof_l @163
  _atoflt_l=MSVCRT__atoflt_l @164
  _atoi64=ntdll._atoi64 @165
  _atoi_l=MSVCRT__atoi_l @166
  _atoldbl=MSVCRT__atoldbl @167
  _beep=MSVCRT__beep @168
  _beginthread @169
  _beginthreadex @170
  _c_exit=MSVCRT__c_exit @171
  _cabs=MSVCRT__cabs @172
  _callnewh @173
  _cexit=MSVCRT__cexit @174
  _cgets @175
  _chdir=MSVCRT__chdir @176
  _chdrive=MSVCRT__chdrive @177
  _chgsign=MSVCRT__chgsign @178
  _chgsignf=MSVCRT__chgsignf @179
  _chmod=MSVCRT__chmod @180
  _chsize=MSVCRT__chsize @181
  _chsize_s=MSVCRT__chsize_s @182
  _clearfp @183
  _close=MSVCRT__close @184
  _commit=MSVCRT__commit @185
  _commode=MSVCRT__commode @186 DATA
  _control87 @187
  _controlfp @188
  _controlfp_s @189
  _copysign=MSVCRT__copysign @190
  _copysignf=MSVCRT__copysignf @191
  _cprintf @192
  _cputs @193
  _cputws @194
  _creat=MSVCRT__creat @195
  _create_locale=MSVCRT__create_locale @196
  _cscanf @197
  _cscanf_l @198
  _cscanf_s @199
  _cscanf_s_l @200
  _ctime32=MSVCRT__ctime32 @201
  _ctime32_s=MSVCRT__ctime32_s @202
  _ctime64=MSVCRT__ctime64 @203
  _ctime64_s=MSVCRT__ctime64_s @204
  _ctype=MSVCRT__ctype @205 DATA
  _cwait @206
  _cwprintf @207
  _cwscanf @208
  _cwscanf_l @209
  _cwscanf_s @210
  _cwscanf_s_l @211
  _daylight=MSVCRT___daylight @212 DATA
  _difftime32=MSVCRT__difftime32 @213
  _difftime64=MSVCRT__difftime64 @214
  _dstbias=MSVCRT__dstbias @215 DATA
  _dup=MSVCRT__dup @216
  _dup2=MSVCRT__dup2 @217
  _ecvt @218
  _ecvt_s @219
  _endthread @220
  _endthreadex @221
  _environ=MSVCRT__environ @222 DATA
  _eof=MSVCRT__eof @223
  _errno=MSVCRT__errno @224
  _execl @225
  _execle @226
  _execlp @227
  _execlpe @228
  _execv @229
  _execve=MSVCRT__execve @230
  _execvp @231
  _execvpe @232
  _exit=MSVCRT__exit @233
  _expand @234
  _fcloseall=MSVCRT__fcloseall @235
  _fcvt @236
  _fcvt_s @237
  _fdopen=MSVCRT__fdopen @238
  _fgetchar=MSVCRT__fgetchar @239
  _fgetwchar=MSVCRT__fgetwchar @240
  _filbuf=MSVCRT__filbuf @241
  _filelength=MSVCRT__filelength @242
  _filelengthi64=MSVCRT__filelengthi64 @243
  _fileno=MSVCRT__fileno @244
  _findclose=MSVCRT__findclose @245
  _findfirst=MSVCRT__findfirst @246
  _findfirst32=MSVCRT__findfirst32 @247
  _findfirst64=MSVCRT__findfirst64 @248
  _findfirst64i32=MSVCRT__findfirst64i32 @249
  _findfirsti64=MSVCRT__findfirsti64 @250
  _findnext=MSVCRT__findnext @251
  _findnext32=MSVCRT__findnext32 @252
  _findnext64=MSVCRT__findnext64 @253
  _findnext64i32=MSVCRT__findnext64i32 @254
  _findnexti64=MSVCRT__findnexti64 @255
  _finite=MSVCRT__finite @256
  _finitef=MSVCRT__finitef @257
  _flsbuf=MSVCRT__flsbuf @258
  _flushall=MSVCRT__flushall @259
  _fmode=MSVCRT__fmode @260 DATA
  _fpclass=MSVCRT__fpclass @261
  _fpreset @263
  _fputchar=MSVCRT__fputchar @264
  _fputwchar=MSVCRT__fputwchar @265
  _free_locale=MSVCRT__free_locale @266
  _fscanf_l=MSVCRT__fscanf_l @267
  _fscanf_s_l=MSVCRT__fscanf_s_l @268
  _fseeki64=MSVCRT__fseeki64 @269
  _fsopen=MSVCRT__fsopen @270
  _fstat=MSVCRT__fstat @271
  _fstat64=MSVCRT__fstat64 @272
  _fstati64=MSVCRT__fstati64 @273
  _ftelli64=MSVCRT__ftelli64 @274
  _ftime=MSVCRT__ftime @275
  _ftime32=MSVCRT__ftime32 @276
  _ftime32_s=MSVCRT__ftime32_s @277
  _ftime64=MSVCRT__ftime64 @278
  _ftime64_s=MSVCRT__ftime64_s @279
  _fullpath @280
  _futime @281
  _futime32 @282
  _futime64 @283
  _fwprintf_l=MSVCRT__fwprintf_l @284
  _fwscanf_l=MSVCRT__fwscanf_l @285
  _fwscanf_s_l=MSVCRT__fwscanf_s_l @286
  _gcvt @287
  _gcvt_s @288
  _get_current_locale=MSVCRT__get_current_locale @289
  _get_doserrno @290
  _get_errno @291
  _get_fmode @292
  _get_heap_handle @293
  _get_osfhandle=MSVCRT__get_osfhandle @294
  _get_osplatform=MSVCRT__get_osplatform @295
  _get_output_format @296
  _get_pgmptr @297
  _get_sbh_threshold @298
  _get_wpgmptr @299
  _get_terminate=MSVCRT__get_terminate @300
  _get_tzname=MSVCRT__get_tzname @301
  _get_unexpected=MSVCRT__get_unexpected @302
  _getch @303
  _getche @304
  _getcwd=MSVCRT__getcwd @305
  _getdcwd=MSVCRT__getdcwd @306
  _getdiskfree=MSVCRT__getdiskfree @307
  _getdllprocaddr @308
  _getdrive=MSVCRT__getdrive @309
  _getdrives=kernel32.GetLogicalDrives @310
  _getmaxstdio=MSVCRT__getmaxstdio @311
  _getmbcp @312
  _getpid @313
  _getw=MSVCRT__getw @315
  _getws=MSVCRT__getws @316
  _gmtime32=MSVCRT__gmtime32 @317
  _gmtime32_s=MSVCRT__gmtime32_s @318
  _gmtime64=MSVCRT__gmtime64 @319
  _gmtime64_s=MSVCRT__gmtime64_s @320
  _heapadd @321
  _heapchk @322
  _heapmin @323
  _heapset @324
  _heapwalk @326
  _hypot @327
  _hypotf=MSVCRT__hypotf @328
  _i64toa=ntdll._i64toa @329
  _i64toa_s @330
  _i64tow=ntdll._i64tow @331
  _i64tow_s @332
  _initterm @333
  _initterm_e @334
  _invalid_parameter=MSVCRT__invalid_parameter @335
  _iob=MSVCRT__iob @336 DATA
  _isalnum_l=MSVCRT__isalnum_l @337
  _isalpha_l=MSVCRT__isalpha_l @338
  _isatty=MSVCRT__isatty @339
  _iscntrl_l=MSVCRT__iscntrl_l @340
  _isctype=MSVCRT__isctype @341
  _isctype_l=MSVCRT__isctype_l @342
  _isdigit_l=MSVCRT__isdigit_l @343
  _isgraph_l=MSVCRT__isgraph_l @344
  _isleadbyte_l=MSVCRT__isleadbyte_l @345
  _islower_l=MSVCRT__islower_l @346
  _ismbbkana @351
  _ismbblead @354
  _ismbbtrail @357
  _ismbcalnum @358
  _ismbcalpha @359
  _ismbcdigit @360
  _ismbcgraph @361
  _ismbchira @362
  _ismbckata @363
  _ismbclegal @367
  _ismbclower @368
  _ismbcprint @369
  _ismbcpunct @370
  _ismbcspace @371
  _ismbcsymbol @372
  _ismbcupper @373
  _ismbslead @374
  _ismbstrail @375
  _isnan=MSVCRT__isnan @376
  _isnanf=MSVCRT__isnanf @377
  _isprint_l=MSVCRT__isprint_l @378
  _isspace_l=MSVCRT__isspace_l @379
  _isupper_l=MSVCRT__isupper_l @380
  _iswalpha_l=MSVCRT__iswalpha_l @381
  _iswdigit_l=MSVCRT__iswdigit_l @382
  _isxdigit_l=MSVCRT__isxdigit_l @383
  _itoa=ntdll._itoa @384
  _itoa_s @385
  _itow=ntdll._itow @386
  _itow_s @387
  _j0=MSVCRT__j0 @388
  _j1=MSVCRT__j1 @389
  _jn=MSVCRT__jn @390
  _kbhit @391
  _lfind @392
  _loaddll @393
  _local_unwind @394
  _localtime32=MSVCRT__localtime32 @395
  _localtime32_s @396
  _localtime64=MSVCRT__localtime64 @397
  _localtime64_s @398
  _lock @399
  _lock_file=MSVCRT__lock_file @400
  _locking=MSVCRT__locking @401
  _logb=MSVCRT__logb @402
  _logbf=MSVCRT__logbf @403
  _lrotl=MSVCRT__lrotl @404
  _lrotr=MSVCRT__lrotr @405
  _lsearch @406
  _lseek=MSVCRT__lseek @407
  _lseeki64=MSVCRT__lseeki64 @408
  _ltoa=ntdll._ltoa @409
  _ltoa_s @410
  _ltow=ntdll._ltow @411
  _ltow_s @412
  _makepath @413
  _makepath_s @414
  _matherr=MSVCRT__matherr @415
  _mbbtombc @416
  _mbbtype @417
  _mbccpy @418
  _mbcjistojms @419
  _mbcjmstojis @420
  _mbclen @421
  _mbctolower @424
  _mbctombb @425
  _mbctoupper @426
  _mbctype=MSVCRT_mbctype @427 DATA
  _mbsbtype @428
  _mbscat @429
  _mbschr @430
  _mbscmp @431
  _mbscoll @432
  _mbscoll_l @433
  _mbscpy @434
  _mbscspn @435
  _mbsdec @436
  _mbsdup=MSVCRT__strdup @437
  _mbsicmp @438
  _mbsicoll @439
  _mbsicoll_l @440
  _mbsinc @441
  _mbslen @442
  _mbslwr @443
  _mbslwr_s @444
  _mbsnbcat @445
  _mbsnbcat_s @446
  _mbsnbcmp @447
  _mbsnbcnt @448
  _mbsnbcoll @449
  _mbsnbcoll_l @450
  _mbsnbcpy @451
  _mbsnbcpy_s @452
  _mbsnbicmp @453
  _mbsnbicoll @454
  _mbsnbicoll_l @455
  _mbsnbset @456
  _mbsncat @457
  _mbsnccnt @458
  _mbsncmp @459
  _mbsncpy @461
  _mbsnextc @462
  _mbsnicmp @463
  _mbsninc @465
  _mbsnset @466
  _mbspbrk @467
  _mbsrchr @468
  _mbsrev @469
  _mbsset @470
  _mbsspn @471
  _mbsspnp @472
  _mbsstr @473
  _mbstok @474
  _mbstok_l @475
  _mbstok_s @476
  _mbstok_s_l @477
  _mbstowcs_l=MSVCRT__mbstowcs_l @478
  _mbstowcs_s_l=MSVCRT__mbstowcs_s_l @479
  _mbstrlen @480
  _mbstrlen_l @481
  _mbsupr @482
  _mbsupr_s @483
  _mbtowc_l=MSVCRT_mbtowc_l @484
  _memccpy=ntdll._memccpy @485
  _memicmp=ntdll._memicmp @486
  _mkdir=MSVCRT__mkdir @487
  _mkgmtime=MSVCRT__mkgmtime @488
  _mkgmtime32=MSVCRT__mkgmtime32 @489
  _mkgmtime64=MSVCRT__mkgmtime64 @490
  _mktemp=MSVCRT__mktemp @491
  _mktemp_s=MSVCRT__mktemp_s @492
  _mktime32=MSVCRT__mktime32 @493
  _mktime64=MSVCRT__mktime64 @494
  _msize @495
  _nextafter=MSVCRT__nextafter @496
  _nextafterf=MSVCRT__nextafterf @497
  _onexit=MSVCRT__onexit @498
  _open=MSVCRT__open @499
  _open_osfhandle=MSVCRT__open_osfhandle @500
  _osplatform=MSVCRT__osplatform @501 DATA
  _osver=MSVCRT__osver @502 DATA
  _pclose=MSVCRT__pclose @503
  _pctype=MSVCRT__pctype @504 DATA
  _pgmptr=MSVCRT__pgmptr @505 DATA
  _pipe=MSVCRT__pipe @506
  _popen=MSVCRT__popen @507
  _purecall @508
  _putch @509
  _putenv @510
  _putenv_s @511
  _putw=MSVCRT__putw @512
  _putwch=MSVCRT__putwch @513
  _putws=MSVCRT__putws @514
  _read=MSVCRT__read @515
  _resetstkoflw=MSVCRT__resetstkoflw @516
  _rmdir=MSVCRT__rmdir @517
  _rmtmp=MSVCRT__rmtmp @518
  _rotl @519
  _rotl64 @520
  _rotr @521
  _rotr64 @522
  _scalb=MSVCRT__scalb @523
  _scalbf=MSVCRT__scalbf @524
  _scanf_l=MSVCRT__scanf_l @525
  _scanf_s_l=MSVCRT__scanf_s_l @526
  _scprintf=MSVCRT__scprintf @527
  _scwprintf=MSVCRT__scwprintf @528
  _searchenv=MSVCRT__searchenv @529
  _searchenv_s @530
  _set_SSE2_enable=MSVCRT__set_SSE2_enable @531
  _set_controlfp @532
  _set_doserrno @533
  _set_errno @534
  _set_error_mode @535
  _set_fmode @536
  _set_output_format @537
  _set_sbh_threshold @538
  _seterrormode @539
  _setjmp=MSVCRT__setjmp @540
  _setjmpex=MSVCRT__setjmpex @541
  _setmaxstdio=MSVCRT__setmaxstdio @542
  _setmbcp @543
  _setmode=MSVCRT__setmode @544
  _sleep=MSVCRT__sleep @546
  _snprintf=MSVCRT__snprintf @547
  _snprintf_s=MSVCRT__snprintf_s @548
  _snscanf=MSVCRT__snscanf @549
  _snscanf_l=MSVCRT__snscanf_l @550
  _snscanf_s=MSVCRT__snscanf_s @551
  _snscanf_s_l=MSVCRT__snscanf_s_l @552
  _snwprintf=MSVCRT__snwprintf @553
  _snwprintf_l=MSVCRT__snwprintf_l @554
  _snwprintf_s=MSVCRT__snwprintf_s @555
  _snwprintf_s_l=MSVCRT__snwprintf_s_l @556
  _snwscanf=MSVCRT__snwscanf @557
  _snwscanf_l=MSVCRT__snwscanf_l @558
  _snwscanf_s=MSVCRT__snwscanf_s @559
  _snwscanf_s_l=MSVCRT__snwscanf_s_l @560
  _sopen=MSVCRT__sopen @561
  _sopen_s=MSVCRT__sopen_s @562
  _spawnl @563
  _spawnle @564
  _spawnlp @565
  _spawnlpe @566
  _spawnv @567
  _spawnve=MSVCRT__spawnve @568
  _spawnvp @569
  _spawnvpe=MSVCRT__spawnvpe @570
  _splitpath @571
  _splitpath_s @572
  _sprintf_p_l=MSVCRT_sprintf_p_l @573
  _sscanf_l=MSVCRT__sscanf_l @574
  _sscanf_s_l=MSVCRT__sscanf_s_l @575
  _stat=MSVCRT_stat @576
  _stat64=MSVCRT_stat64 @577
  _stati64=MSVCRT_stati64 @578
  _statusfp @579
  _strcmpi=MSVCRT__stricmp @580
  _strcoll_l=MSVCRT_strcoll_l @581
  _strdate=MSVCRT__strdate @582
  _strdate_s @583
  _strdup=MSVCRT__strdup @584
  _strerror=MSVCRT__strerror @585
  _stricmp=MSVCRT__stricmp @586
  _stricmp_l=MSVCRT__stricmp_l @587
  _stricoll=MSVCRT__stricoll @588
  _stricoll_l=MSVCRT__stricoll_l @589
  _strlwr=MSVCRT__strlwr @590
  _strlwr_l @591
  _strlwr_s @592
  _strlwr_s_l @593
  _strncoll=MSVCRT__strncoll @594
  _strncoll_l=MSVCRT__strncoll_l @595
  _strnicmp=MSVCRT__strnicmp @596
  _strnicmp_l=MSVCRT__strnicmp_l @597
  _strnicoll=MSVCRT__strnicoll @598
  _strnicoll_l=MSVCRT__strnicoll_l @599
  _strnset=MSVCRT__strnset @600
  _strrev=MSVCRT__strrev @601
  _strset @602
  _strtime=MSVCRT__strtime @603
  _strtime_s @604
  _strtod_l=MSVCRT_strtod_l @605
  _strtoi64=MSVCRT_strtoi64 @606
  _strtoi64_l=MSVCRT_strtoi64_l @607
  _strtoui64=MSVCRT_strtoui64 @608
  _strtoui64_l=MSVCRT_strtoui64_l @609
  _strupr=MSVCRT__strupr @610
  _strupr_l=MSVCRT__strupr_l @611
  _strupr_s @612
  _strupr_s_l @613
  _swab=MSVCRT__swab @614
  _swprintf=MSVCRT_swprintf @615
  _swprintf_p_l=MSVCRT_swprintf_p_l @616
  _swprintf_s_l=MSVCRT__swprintf_s_l @617
  _swscanf_l=MSVCRT__swscanf_l @618
  _swscanf_s_l=MSVCRT__swscanf_s_l @619
  _sys_errlist=MSVCRT__sys_errlist @620 DATA
  _sys_nerr=MSVCRT__sys_nerr @621 DATA
  _tell=MSVCRT__tell @622
  _telli64 @623
  _tempnam=MSVCRT__tempnam @624
  _time32=MSVCRT__time32 @625
  _time64=MSVCRT__time64 @626
  _timezone=MSVCRT___timezone @627 DATA
  _tolower=MSVCRT__tolower @628
  _tolower_l=MSVCRT__tolower_l @629
  _toupper=MSVCRT__toupper @630
  _toupper_l=MSVCRT__toupper_l @631
  _towlower_l=MSVCRT__towlower_l @632
  _towupper_l=MSVCRT__towupper_l @633
  _tzname=MSVCRT__tzname @634 DATA
  _tzset=MSVCRT__tzset @635
  _ui64toa=ntdll._ui64toa @636
  _ui64toa_s=MSVCRT__ui64toa_s @637
  _ui64tow=ntdll._ui64tow @638
  _ui64tow_s=MSVCRT__ui64tow_s @639
  _ultoa=ntdll._ultoa @640
  _ultoa_s @641
  _ultow=ntdll._ultow @642
  _ultow_s @643
  _umask=MSVCRT__umask @644
  _ungetch @645
  _unlink=MSVCRT__unlink @646
  _unloaddll @647
  _unlock @648
  _unlock_file=MSVCRT__unlock_file @649
  _utime32 @650
  _utime64 @651
  _vcprintf @652
  _vcwprintf @653
  _vfwprintf_l=MSVCRT__vfwprintf_l @654
  _utime @655
  _vscprintf=MSVCRT__vscprintf @656
  _vscwprintf=MSVCRT__vscwprintf @657
  _vscwprintf_l=MSVCRT__vscwprintf_l @658
  _vscwprintf_p_l=MSVCRT__vscwprintf_p_l @659
  _vsnprintf=MSVCRT_vsnprintf @660
  _vsnprintf_c=MSVCRT_vsnprintf @661
  _vsnprintf_c_l=MSVCRT_vsnprintf_l @662
  _vsnprintf_l=MSVCRT_vsnprintf_l @663
  _vsnprintf_s=MSVCRT_vsnprintf_s @664
  _vsnprintf_s_l=MSVCRT_vsnprintf_s_l @665
  _vsnwprintf=MSVCRT_vsnwprintf @666
  _vsnwprintf_l=MSVCRT_vsnwprintf_l @667
  _vsnwprintf_s=MSVCRT_vsnwprintf_s @668
  _vsnwprintf_s_l=MSVCRT_vsnwprintf_s_l @669
  _vsprintf_p=MSVCRT_vsprintf_p @670
  _vsprintf_p_l=MSVCRT_vsprintf_p_l @671
  _vswprintf=MSVCRT_vswprintf @672
  _vswprintf_c=MSVCRT_vsnwprintf @673
  _vswprintf_c_l=MSVCRT_vsnwprintf_l @674
  _vswprintf_l=MSVCRT_vswprintf_l @675
  _vswprintf_p_l=MSVCRT_vswprintf_p_l @676
  _vswprintf_s_l=MSVCRT_vswprintf_s_l @677
  _waccess=MSVCRT__waccess @678
  _waccess_s @679
  _wasctime=MSVCRT__wasctime @680
  _wasctime_s=MSVCRT__wasctime_s @681
  _wassert=MSVCRT__wassert @682
  _wchdir=MSVCRT__wchdir @683
  _wchmod=MSVCRT__wchmod @684
  _wcmdln=MSVCRT__wcmdln @685 DATA
  _wcreat=MSVCRT__wcreat @686
  _wcscoll_l=MSVCRT__wcscoll_l @687
  _wcsdup=MSVCRT__wcsdup @688
  _wcserror=MSVCRT__wcserror @689
  _wcserror_s @690
  _wcsicmp=MSVCRT__wcsicmp @691
  _wcsicmp_l=MSVCRT__wcsicmp_l @692
  _wcsicoll=MSVCRT__wcsicoll @693
  _wcsicoll_l=MSVCRT__wcsicoll_l @694
  _wcslwr=ntdll._wcslwr @695
  _wcslwr_s=MSVCRT__wcslwr_s @696
  _wcsncoll=MSVCRT__wcsncoll @697
  _wcsncoll_l=MSVCRT__wcsncoll_l @698
  _wcsnicmp=MSVCRT__wcsnicmp @699
  _wcsnicoll=MSVCRT__wcsnicoll @700
  _wcsnicoll_l=MSVCRT__wcsnicoll_l @701
  _wcsnset=MSVCRT__wcsnset @702
  _wcsrev=MSVCRT__wcsrev @703
  _wcsset=MSVCRT__wcsset @704
  _wcstod_l=MSVCRT__wcstod_l @705
  _wcstoi64=MSVCRT__wcstoi64 @706
  _wcstoi64_l=MSVCRT__wcstoi64_l @707
  _wcstol_l=MSVCRT__wcstol_l @708
  _wcstombs_l=MSVCRT__wcstombs_l @709
  _wcstombs_s_l=MSVCRT__wcstombs_s_l @710
  _wcstoui64=MSVCRT__wcstoui64 @711
  _wcstoui64_l=MSVCRT__wcstoui64_l @712
  _wcstoul_l=MSVCRT__wcstoul_l @713
  _wcsupr=ntdll._wcsupr @714
  _wcsupr_s=MSVCRT__wcsupr_s @715
  _wcsupr_s_l=MSVCRT__wcsupr_s_l @716
  _wctime=MSVCRT__wctime @717
  _wctime32=MSVCRT__wctime32 @718
  _wctime64=MSVCRT__wctime64 @719
  _wctomb_l=MSVCRT__wctomb_l @720
  _wctomb_s_l=MSVCRT__wctomb_s_l @721
  _wenviron=MSVCRT__wenviron @722 DATA
  _wexecl @723
  _wexecle @724
  _wexeclp @725
  _wexeclpe @726
  _wexecv @727
  _wexecve @728
  _wexecvp @729
  _wexecvpe @730
  _wfdopen=MSVCRT__wfdopen @731
  _wfindfirst=MSVCRT__wfindfirst @732
  _wfindfirst32=MSVCRT__wfindfirst32 @733
  _wfindfirst64=MSVCRT__wfindfirst64 @734
  _wfindfirsti64=MSVCRT__wfindfirsti64 @735
  _wfindfirst64i32=MSVCRT__wfindfirst64i32 @736
  _wfindnext=MSVCRT__wfindnext @737
  _wfindnext64=MSVCRT__wfindnext64 @738
  _wfindnext64i32=MSVCRT__wfindnext64i32 @739
  _wfindnexti64=MSVCRT__wfindnexti64 @740
  _wfopen=MSVCRT__wfopen @741
  _wfopen_s=MSVCRT__wfopen_s @742
  _wfreopen=MSVCRT__wfreopen @743
  _wfreopen_s=MSVCRT__wfreopen_s @744
  _wfsopen=MSVCRT__wfsopen @745
  _wfullpath @746
  _wgetcwd=MSVCRT__wgetcwd @747
  _wgetdcwd=MSVCRT__wgetdcwd @748
  _wgetenv=MSVCRT__wgetenv @749
  _wgetenv_s @750
  _winmajor=MSVCRT__winmajor @751 DATA
  _winminor=MSVCRT__winminor @752 DATA
  _winver=MSVCRT__winver @753 DATA
  _wmakepath @754
  _wmakepath_s @755
  _wmkdir=MSVCRT__wmkdir @756
  _wmktemp=MSVCRT__wmktemp @757
  _wmktemp_s=MSVCRT__wmktemp_s @758
  _wopen=MSVCRT__wopen @759
  _wpgmptr=MSVCRT__wpgmptr @761 DATA
  _wpopen=MSVCRT__wpopen @762
  _wputenv @763
  _wputenv_s @764
  _wremove=MSVCRT__wremove @765
  _wrename=MSVCRT__wrename @766
  _write=MSVCRT__write @767
  _wrmdir=MSVCRT__wrmdir @768
  _wscanf_l=MSVCRT__wscanf_l @769
  _wscanf_s_l=MSVCRT__wscanf_s_l @770
  _wsearchenv=MSVCRT__wsearchenv @771
  _wsearchenv_s @772
  _wsetlocale=MSVCRT__wsetlocale @773
  _wsopen=MSVCRT__wsopen @774
  _wsopen_s=MSVCRT__wsopen_s @775
  _wspawnl @776
  _wspawnle @777
  _wspawnlp @778
  _wspawnlpe @779
  _wspawnv @780
  _wspawnve=MSVCRT__wspawnve @781
  _wspawnvp @782
  _wspawnvpe=MSVCRT__wspawnvpe @783
  _wsplitpath @784
  _wsplitpath_s @785
  _wstat=MSVCRT__wstat @786
  _wstati64=MSVCRT__wstati64 @787
  _wstat64=MSVCRT__wstat64 @788
  _wstrdate=MSVCRT__wstrdate @789
  _wstrdate_s @790
  _wstrtime=MSVCRT__wstrtime @791
  _wstrtime_s @792
  _wsystem @793
  _wtempnam=MSVCRT__wtempnam @794
  _wtmpnam=MSVCRT_wtmpnam @795
  _wtof=MSVCRT__wtof @796
  _wtof_l=MSVCRT__wtof_l @797
  _wtoi=MSVCRT__wtoi @798
  _wtoi64=ntdll._wtoi64 @799
  _wtoi_l=MSVCRT__wtoi_l @800
  _wtol=MSVCRT__wtol @801
  _wtol_l=MSVCRT__wtol_l @802
  _wunlink=MSVCRT__wunlink @803
  _wutime @804
  _wutime32 @805
  _wutime64 @806
  _y0=MSVCRT__y0 @807
  _y1=MSVCRT__y1 @808
  _yn=MSVCRT__yn @809
  abort=MSVCRT_abort @810
  abs=MSVCRT_abs @811
  acos=MSVCRT_acos @812
  acosf=MSVCRT_acosf @813
  asctime=MSVCRT_asctime @814
  asctime_s=MSVCRT_asctime_s @815
  asin=MSVCRT_asin @816
  atan=MSVCRT_atan @817
  atan2=MSVCRT_atan2 @818
  asinf=MSVCRT_asinf @819
  atanf=MSVCRT_atanf @820
  atan2f=MSVCRT_atan2f @821
  atexit=MSVCRT_atexit @822
  atof=MSVCRT_atof @823
  atoi=MSVCRT_atoi @824
  atol=ntdll.atol @825
  bsearch=ntdll.bsearch @826
  bsearch_s=MSVCRT_bsearch_s @827
  btowc=MSVCRT_btowc @828
  calloc=MSVCRT_calloc @829
  ceil=MSVCRT_ceil @830
  ceilf=MSVCRT_ceilf @831
  clearerr=MSVCRT_clearerr @832
  clock=MSVCRT_clock @833
  cos=MSVCRT_cos @834
  cosh=MSVCRT_cosh @835
  cosf=MSVCRT_cosf @836
  coshf=MSVCRT_coshf @837
  ctime=MSVCRT_ctime @838
  difftime=MSVCRT_difftime @839
  div=MSVCRT_div @840
  exit=MSVCRT_exit @841
  exp=MSVCRT_exp @842
  expf=MSVCRT_expf @843
  fabs=MSVCRT_fabs @844
  fabsf=MSVCRT_fabsf @845
  fclose=MSVCRT_fclose @846
  feof=MSVCRT_feof @847
  ferror=MSVCRT_ferror @848
  fflush=MSVCRT_fflush @849
  fgetc=MSVCRT_fgetc @850
  fgetpos=MSVCRT_fgetpos @851
  fgets=MSVCRT_fgets @852
  fgetwc=MSVCRT_fgetwc @853
  fgetws=MSVCRT_fgetws @854
  floor=MSVCRT_floor @855
  floorf=MSVCRT_floorf @856
  fmod=MSVCRT_fmod @857
  fmodf=MSVCRT_fmodf @858
  fopen=MSVCRT_fopen @859
  fopen_s=MSVCRT_fopen_s @860
  fprintf=MSVCRT_fprintf @861
  fprintf_s=MSVCRT_fprintf_s @862
  fputc=MSVCRT_fputc @863
  fputs=MSVCRT_fputs @864
  fputwc=MSVCRT_fputwc @865
  fputws=MSVCRT_fputws @866
  fread=MSVCRT_fread @867
  free=MSVCRT_free @868
  freopen=MSVCRT_freopen @869
  freopen_s=MSVCRT_freopen_s @870
  frexp=MSVCRT_frexp @871
  frexpf=MSVCRT_frexpf @872
  fscanf=MSVCRT_fscanf @873
  fscanf_s=MSVCRT_fscanf_s @874
  fseek=MSVCRT_fseek @875
  fsetpos=MSVCRT_fsetpos @876
  ftell=MSVCRT_ftell @877
  fwprintf=MSVCRT_fwprintf @878
  fwprintf_s=MSVCRT_fwprintf_s @879
  fwrite=MSVCRT_fwrite @880
  fwscanf=MSVCRT_fwscanf @881
  fwscanf_s=MSVCRT_fwscanf_s @882
  getc=MSVCRT_getc @883
  getchar=MSVCRT_getchar @884
  getenv=MSVCRT_getenv @885
  getenv_s @886
  gets=MSVCRT_gets @887
  getwc=MSVCRT_getwc @888
  getwchar=MSVCRT_getwchar @889
  gmtime=MSVCRT_gmtime @890
  is_wctype=ntdll.iswctype @891
  isalnum=MSVCRT_isalnum @892
  isalpha=MSVCRT_isalpha @893
  iscntrl=MSVCRT_iscntrl @894
  isdigit=MSVCRT_isdigit @895
  isgraph=MSVCRT_isgraph @896
  isleadbyte=MSVCRT_isleadbyte @897
  islower=MSVCRT_islower @898
  isprint=MSVCRT_isprint @899
  ispunct=MSVCRT_ispunct @900
  isspace=MSVCRT_isspace @901
  isupper=MSVCRT_isupper @902
  iswalnum=MSVCRT_iswalnum @903
  iswalpha=ntdll.iswalpha @904
  iswascii=MSVCRT_iswascii @905
  iswcntrl=MSVCRT_iswcntrl @906
  iswctype=ntdll.iswctype @907
  iswdigit=MSVCRT_iswdigit @908
  iswgraph=MSVCRT_iswgraph @909
  iswlower=MSVCRT_iswlower @910
  iswprint=MSVCRT_iswprint @911
  iswpunct=MSVCRT_iswpunct @912
  iswspace=MSVCRT_iswspace @913
  iswupper=MSVCRT_iswupper @914
  iswxdigit=MSVCRT_iswxdigit @915
  isxdigit=MSVCRT_isxdigit @916
  labs=MSVCRT_labs @917
  ldexp=MSVCRT_ldexp @918
  ldiv=MSVCRT_ldiv @919
  localeconv=MSVCRT_localeconv @920
  localtime=MSVCRT_localtime @921
  log=MSVCRT_log @922
  log10=MSVCRT_log10 @923
  logf=MSVCRT_logf @924
  log10f=MSVCRT_log10f @925
  longjmp=MSVCRT_longjmp @926
  malloc=MSVCRT_malloc @927
  mblen=MSVCRT_mblen @928
  mbrlen=MSVCRT_mbrlen @929
  mbrtowc=MSVCRT_mbrtowc @930
  mbsrtowcs=MSVCRT_mbsrtowcs @931
  mbstowcs=MSVCRT_mbstowcs @932
  mbstowcs_s=MSVCRT__mbstowcs_s @933
  mbtowc=MSVCRT_mbtowc @934
  memchr=MSVCRT_memchr @935
  memcmp=ntdll.memcmp @936
  memcpy=MSVCRT_memcpy @937
  memcpy_s @938
  memmove=ntdll.memmove @939
  memmove_s @940
  memset=MSVCRT_memset @941
  mktime=MSVCRT_mktime @942
  modf=MSVCRT_modf @943
  modff=MSVCRT_modff @944
  perror=MSVCRT_perror @945
  pow=MSVCRT_pow @946
  powf=MSVCRT_powf @947
  printf=MSVCRT_printf @948
  printf_s=MSVCRT_printf_s @949
  putc=MSVCRT_putc @950
  putchar=MSVCRT_putchar @951
  puts=MSVCRT_puts @952
  putwc=MSVCRT_fputwc @953
  putwchar=MSVCRT__fputwchar @954
  qsort=ntdll.qsort @955
  qsort_s=MSVCRT_qsort_s @956
  raise=MSVCRT_raise @957
  rand=MSVCRT_rand @958
  rand_s=MSVCRT_rand_s @959
  realloc=MSVCRT_realloc @960
  remove=MSVCRT_remove @961
  rename=MSVCRT_rename @962
  rewind=MSVCRT_rewind @963
  scanf=MSVCRT_scanf @964
  scanf_s=MSVCRT_scanf_s @965
  setbuf=MSVCRT_setbuf @966
  setjmp=MSVCRT__setjmp @967 PRIVATE
  setlocale=MSVCRT_setlocale @968
  setvbuf=MSVCRT_setvbuf @969
  signal=MSVCRT_signal @970
  sin=MSVCRT_sin @971
  sinh=MSVCRT_sinh @972
  sinf=MSVCRT_sinf @973
  sinhf=MSVCRT_sinhf @974
  sprintf=MSVCRT_sprintf @975
  sprintf_s=MSVCRT_sprintf_s @976
  sqrt=MSVCRT_sqrt @977
  sqrtf=MSVCRT_sqrtf @978
  srand=MSVCRT_srand @979
  sscanf=MSVCRT_sscanf @980
  sscanf_s=MSVCRT_sscanf_s @981
  strcat=ntdll.strcat @982
  strcat_s=MSVCRT_strcat_s @983
  strchr=MSVCRT_strchr @984
  strcmp=ntdll.strcmp @985
  strcoll=MSVCRT_strcoll @986
  strcpy=ntdll.strcpy @987
  strcpy_s=MSVCRT_strcpy_s @988
  strcspn=ntdll.strcspn @989
  strerror=MSVCRT_strerror @990
  strerror_s @991
  strftime=MSVCRT_strftime @992
  strlen=ntdll.strlen @993
  strncat=ntdll.strncat @994
  strncat_s=MSVCRT_strncat_s @995
  strncmp=MSVCRT_strncmp @996
  strncpy=MSVCRT_strncpy @997
  strncpy_s @998
  strnlen=MSVCRT_strnlen @999
  strpbrk=ntdll.strpbrk @1000
  strrchr=ntdll.strrchr @1001
  strspn=ntdll.strspn @1002
  strstr=ntdll.strstr @1003
  strtod=MSVCRT_strtod @1004
  strtok=MSVCRT_strtok @1005
  strtok_s=MSVCRT_strtok_s @1006
  strtol=MSVCRT_strtol @1007
  strtoul=MSVCRT_strtoul @1008
  strxfrm=MSVCRT_strxfrm @1009
  swprintf=MSVCRT_swprintf @1010
  swprintf_s=MSVCRT_swprintf_s @1011
  swscanf=MSVCRT_swscanf @1012
  swscanf_s=MSVCRT_swscanf_s @1013
  system=MSVCRT_system @1014
  tan=MSVCRT_tan @1015
  tanh=MSVCRT_tanh @1016
  tanf=MSVCRT_tanf @1017
  tanhf=MSVCRT_tanhf @1018
  time=MSVCRT_time @1019
  tmpfile=MSVCRT_tmpfile @1020
  tmpfile_s=MSVCRT_tmpfile_s @1021
  tmpnam=MSVCRT_tmpnam @1022
  tolower=MSVCRT_tolower @1023
  toupper=MSVCRT_toupper @1024
  towlower=MSVCRT_towlower @1025
  towupper=MSVCRT_towupper @1026
  ungetc=MSVCRT_ungetc @1027
  ungetwc=MSVCRT_ungetwc @1028
  vfprintf=MSVCRT_vfprintf @1029
  vfprintf_s=MSVCRT_vfprintf_s @1030
  vfwprintf=MSVCRT_vfwprintf @1031
  vfwprintf_s=MSVCRT_vfwprintf_s @1032
  vprintf=MSVCRT_vprintf @1033
  vprintf_s=MSVCRT_vprintf_s @1034
  vsnprintf=MSVCRT_vsnprintf @1035
  vsprintf=MSVCRT_vsprintf @1036
  vsprintf_s=MSVCRT_vsprintf_s @1037
  vswprintf=MSVCRT_vswprintf @1038
  vswprintf_s=MSVCRT_vswprintf_s @1039
  vwprintf=MSVCRT_vwprintf @1040
  vwprintf_s=MSVCRT_vwprintf_s @1041
  wcrtomb=MSVCRT_wcrtomb @1042
  wcscat=ntdll.wcscat @1043
  wcscat_s=MSVCRT_wcscat_s @1044
  wcschr=ntdll.wcschr @1045
  wcscmp=ntdll.wcscmp @1046
  wcscoll=MSVCRT_wcscoll @1047
  wcscpy=ntdll.wcscpy @1048
  wcscpy_s=MSVCRT_wcscpy_s @1049
  wcscspn=ntdll.wcscspn @1050
  wcsftime=MSVCRT_wcsftime @1051
  wcslen=ntdll.wcslen @1052
  wcsncat=ntdll.wcsncat @1053
  wcsncat_s=MSVCRT_wcsncat_s @1054
  wcsncmp=ntdll.wcsncmp @1055
  wcsncpy=MSVCRT_wcsncpy @1056
  wcsncpy_s=MSVCRT_wcsncpy_s @1057
  wcsnlen=MSVCRT_wcsnlen @1058
  wcspbrk=MSVCRT_wcspbrk @1059
  wcsrchr=ntdll.wcsrchr @1060
  wcsrtombs=MSVCRT_wcsrtombs @1061
  wcsrtombs_s=MSVCRT_wcsrtombs_s @1062
  wcsspn=ntdll.wcsspn @1063
  wcsstr=ntdll.wcsstr @1064
  wcstod=MSVCRT_wcstod @1065
  wcstok=MSVCRT_wcstok @1066
  wcstok_s @1067
  wcstol=ntdll.wcstol @1068
  wcstombs=MSVCRT_wcstombs @1069
  wcstombs_s=MSVCRT_wcstombs_s @1070
  wcstoul=MSVCRT_wcstoul @1071
  wctob=MSVCRT_wctob @1073
  wctomb=MSVCRT_wctomb @1074
  wctomb_s=MSVCRT_wctomb_s @1075
  wprintf=MSVCRT_wprintf @1076
  wprintf_s=MSVCRT_wprintf_s @1077
  wscanf=MSVCRT_wscanf @1078
  wscanf_s=MSVCRT_wscanf_s @1079
  ___mb_cur_max_l_func @1080
  _configthreadlocale @1081
  _dupenv_s @1082
  _get_invalid_parameter_handler @1083
  _set_abort_behavior=MSVCRT__set_abort_behavior @1084
  _set_invalid_parameter_handler @1085
  _set_purecall_handler @1086
  _set_security_error_handler @1087
  _wdupenv_s @1088
  _get_printf_count_output=MSVCRT__get_printf_count_output @1089
  _set_printf_count_output=MSVCRT__set_printf_count_output @1090
  _getptd @1091
  fread_s @1092
  _fstat32 @1093
  _fstat64i32 @1094