10 lines
269 B
C
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
|