2 // "Extension" implementation of ANSI C file functions for Windows CE.
4 // I (Simon Howard) release this file to the public domain.
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 */