sed source files to end with 1 new line
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
int normalizepath(const char *path, char **normal);
|
||||
int mkdirp(const char *path);
|
||||
int parentdir(const char *path, char **parent);
|
||||
int nullterminate(char **str, size_t *len);
|
||||
int nullterminate(char **str, size_t *len);
|
||||
|
||||
|
Reference in New Issue
Block a user