NP2kai/accessories/textout.h
2019-03-21 20:48:05 +09:00

6 lines
144 B
C
Executable File

void *textout_open(const char *filename, int bufsize);
void textout_write(void *hdl, const char *string);
void textout_close(void *hdl);