Merge: doc: fixed some typos and other misc. corrections
[nit.git] / c_src / core__file._ffi.h
1 /*
2 Extern implementation of Nit module file
3 */
4 #ifndef CORE__FILE_NIT_H
5 #define CORE__FILE_NIT_H
6
7 #include <stdint.h>
8 #include "core__file._nitni.h"
9 #line 23 "../lib/core/file.nit"
10
11
12 #include <dirent.h>
13 #include <string.h>
14 #include <sys/types.h>
15 #include <sys/stat.h>
16 #include <unistd.h>
17 #include <stdio.h>
18 #include <errno.h>
19 #ifndef _WIN32
20 #include <poll.h>
21 #endif
22 #include "core__math._ffi.h"
23 #include "core__time._ffi.h"
24 #endif