This file is indexed.

/usr/lib/x86_64-linux-gnu/wine/libmsvcrt.def is in libwine-dev 1.8.7-2.

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