~kris/suckless

dwm

ref: 6674ef332374efc421138f0fd4b65cf28f3045dc dwm/patch/ipc/util.h -rw-r--r-- 175 bytes
6674ef33 — Kris Yotam Add custom keybindings (MOD+BackSpace, apps, media keys) 7 months ago
                                                                                
1
2
3
4
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);