Files
SAE32_2024/tests/C/test-09-handling-comment/make/module.h

7 lines
65 B
C
Raw Normal View History

2025-02-08 22:02:51 +01:00
#ifndef MODULE_H
#define MODULE_H
void print_message();
#endif