diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 23:12:40 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 23:12:40 +0000 |
| commit | 518be7f92e2c2bc1a3cc3cfe1223390ae3cd9c2b (patch) | |
| tree | 0541433f4bc62cd9032bfe881fdbb212360da077 /include/files.h | |
| parent | 76ee567986a12c22e6a606d74e31425facf9f5f4 (diff) | |
update!
Diffstat (limited to 'include/files.h')
| -rw-r--r-- | include/files.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/files.h b/include/files.h index 24712e9..8054bd8 100644 --- a/include/files.h +++ b/include/files.h @@ -23,7 +23,11 @@ #include <stdbool.h> +#include "str.h" + bool file_exists(const char *path); bool is_directory(const char *path); +str cmd_out(const char *cmd); +void cpdir(const char *src_path, const char *dst_path); #endif |
