mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +01:00
5 lines
71 B
C
5 lines
71 B
C
|
#include "math_private.h"
|
||
|
DLLEXPORT int isopenlibm() {
|
||
|
return 1;
|
||
|
}
|