OpenLibm/src/common.c

5 lines
71 B
C

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