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 --- tests/slurp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/slurp.h') diff --git a/tests/slurp.h b/tests/slurp.h index fd6c082..cc8bf52 100644 --- a/tests/slurp.h +++ b/tests/slurp.h @@ -1,2 +1,2 @@ int -slurp_for_tests(const char *const FNAME, char **strref); +slurp_for_tests(const char *const filename, char **out); -- cgit v1.2.3