c_src : Regenerated c_src to prevent use of String contructors
[nit.git] / c_src / standard___file._ffi.h
diff --git a/c_src/standard___file._ffi.h b/c_src/standard___file._ffi.h
new file mode 100644 (file)
index 0000000..6cc457c
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+       Extern implementation of Nit module file
+*/
+#include <file._nitni.h>
+
+#ifndef STANDARD___FILE_NIT_H
+#define STANDARD___FILE_NIT_H
+
+ struct stat *  NativeString_file_lstat___impl( char * recv );
+int FileStat_is_reg___impl(  struct stat *  recv );
+int FileStat_is_dir___impl(  struct stat *  recv );
+int FileStat_is_chr___impl(  struct stat *  recv );
+int FileStat_is_blk___impl(  struct stat *  recv );
+int FileStat_is_fifo___impl(  struct stat *  recv );
+int FileStat_is_lnk___impl(  struct stat *  recv );
+int FileStat_is_sock___impl(  struct stat *  recv );
+#endif