agn453/HI-TECH-Z80-C

Missing rename declaration in unixio.h

tsupplis opened this issue · 1 comments

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 *);
...

Updated UNIXIO.H