From 381492a000454822398a8737c73ea586464ee56a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 7 Apr 2024 11:49:25 -0300 Subject: src/util.c: Add slurp(), with a simple test --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/util.h (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h new file mode 100644 index 0000000..8465790 --- /dev/null +++ b/src/util.h @@ -0,0 +1,2 @@ +int +slurp(const char *const filename, char **out); -- cgit v1.2.3