source: vendor/w32api/current/lib/msvcp60.def

Last change on this file was 2720, checked in by bird, 19 years ago

w32api v3.6

File size: 814 bytes
Line 
1;Submitted by: Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2;Only the C functions are listed. Most of these have been commented out since
3;I don't know what they are and can't test them. Some look like data exports
4;for C++ math functions (E.G.: _Xbig).
5LIBRARY MSVCP60.DLL
6EXPORTS
7;_Cosh
8;_Denorm
9;_Dnorm
10;_Dscale
11;_Dtest
12;_Eps
13;_Exp
14;_FCosh
15;_FDenorm
16;_FDnorm
17;_FDscale
18;_FDtest
19;_FEps
20;_FExp
21;_FInf
22;_FNan
23;_FRteps
24;_FSinh
25;_FSnan
26;_FXbig
27;_Getcoll
28;_Getctype
29;_Getcvt
30;_Hugeval
31;_Inf
32;_LCosh
33;_LDenorm
34;_LDscale
35;_LDtest
36;_LEps
37;_LExp
38;_LInf
39;_LNan
40;_LPoly
41;_LRteps
42;_LSinh
43;_LSnan
44;_LXbig
45;_Mbrtowc
46;_Nan
47;_Poly
48;_Rteps
49;_Sinh
50;_Snan
51;_Stod
52;_Stof
53;_Stold
54;_Strcoll
55;_Strxfrm
56;_Tolower
57;_Toupper
58;_Wcrtomb
59;__Wcrtomb_lk
60;_Xbig
61
62btowc
63mbrlen
64mbrtowc
65mbsrtowcs
66towctrans
67wcrtomb
68wcsrtombs
69wctob
70wctrans
71wctype
Note: See TracBrowser for help on using the repository browser.