Files
yait/lib/file.h
2025-07-13 18:20:10 -04:00

10 lines
118 B
C

#ifndef FILE_H
#define FILE_H
#include "e.h"
error_t write(char *, char *, ...);
void printfn(char *, ...);
#endif