Files
kernels/runtime/fileIo/fileio.h
2019-11-12 13:39:33 -05: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