This website requires JavaScript.
Explore
Help
Register
Sign In
hasslesstech
/
ak-lab-4
Watch
1
Star
0
Fork
You've already forked ak-lab-4
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
lab5-rc1
ak-lab-4
/
inc
/
hello1.h
3 lines
48 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
hotfix: move msg_count argument Move msg_count handling to hello2 to comply with lab5 requirements
2024-12-01 19:43:54 +02:00
void
print_hello
(
int
)
;
separate modules into hello1 and hello2 hello1 handles all required operations while hello2 triggers them at load and unload
2024-12-01 18:58:07 +02:00
void
destroy_list
(
void
)
;