dllexport err_no and clear_err_no
parent
4ebc3203d6
commit
201296c040
4
vm/io.h
4
vm/io.h
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue