mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-24 18:33:08 +08:00
7 lines
96 B
C
7 lines
96 B
C
#ifndef __PATH_H
|
|
#define __PATH_H
|
|
|
|
int print_directory_tree(const char *const dirpath);
|
|
|
|
|
|
#endif |