mkcsrc: copy .c and .h file to avoid the break of the bootstrap
[nit.git] / c_src / standard___file._ffi.h
1 /*
2 Extern implementation of Nit module file
3 */
4 #include <file._nitni.h>
5
6 #ifndef STANDARD___FILE_NIT_H
7 #define STANDARD___FILE_NIT_H
8
9 struct stat * NativeString_file_lstat___impl( char * recv );
10 int FileStat_is_reg___impl( struct stat * recv );
11 int FileStat_is_dir___impl( struct stat * recv );
12 int FileStat_is_chr___impl( struct stat * recv );
13 int FileStat_is_blk___impl( struct stat * recv );
14 int FileStat_is_fifo___impl( struct stat * recv );
15 int FileStat_is_lnk___impl( struct stat * recv );
16 int FileStat_is_sock___impl( struct stat * recv );
17 #endif