separate modules into hello1 and hello2

hello1 handles all required operations while hello2 triggers them at
load and unload
This commit is contained in:
2024-12-01 18:58:07 +02:00
parent 9a78f98540
commit 19b922d4e4
4 changed files with 98 additions and 33 deletions

2
inc/hello1.h Normal file
View File

@@ -0,0 +1,2 @@
void print_hello(void);
void destroy_list(void);