4 lines
48 B
C
4 lines
48 B
C
/* strdup.h */
|
|
|
|
char * strdup(const char *str);
|
/* strdup.h */
|
|
|
|
char * strdup(const char *str);
|