From 40fbb328150d853d0d7a83ce447c3f008de38822 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 16 Jun 2024 22:20:07 +0300 Subject: Start integrating pds, fix warnings and add new test build object --- src/test.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/test.h (limited to 'src/test.h') diff --git a/src/test.h b/src/test.h new file mode 100644 index 0000000..4c14fc6 --- /dev/null +++ b/src/test.h @@ -0,0 +1,6 @@ +#ifndef _TEST_H +#define _TEST_H + +void test_func(); + +#endif -- cgit v1.2.3