kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
278 stars 40 forks source link

fpclassify(val) #35

Closed Michaelikus closed 6 years ago

Michaelikus commented 6 years ago

fpclassify function is absent :(

kristapsdz commented 6 years ago

System/arch? fpclassify is ISO C99. Are you using a C89 compiler?

kristapsdz commented 6 years ago

Ok, I think I found this: fpclassify requires -lm on Linux. I'm adding it to the docs.