From 5e7e9cca7bbaaa490e61f297be3e24b0607b6c48 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 16 Apr 2024 09:26:11 -0300 Subject: src/string.c: Add new empty file structure --- tests/string.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/string.c (limited to 'tests') diff --git a/tests/string.c b/tests/string.c new file mode 100644 index 0000000..4d1ee74 --- /dev/null +++ b/tests/string.c @@ -0,0 +1,6 @@ +#include "../src/string.c" + +int +main(void) { + return 0; +} -- cgit v1.2.3