7 lines
69 B
C
7 lines
69 B
C
#ifndef STR_DUP_H
|
|
#define STR_DUP_H
|
|
|
|
char *str_dup(char *s);
|
|
|
|
#endif
|