OpenLibm/src/common.c

6 lines
76 B
C
Raw Normal View History

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