X-Git-Url: http://nitlanguage.org diff --git a/c_src/file_nit.h b/c_src/file_nit.h index 4e598d0..4291f02 100644 --- a/c_src/file_nit.h +++ b/c_src/file_nit.h @@ -20,9 +20,11 @@ #include #include +#ifndef NONITCNI #include Set String_files___impl( String recv ); +#endif extern int string_NativeString_NativeString_file_exists_0(char *f); extern void *string_NativeString_NativeString_file_stat_0(char *f); @@ -46,5 +48,8 @@ extern int string_NativeString_NativeString_file_delete_0(char *f); #define file_FileStat_FileStat_size_0(self) (((struct stat*)self)->st_size) #define string_NativeString_NativeString_file_mkdir_0(p) (mkdir(p, 0777)) + +#define file_stdin_poll_in(self) file_stdin_poll_in_() +int file_stdin_poll_in_(void); #endif