Files
vortex/runtime/fileio/fileio.h
2020-04-14 19:39:59 -04:00

22 lines
220 B
C

#ifndef FILE_IOO
#define FILE_IOO
// #include <sys/stat.h>
// #include <errno.h>
// #include <stdio.h>
// void vx_close();
// void vx_fstat();
// void vx_isatty();
// void vx_read();
// void vx_write();
#endif