Adapted makefile for user includes and new source files

This commit is contained in:
h3xduck
2021-12-24 06:59:30 -05:00
parent 745ec4e395
commit be9cc95daa
10 changed files with 134 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
#ifndef __PATH_H
#define __PATH_H
int print_directory_tree(const char *const dirpath);
#endif