dllexport err_no and clear_err_no

db4
Doug Coleman 2009-02-06 18:46:23 -06:00
parent 4ebc3203d6
commit 201296c040
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
void init_c_io(void); void init_c_io(void);
void io_error(void); void io_error(void);
int err_no(void); DLLEXPORT int err_no(void);
void clear_err_no(void); DLLEXPORT void clear_err_no(void);
void primitive_fopen(void); void primitive_fopen(void);
void primitive_fgetc(void); void primitive_fgetc(void);