Files
yait/core/file.h
2025-07-14 23:07:13 -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