fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
rename.h
Go to the documentation of this file.
1#ifndef RENAME_H
2#define RENAME_H
3
4extern int rename(const char *, const char *);
5
6#endif
int rename(const char *, const char *)