SDL_log10

This commit is contained in:
Ethan Lee 2018-01-17 11:53:09 -05:00
parent 429d2ed1df
commit 8551a596fa
19 changed files with 152 additions and 3 deletions

View file

@ -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()