Oops.
[chocolate-doom.git] / wince / fileops.h
blob757a34fdf4fa0da6f54437b1a36ddfc96952d069
1 //
2 // "Extension" implementation of ANSI C file functions for Windows CE.
3 //
4 // I (Simon Howard) release this file to the public domain.
5 //
7 #ifndef WINCE_FILEOPS_H
8 #define WINCE_FILEOPS_H
10 int remove(const char *pathname);
11 int rename(const char *oldpath, const char *newpath);
13 #endif /* #ifndef WINCE_FILEOPS_H */