root/nav.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   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);

/* [previous][next][first][last][top][bottom][index][help] */