separate modules into hello1 and hello2
hello1 handles all required operations while hello2 triggers them at load and unload
This commit is contained in:
2
inc/hello1.h
Normal file
2
inc/hello1.h
Normal file
@@ -0,0 +1,2 @@
|
||||
void print_hello(void);
|
||||
void destroy_list(void);
|
||||
Reference in New Issue
Block a user