This commit is contained in:
2025-01-01 22:13:51 +02:00
parent dcf7056a24
commit 850591ae2c
7 changed files with 270 additions and 0 deletions

2
lab_6/inc/hello1.h Normal file
View File

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