FileIO Schema started
This commit is contained in:
22
runtime/fileIo/fileio.h
Normal file
22
runtime/fileIo/fileio.h
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
#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
|
||||
Reference in New Issue
Block a user