dwm

Kris's build of dwm
git clone git clone https://git.krisyotam.com/krisyotam/dwm.git
Log | Files | Refs | README | LICENSE

util.h (175B)


      1 int normalizepath(const char *path, char **normal);
      2 int mkdirp(const char *path);
      3 int parentdir(const char *path, char **parent);
      4 int nullterminate(char **str, size_t *len);
      5