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
ak-lab-4
/
inc
/
hello1.h
3 lines
58 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
hotfix: checkpatch-related issues
2024-12-01 20:49:22 +02:00
void
print_hello
(
int
msg_count
)
;
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
)
;