OpenLibm/src/common.c

8 lines
109 B
C
Raw Normal View History

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