22 lines
196 B
C
22 lines
196 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 |