/* Routines for working with directories */
int ; /* check if given directory has a .pijul */
/**
* Search for a .pijul folder. Starts from the current working
* directory, and walks up the parent directories until a directory is
* found. If found, returns the absolute path (without "/.pijul" as an
* allocated string. Otherwise, returns NULL
*/
char *;