Files
libstdwullie/include/stdWullie/filehandle/closeOpen.h
T
2026-08-20 16:40:32 +01:00

10 lines
269 B
C

// this code is licenced under Wrathmark licence
// © 2026 wullie wulliestudio.com
// please see attached licence for full usage and rights
#ifndef CLOSEOPEN_H
#define CLOSEOPEN_H
long Wopen(const char *pathname, int flags, int mode);
long closeFile(int fd);
#endif