mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +01:00
7 lines
108 B
C
7 lines
108 B
C
#include <openlibm_math.h>
|
|
|
|
#include "math_private.h"
|
|
|
|
OLM_DLLEXPORT int isopenlibm(void) {
|
|
return 1;
|
|
}
|