From f1e4196f494d4c3f91d9c8f300dbfb8ba8419e2e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 25 Jul 2026 12:02:51 +0200 Subject: init --- src/Hello.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Hello.h (limited to 'src/Hello.h') diff --git a/src/Hello.h b/src/Hello.h new file mode 100644 index 0000000..1ec1f96 --- /dev/null +++ b/src/Hello.h @@ -0,0 +1,14 @@ +#ifndef SRC_HELLO_H_ +#define SRC_HELLO_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +void printMessage(const char* message); + +#ifdef __cplusplus +} +#endif + +#endif /* SRC_HELLO_H_ */ -- cgit v1.2.3