mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +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;
|
|
}
|