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).
|
---|
5 | LIBRARY MSVCP60.DLL
|
---|
6 | EXPORTS
|
---|
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 |
|
---|
62 | btowc
|
---|
63 | mbrlen
|
---|
64 | mbrtowc
|
---|
65 | mbsrtowcs
|
---|
66 | towctrans
|
---|
67 | wcrtomb
|
---|
68 | wcsrtombs
|
---|
69 | wctob
|
---|
70 | wctrans
|
---|
71 | wctype
|
---|
Note:
See
TracBrowser
for help on using the repository browser.