SDL_log10
This commit is contained in:
parent
429d2ed1df
commit
8551a596fa
19 changed files with 152 additions and 3 deletions
|
@ -643,7 +643,7 @@ if(LIBC)
|
|||
_stricmp _strnicmp sscanf
|
||||
acos acosf asin asinf atan atanf atan2 atan2f ceil ceilf
|
||||
copysign copysignf cos cosf fabs fabsf floor floorf fmod fmodf
|
||||
log logf pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf)
|
||||
log logf log10 log10f pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf)
|
||||
string(TOUPPER ${_FN} _UPPER)
|
||||
set(HAVE_${_UPPER} 1)
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue