rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers
This commit is contained in:
parent
7717051e3c
commit
d0e510b29a
13 changed files with 46 additions and 113 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue