Merge: doc: fixed some typos and other misc. corrections
[nit.git] / c_src / core__math._ffi.h
1 /*
2 Extern implementation of Nit module math
3 */
4 #ifndef CORE__MATH_NIT_H
5 #define CORE__MATH_NIT_H
6
7 #include <stdint.h>
8 #include "core__math._nitni.h"
9 #line 18 "../lib/core/math.nit"
10
11
12 #include <stdlib.h>
13 #include <math.h>
14 #include <time.h>
15 #endif