Added pnacl manifest.
[nit.git] / c_src / math._ffi.h
1 /*
2 Extern implementation of Nit module math
3 */
4 #ifndef MATH_NIT_H
5 #define MATH_NIT_H
6
7 #include "math._nitni.h"
8 #line 19 "lib/standard/math.nit"
9
10 #include <math.h>
11 int math___Int_sqrt___impl( int recv );
12 double math___Float_abs___impl( double recv );
13 #endif