Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -36,13 +36,13 @@
|
|||
#include "gen.h"
|
||||
#ifdef NOSTRDUP
|
||||
|
||||
char *strdup(char *x)
|
||||
char *
|
||||
strdup(char *x)
|
||||
{
|
||||
char *y;
|
||||
char *y;
|
||||
|
||||
y=(char *)malloc((sizeof(char)*strlen(x))+1);
|
||||
strcpy(y,x);
|
||||
return y;
|
||||
y = (char *)malloc((sizeof(char) * strlen(x)) + 1);
|
||||
strcpy(y, x);
|
||||
return y;
|
||||
}
|
||||
#endif /* NOSTRDUP */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue