mirror of
https://github.com/hnhx/fx.git
synced 2025-01-09 02:57:31 -03:00
7 lines
312 B
C
7 lines
312 B
C
int open_file(char path[4096]);
|
|
int external_open(char path[4096], const char *software);
|
|
int recursive_remove(char path[4096]);
|
|
int print_permissions(struct stat st);
|
|
char *remove_path(char path[4096]);
|
|
char *combine_file_path(char path[4096], char file[256]);
|
|
char *readable_file_size(double size, char *buf);
|