mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[MSVCRT]
Add exports for ceilf, cosf, logf svn path=/trunk/; revision=48265
This commit is contained in:
parent
949283de1e
commit
1c9a033a6c
1 changed files with 3 additions and 0 deletions
|
@ -1166,10 +1166,12 @@
|
|||
# @ cdecl btowc(long)
|
||||
@ cdecl calloc(long long)
|
||||
@ cdecl ceil(double)
|
||||
@ cdecl -arch=x86_64 ceilf(double)
|
||||
@ cdecl clearerr(ptr)
|
||||
# stub clearerr_s
|
||||
@ cdecl clock()
|
||||
@ cdecl cos(double)
|
||||
@ cdecl -arch=x86_64 cosf(double)
|
||||
@ cdecl cosh(double)
|
||||
@ cdecl ctime(ptr)
|
||||
@ cdecl difftime(long long)
|
||||
|
@ -1252,6 +1254,7 @@
|
|||
@ cdecl localtime(ptr)
|
||||
@ cdecl log(double)
|
||||
@ cdecl log10(double)
|
||||
@ cdecl -arch=x86_64 logf(double)
|
||||
@ cdecl -i386 longjmp(ptr long)
|
||||
@ cdecl malloc(long)
|
||||
@ cdecl mblen(ptr long)
|
||||
|
|
Loading…
Reference in a new issue