save
This commit is contained in:
6
lib/str_dup.h
Normal file
6
lib/str_dup.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef STR_DUP_H
|
||||
#define STR_DUP_H
|
||||
|
||||
char *str_dup(char *s);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user