OpenLibm/src/common.c

8 lines
108 B
C

#include <openlibm_math.h>
#include "math_private.h"
OLM_DLLEXPORT int isopenlibm(void) {
return 1;
}