8 lines
176 B
C
8 lines
176 B
C
#ifndef strplus_included
|
|
#define strplus_included
|
|
|
|
extern char *strdupplus(const char *src);
|
|
extern int strcmpnull(const char *, const char *);
|
|
|
|
#endif /* !strplus_included */
|