Changeset 2223 for trunk/src/crtdll
- Timestamp:
- Dec 28, 1999, 11:31:02 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/crtdll/crtdll.def (modified) (11 diffs)
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 ; 4 6 LIBRARY CRTDLL INITINSTANCE TERMINSTANCE 5 7 DATA MULTIPLE NONSHARED … … 22 24 _CIlog = _CRTDLL__CIlog @12 23 25 _CIlog10 = _CRTDLL__CIlog10 @13 24 _CIpow = _CRTDLL__CIpow @1426 _CIpow = _CRTDLL__CIpow @14 25 27 _CIsin = _CRTDLL__CIsin @15 26 28 _CIsinh = _CRTDLL__CIsinh @16 … … 298 300 _stricoll = _CRTDLL__stricoll @286 299 301 _strinc = _CRTDLL__strinc @287 300 _strlwr = _CRTDLL__strlwr @288302 _strlwr = _CRTDLL__strlwr @288 301 303 _strncnt = _CRTDLL__strncnt @289 302 304 _strnextc = _CRTDLL__strnextc @290 … … 308 310 _strspnp = _CRTDLL__strspnp @296 309 311 _strtime = _CRTDLL__strtime @297 310 _strupr = _CRTDLL__strupr @298312 _strupr = _CRTDLL__strupr @298 311 313 _swab = _CRTDLL__swab @299 312 314 … … 320 322 _tzname = CRTDLL_tzname @307 321 323 _tzset = _CRTDLL__tzset @308 322 _ultoa = _CRTDLL__ultoa @309324 _ultoa = _CRTDLL__ultoa @309 323 325 _umask = _CRTDLL__umask @310 324 326 _ungetch = _CRTDLL__ungetch @311 … … 331 333 _wcsicmp = _CRTDLL__wcsicmp @318 332 334 _wcsicoll = _CRTDLL__wcsicoll @319 333 _wcslwr = _CRTDLL__wcslwr @320335 _wcslwr = _CRTDLL__wcslwr @320 334 336 _wcsnicmp = _CRTDLL__wcsnicmp @321 335 337 _wcsnset = _CRTDLL__wcsnset @322 336 338 _wcsrev = _CRTDLL__wcsrev @323 337 339 _wcsset = _CRTDLL__wcsset @324 338 _wcsupr = _CRTDLL__wcsupr @325340 _wcsupr = _CRTDLL__wcsupr @325 339 341 _winmajor_dll = CRTDLL_winmajor_dll @326 340 342 _winminor_dll = CRTDLL_winminor_dll @327 … … 403 405 is_wctype = _CRTDLL_is_wctype @390 404 406 isalnum = _CRTDLL_isalnum @391 405 isalpha = _CRTDLL_isalpha @392407 isalpha = _CRTDLL_isalpha @392 406 408 iscntrl = _CRTDLL_iscntrl @393 407 isdigit = _CRTDLL_isdigit @394409 isdigit = _CRTDLL_isdigit @394 408 410 isgraph = _CRTDLL_isgraph @395 409 411 isleadbyte = _CRTDLL_isleadbyte @396 410 islower = _CRTDLL_islower @397411 isprint = _CRTDLL_isprint @398412 islower = _CRTDLL_islower @397 413 isprint = _CRTDLL_isprint @398 412 414 ispunct = _CRTDLL_ispunct @399 413 415 414 isspace = _CRTDLL_isspace @400415 isupper = _CRTDLL_isupper @401416 isspace = _CRTDLL_isspace @400 417 isupper = _CRTDLL_isupper @401 416 418 iswalnum = _CRTDLL_iswalnum @402 417 419 iswalpha = _CRTDLL_iswalpha @403 … … 440 442 mbstowcs = _CRTDLL_mbstowcs @426 441 443 mbtowc = _CRTDLL_mbtowc @427 442 memchr = _CRTDLL_memchr @428443 memcmp = _CRTDLL_memcmp @429444 memcpy = _CRTDLL_memcpy @430444 memchr = _CRTDLL_memchr @428 445 memcmp = _CRTDLL_memcmp @429 446 memcpy = _CRTDLL_memcpy @430 445 447 memmove = _CRTDLL_memmove @431 446 memset = _CRTDLL_memset @432448 memset = _CRTDLL_memset @432 447 449 mktime = _CRTDLL_mktime @433 448 450 modf = _CRTDLL_modf @434 … … 467 469 sin = _CRTDLL_sin @453 468 470 sinh = _CRTDLL_sinh @454 469 sprintf = _CRTDLL_sprintf @455471 sprintf = _CRTDLL_sprintf @455 470 472 sqrt = _CRTDLL_sqrt @456 471 473 srand = _CRTDLL_srand @457 472 sscanf = _CRTDLL_sscanf @458473 strcat = _CRTDLL_strcat @459474 strchr = _CRTDLL_strchr @460475 strcmp = _CRTDLL_strcmp @461474 sscanf = _CRTDLL_sscanf @458 475 strcat = _CRTDLL_strcat @459 476 strchr = _CRTDLL_strchr @460 477 strcmp = _CRTDLL_strcmp @461 476 478 strcoll = _CRTDLL_strcoll @462 477 strcpy = _CRTDLL_strcpy @463478 strcspn = _CRTDLL_strcspn @464479 strcpy = _CRTDLL_strcpy @463 480 strcspn = _CRTDLL_strcspn @464 479 481 strerror = _CRTDLL_strerror @465 480 482 strftime = _CRTDLL_strftime @466 481 strlen = _CRTDLL_strlen @467482 strncat = _CRTDLL_strncat @468483 strncmp = _CRTDLL_strncmp @469484 strncpy = _CRTDLL_strncpy @470485 strpbrk = _CRTDLL_strpbrk @471486 strrchr = _CRTDLL_strrchr @472487 strspn = _CRTDLL_strspn @473488 strstr = _CRTDLL_strstr @474483 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 489 491 strtod = _CRTDLL_strtod @475 490 492 strtok = _CRTDLL_strtok @476 … … 500 502 tmpfile = _CRTDLL_tmpfile @486 501 503 tmpnam = _CRTDLL_tmpnam @487 502 tolower = _CRTDLL_tolower @488503 toupper = _CRTDLL_toupper @489504 tolower = _CRTDLL_tolower @488 505 toupper = _CRTDLL_toupper @489 504 506 towlower = _CRTDLL_towlower @490 505 507 towupper = _CRTDLL_towupper @491 … … 513 515 vwprintf = _CRTDLL_vwprintf @499 514 516 515 wcscat = _CRTDLL_wcscat @500516 wcschr = _CRTDLL_wcschr @501517 wcscmp = _CRTDLL_wcscmp @502517 wcscat = _CRTDLL_wcscat @500 518 wcschr = _CRTDLL_wcschr @501 519 wcscmp = _CRTDLL_wcscmp @502 518 520 wcscoll = _CRTDLL_wcscoll @503 519 wcscpy = _CRTDLL_wcscpy @504520 wcscspn = _CRTDLL_wcscspn @505521 wcscpy = _CRTDLL_wcscpy @504 522 wcscspn = _CRTDLL_wcscspn @505 521 523 wcsftime = _CRTDLL_wcsftime @506 522 wcslen = _CRTDLL_wcslen @507523 wcsncat = _CRTDLL_wcsncat @508524 wcsncmp = _CRTDLL_wcsncmp @509525 wcsncpy = _CRTDLL_wcsncpy @510526 wcspbrk = _CRTDLL_wcspbrk @511527 wcsrchr = _CRTDLL_wcsrchr @512528 wcsspn = _CRTDLL_wcsspn @513529 wcsstr = _CRTDLL_wcsstr @514524 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 530 532 wcstod = _CRTDLL_wcstod @515 531 wcstok = _CRTDLL_wcstok @516532 wcstol = _CRTDLL_wcstol @517533 wcstok = _CRTDLL_wcstok @516 534 wcstol = _CRTDLL_wcstol @517 533 535 wcstombs = _CRTDLL_wcstombs @518 534 wcstoul = _CRTDLL_wcstoul @519536 wcstoul = _CRTDLL_wcstoul @519 535 537 wcsxfrm = _CRTDLL_wcsxfrm @520 536 538 wctomb = _CRTDLL_wctomb @521
Note:
See TracChangeset
for help on using the changeset viewer.
