rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers

This commit is contained in:
cinap_lenrek 2016-05-15 19:58:24 +02:00
parent 7717051e3c
commit d0e510b29a
13 changed files with 46 additions and 113 deletions

View file

@ -10,7 +10,6 @@ void Exit(char*);
int ForkExecute(char*, char**, int, int, int);
int Globsize(char*);
int Isatty(int);
void Memcpy(void*, void*, long);
void Noerror(void);
int Opendir(char*);
long Read(int, void*, long);