diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-25 12:02:51 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-25 12:02:51 +0200 |
| commit | f1e4196f494d4c3f91d9c8f300dbfb8ba8419e2e (patch) | |
| tree | f2f42b79819bde2de359ba756e679f993ab330ab /src/Hello.h | |
init
Diffstat (limited to 'src/Hello.h')
| -rw-r--r-- | src/Hello.h | 14 |
1 files changed, 14 insertions, 0 deletions
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_ */ |
