2015-02-12 13:58:35 +01:00
|
|
|
#include <openlibm_math.h>
|
2015-01-11 23:01:49 +01:00
|
|
|
|
2015-02-12 13:58:35 +01:00
|
|
|
#include "math_private.h"
|
2015-02-12 13:25:30 +01:00
|
|
|
|
2016-03-14 02:07:55 +01:00
|
|
|
OLM_DLLEXPORT int isopenlibm(void) {
|
2013-08-03 11:15:47 +02:00
|
|
|
return 1;
|
|
|
|
}
|