msvcp60.def
来自「开放源码的编译器open watcom 1.6.0版的源代码」· DEF 代码 · 共 71 行
DEF
71 行
;Submitted by: Danny Smith <danny_r_smith_2001@yahoo.co.nz>
;Only the C functions are listed. Most of these have been commented out since
;I don't know what they are and can't test them. Some look like data exports
;for C++ math functions (E.G.: _Xbig).
LIBRARY MSVCP60.DLL
EXPORTS
;_Cosh
;_Denorm
;_Dnorm
;_Dscale
;_Dtest
;_Eps
;_Exp
;_FCosh
;_FDenorm
;_FDnorm
;_FDscale
;_FDtest
;_FEps
;_FExp
;_FInf
;_FNan
;_FRteps
;_FSinh
;_FSnan
;_FXbig
;_Getcoll
;_Getctype
;_Getcvt
;_Hugeval
;_Inf
;_LCosh
;_LDenorm
;_LDscale
;_LDtest
;_LEps
;_LExp
;_LInf
;_LNan
;_LPoly
;_LRteps
;_LSinh
;_LSnan
;_LXbig
;_Mbrtowc
;_Nan
;_Poly
;_Rteps
;_Sinh
;_Snan
;_Stod
;_Stof
;_Stold
;_Strcoll
;_Strxfrm
;_Tolower
;_Toupper
;_Wcrtomb
;__Wcrtomb_lk
;_Xbig
btowc
mbrlen
mbrtowc
mbsrtowcs
towctrans
wcrtomb
wcsrtombs
wctob
wctrans
wctype
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?