(copy, atopi, same): Remove, use strcpy(), atoi(), strcmp(). Callers
changed. Remove empty source files.
This commit is contained in:
parent
9c90022634
commit
d0feb8570a
11 changed files with 11 additions and 311 deletions
|
@ -37,13 +37,6 @@
|
|||
#include "gen.h"
|
||||
#include "optlist.h"
|
||||
|
||||
s_char *
|
||||
copy(register s_char *s1, register s_char *s2)
|
||||
{
|
||||
while ((*s2++ = *s1++) != 0) ;
|
||||
return s2 - 1;
|
||||
}
|
||||
|
||||
#ifdef hpux
|
||||
#include <memory.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue