From 44d56f5311f98a8955c67638e7520963dbd4d845 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 12 Jan 2025 00:14:03 -0300 Subject: Revamp lib, simplify it a bit and address some FIXMEs --- src/testing.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testing.h') diff --git a/src/testing.h b/src/testing.h index 9a1bb2e..0bf6b4d 100644 --- a/src/testing.h +++ b/src/testing.h @@ -6,3 +6,6 @@ testing(const char *const message); void test_ok(void); + +void +test_set_stream(FILE *new_stream); -- cgit v1.2.3