Changeset 2223 for trunk/src/crtdll


Ignore:
Timestamp:
Dec 28, 1999, 11:31:02 AM (26 years ago)
Author:
sandervl
Message:

JW's def file changes

File:
1 edited

Legend:

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

    r2182 r2223  
    1 ; $Id: crtdll.def,v 1.11 1999-12-21 13:46:25 sandervl Exp $
    2 
    3 ;Created by BLAST for IBM's compiler
     1; $Id: crtdll.def,v 1.12 1999-12-28 10:31:00 sandervl Exp $
     2
     3;
     4; Based on Windows 98 (Build 2222): CRTDLL.DLL
     5;
    46LIBRARY CRTDLL INITINSTANCE TERMINSTANCE
    57DATA MULTIPLE NONSHARED
     
    2224    _CIlog                      = _CRTDLL__CIlog                @12
    2325    _CIlog10                    = _CRTDLL__CIlog10              @13
    24     _CIpow                      = _CRTDLL__CIpow                        @14
     26    _CIpow                      = _CRTDLL__CIpow                @14
    2527    _CIsin                      = _CRTDLL__CIsin                @15
    2628    _CIsinh                     = _CRTDLL__CIsinh               @16
     
    298300    _stricoll                   = _CRTDLL__stricoll             @286
    299301    _strinc                     = _CRTDLL__strinc               @287
    300     _strlwr                     = _CRTDLL__strlwr                       @288
     302    _strlwr                     = _CRTDLL__strlwr               @288
    301303    _strncnt                    = _CRTDLL__strncnt              @289
    302304    _strnextc                   = _CRTDLL__strnextc             @290
     
    308310    _strspnp                    = _CRTDLL__strspnp              @296
    309311    _strtime                    = _CRTDLL__strtime              @297
    310     _strupr                     = _CRTDLL__strupr                       @298
     312    _strupr                     = _CRTDLL__strupr               @298
    311313    _swab                       = _CRTDLL__swab                 @299
    312314
     
    320322    _tzname                     = CRTDLL_tzname                 @307
    321323    _tzset                      = _CRTDLL__tzset                @308
    322     _ultoa                      = _CRTDLL__ultoa                        @309
     324    _ultoa                      = _CRTDLL__ultoa                @309
    323325    _umask                      = _CRTDLL__umask                @310
    324326    _ungetch                    = _CRTDLL__ungetch              @311
     
    331333    _wcsicmp                    = _CRTDLL__wcsicmp              @318
    332334    _wcsicoll                   = _CRTDLL__wcsicoll             @319
    333     _wcslwr                     = _CRTDLL__wcslwr                       @320
     335    _wcslwr                     = _CRTDLL__wcslwr               @320
    334336    _wcsnicmp                   = _CRTDLL__wcsnicmp             @321
    335337    _wcsnset                    = _CRTDLL__wcsnset              @322
    336338    _wcsrev                     = _CRTDLL__wcsrev               @323
    337339    _wcsset                     = _CRTDLL__wcsset               @324
    338     _wcsupr                     = _CRTDLL__wcsupr                       @325
     340    _wcsupr                     = _CRTDLL__wcsupr               @325
    339341    _winmajor_dll               = CRTDLL_winmajor_dll           @326
    340342    _winminor_dll               = CRTDLL_winminor_dll           @327
     
    403405    is_wctype                   = _CRTDLL_is_wctype             @390
    404406    isalnum                     = _CRTDLL_isalnum               @391
    405     isalpha                     = _CRTDLL_isalpha                       @392
     407    isalpha                     = _CRTDLL_isalpha               @392
    406408    iscntrl                     = _CRTDLL_iscntrl               @393
    407     isdigit                     = _CRTDLL_isdigit                       @394
     409    isdigit                     = _CRTDLL_isdigit               @394
    408410    isgraph                     = _CRTDLL_isgraph               @395
    409411    isleadbyte                  = _CRTDLL_isleadbyte            @396
    410     islower                     = _CRTDLL_islower                       @397
    411     isprint                     = _CRTDLL_isprint                       @398
     412    islower                     = _CRTDLL_islower               @397
     413    isprint                     = _CRTDLL_isprint               @398
    412414    ispunct                     = _CRTDLL_ispunct               @399
    413415
    414     isspace                     = _CRTDLL_isspace                       @400
    415     isupper                     = _CRTDLL_isupper                       @401
     416    isspace                     = _CRTDLL_isspace               @400
     417    isupper                     = _CRTDLL_isupper               @401
    416418    iswalnum                    = _CRTDLL_iswalnum              @402
    417419    iswalpha                    = _CRTDLL_iswalpha              @403
     
    440442    mbstowcs                    = _CRTDLL_mbstowcs              @426
    441443    mbtowc                      = _CRTDLL_mbtowc                @427
    442     memchr                      = _CRTDLL_memchr                        @428
    443     memcmp                      = _CRTDLL_memcmp                        @429
    444     memcpy                      = _CRTDLL_memcpy                        @430
     444    memchr                      = _CRTDLL_memchr                @428
     445    memcmp                      = _CRTDLL_memcmp                @429
     446    memcpy                      = _CRTDLL_memcpy                @430
    445447    memmove                     = _CRTDLL_memmove               @431
    446     memset                      = _CRTDLL_memset                        @432
     448    memset                      = _CRTDLL_memset                @432
    447449    mktime                      = _CRTDLL_mktime                @433
    448450    modf                        = _CRTDLL_modf                  @434
     
    467469    sin                         = _CRTDLL_sin                   @453
    468470    sinh                        = _CRTDLL_sinh                  @454
    469     sprintf                     = _CRTDLL_sprintf                       @455
     471    sprintf                     = _CRTDLL_sprintf               @455
    470472    sqrt                        = _CRTDLL_sqrt                  @456
    471473    srand                       = _CRTDLL_srand                 @457
    472     sscanf                      = _CRTDLL_sscanf                        @458
    473     strcat                      = _CRTDLL_strcat                        @459
    474     strchr                      = _CRTDLL_strchr                        @460
    475     strcmp                      = _CRTDLL_strcmp                        @461
     474    sscanf                      = _CRTDLL_sscanf                @458
     475    strcat                      = _CRTDLL_strcat                @459
     476    strchr                      = _CRTDLL_strchr                @460
     477    strcmp                      = _CRTDLL_strcmp                @461
    476478    strcoll                     = _CRTDLL_strcoll               @462
    477     strcpy                      = _CRTDLL_strcpy                        @463
    478     strcspn                     = _CRTDLL_strcspn                       @464
     479    strcpy                      = _CRTDLL_strcpy                @463
     480    strcspn                     = _CRTDLL_strcspn               @464
    479481    strerror                    = _CRTDLL_strerror              @465
    480482    strftime                    = _CRTDLL_strftime              @466
    481     strlen                      = _CRTDLL_strlen                        @467
    482     strncat                     = _CRTDLL_strncat                       @468
    483     strncmp                     = _CRTDLL_strncmp                       @469
    484     strncpy                     = _CRTDLL_strncpy                       @470
    485     strpbrk                     = _CRTDLL_strpbrk                       @471
    486     strrchr                     = _CRTDLL_strrchr                       @472
    487     strspn                      = _CRTDLL_strspn                        @473
    488     strstr                      = _CRTDLL_strstr                        @474
     483    strlen                      = _CRTDLL_strlen                @467
     484    strncat                     = _CRTDLL_strncat               @468
     485    strncmp                     = _CRTDLL_strncmp               @469
     486    strncpy                     = _CRTDLL_strncpy               @470
     487    strpbrk                     = _CRTDLL_strpbrk               @471
     488    strrchr                     = _CRTDLL_strrchr               @472
     489    strspn                      = _CRTDLL_strspn                @473
     490    strstr                      = _CRTDLL_strstr                @474
    489491    strtod                      = _CRTDLL_strtod                @475
    490492    strtok                      = _CRTDLL_strtok                @476
     
    500502    tmpfile                     = _CRTDLL_tmpfile               @486
    501503    tmpnam                      = _CRTDLL_tmpnam                @487
    502     tolower                     = _CRTDLL_tolower                       @488
    503     toupper                     = _CRTDLL_toupper                       @489
     504    tolower                     = _CRTDLL_tolower               @488
     505    toupper                     = _CRTDLL_toupper               @489
    504506    towlower                    = _CRTDLL_towlower              @490
    505507    towupper                    = _CRTDLL_towupper              @491
     
    513515    vwprintf                    = _CRTDLL_vwprintf              @499
    514516
    515     wcscat                      = _CRTDLL_wcscat                        @500
    516     wcschr                      = _CRTDLL_wcschr                        @501
    517     wcscmp                      = _CRTDLL_wcscmp                        @502
     517    wcscat                      = _CRTDLL_wcscat                @500
     518    wcschr                      = _CRTDLL_wcschr                @501
     519    wcscmp                      = _CRTDLL_wcscmp                @502
    518520    wcscoll                     = _CRTDLL_wcscoll               @503
    519     wcscpy                      = _CRTDLL_wcscpy                        @504
    520     wcscspn                     = _CRTDLL_wcscspn                       @505
     521    wcscpy                      = _CRTDLL_wcscpy                @504
     522    wcscspn                     = _CRTDLL_wcscspn               @505
    521523    wcsftime                    = _CRTDLL_wcsftime              @506
    522     wcslen                      = _CRTDLL_wcslen                        @507
    523     wcsncat                     = _CRTDLL_wcsncat                       @508
    524     wcsncmp                     = _CRTDLL_wcsncmp                       @509
    525     wcsncpy                     = _CRTDLL_wcsncpy                       @510
    526     wcspbrk                     = _CRTDLL_wcspbrk                       @511
    527     wcsrchr                     = _CRTDLL_wcsrchr                       @512
    528     wcsspn                      = _CRTDLL_wcsspn                        @513
    529     wcsstr                      = _CRTDLL_wcsstr                        @514
     524    wcslen                      = _CRTDLL_wcslen                @507
     525    wcsncat                     = _CRTDLL_wcsncat               @508
     526    wcsncmp                     = _CRTDLL_wcsncmp               @509
     527    wcsncpy                     = _CRTDLL_wcsncpy               @510
     528    wcspbrk                     = _CRTDLL_wcspbrk               @511
     529    wcsrchr                     = _CRTDLL_wcsrchr               @512
     530    wcsspn                      = _CRTDLL_wcsspn                @513
     531    wcsstr                      = _CRTDLL_wcsstr                @514
    530532    wcstod                      = _CRTDLL_wcstod                @515
    531     wcstok                      = _CRTDLL_wcstok                        @516
    532     wcstol                      = _CRTDLL_wcstol                        @517
     533    wcstok                      = _CRTDLL_wcstok                @516
     534    wcstol                      = _CRTDLL_wcstol                @517
    533535    wcstombs                    = _CRTDLL_wcstombs              @518
    534     wcstoul                     = _CRTDLL_wcstoul                       @519
     536    wcstoul                     = _CRTDLL_wcstoul               @519
    535537    wcsxfrm                     = _CRTDLL_wcsxfrm               @520
    536538    wctomb                      = _CRTDLL_wctomb                @521
Note: See TracChangeset for help on using the changeset viewer.