You are viewing a pre-release page, content may be missing or incorrect.
1 #pragma once 2 3 #include <stdbool.h> 4 #include <stddef.h> 5 6 bool do_tree(const char *base, void chk(const char *path, bool dir)); 7 size_t get_file_sz(const char *path); 8 const char *get_bname(const char *path);