diff options
author | EuAndreh <eu@euandre.org> | 2025-01-12 00:14:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-12 14:27:57 -0300 |
commit | 44d56f5311f98a8955c67638e7520963dbd4d845 (patch) | |
tree | fbb2c58c79f1730ff62c83cef116fb5c0e035dfe /src/testing.h | |
parent | Replace src/config.h with <s.h>; incorporate changes from other projects (diff) | |
download | pindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.gz pindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.xz |
Revamp lib, simplify it a bit and address some FIXMEs
Diffstat (limited to 'src/testing.h')
-rw-r--r-- | src/testing.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |