This commit is contained in:
2025-01-01 21:04:13 +02:00
parent 8d1b1537be
commit dcf7056a24
7 changed files with 260 additions and 0 deletions

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

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