Files
yait/file.h
2025-11-09 21:55:07 -05:00

9 lines
155 B
C

#ifndef FILE_H_
#define FILE_H_
int ffwrite(char *path, char *fmt, ...);
int fmkdir(char *path, ...);
int ffexist(char *fmt, ...);
#endif /* FILE_H_ */