This file is indexed.

/usr/lib/x86_64-linux-gnu/wine/libmsvcrt.def is in libwine-dev 3.0-1ubuntu1.

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