diff options
Diffstat (limited to '')
-rw-r--r-- | modules/test/test_impl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/test/test_impl.h b/modules/test/test_impl.h new file mode 100644 index 0000000..bd9b185 --- /dev/null +++ b/modules/test/test_impl.h @@ -0,0 +1,9 @@ +#ifndef _TEST_IMPL_H_ +#define _TEST_IMPL_H_ 1 + + +void print_load_message(void); + + + +#endif /* _TEST_IMPL_H_ */ |