Missing rename declaration in unixio.h
tsupplis opened this issue · 1 comments
tsupplis commented
Sorry for not pushing with a PR, small recommended change, adding the prototype for the rename function.
...
extern int dup(int);
extern long lseek(int, long, int);
extern int read(int, void *, int);
extern int unlink(char *);
extern int rename(char *, char *);
...
agn453 commented
Updated UNIXIO.H