mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-17 06:06:10 +01:00
initial commit
This commit is contained in:
5
patch/ipc/util.h
Normal file
5
patch/ipc/util.h
Normal file
@@ -0,0 +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);
|
||||
|
||||
Reference in New Issue
Block a user