From 7db56ed3f9d1fcb8b6780b7c30ad93904625a0a3 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 17 Aug 2026 13:31:42 +0000 Subject: fundamentals are working and beautiful --- include/files.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/files.h') diff --git a/include/files.h b/include/files.h index 24712e9..052c5f4 100644 --- a/include/files.h +++ b/include/files.h @@ -23,7 +23,12 @@ #include +#include "str.h" + bool file_exists(const char *path); bool is_directory(const char *path); +bool rmrf(str *path); +bool file_write(str *content, str *path); +str file_read(str *path); #endif -- cgit v1.2.3