OpenLibm/src/common.c

8 lines
104 B
C

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