shithub: choc

ref: 0688ecda7a802723ae64ab516cfe6508d9890ec7
dir: /wince/fileops.h/

View raw version
//
// "Extension" implementation of ANSI C file functions for Windows CE.
//
// I (Simon Howard) release this file to the public domain.
//

#ifndef WINCE_FILEOPS_H
#define WINCE_FILEOPS_H

int remove(const char *pathname);
int rename(const char *oldpath, const char *newpath);

#endif /* #ifndef WINCE_FILEOPS_H */