mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
created dir.c & .h, improved header file handling
This commit is contained in:
8
dir.h
Normal file
8
dir.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef DIR_GUARD
|
||||
#define DIR_GUARD
|
||||
#include "dir.c"
|
||||
#endif
|
||||
|
||||
extern unsigned long get_dir_size(char *path);
|
||||
extern void get_dir_content(char *path, unsigned long *dir_file_count, file *dir_content);
|
||||
extern void print_dir(WINDOW *win, char print_info, unsigned long *dir_file_count, file *dir_content);
|
Reference in New Issue
Block a user