Add efacf056cd
This commit is contained in:
14
dockerdoom/trunk/wince/fileops.h
Normal file
14
dockerdoom/trunk/wince/fileops.h
Normal file
@ -0,0 +1,14 @@
|
||||
//
|
||||
// "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 */
|
||||
|
Reference in New Issue
Block a user