mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 02:43:07 +08:00
Adapted makefile for user includes and new source files
This commit is contained in:
7
src/user/include/utils/files/path.h
Normal file
7
src/user/include/utils/files/path.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __PATH_H
|
||||
#define __PATH_H
|
||||
|
||||
int print_directory_tree(const char *const dirpath);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user