SDL_log10

This commit is contained in:
Ethan Lee
2018-01-17 11:53:09 -05:00
parent bd0def06ee
commit 11c348b4d7
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()