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

7 lines
65 B
C

#ifndef MODULE_H
#define MODULE_H
void print_message();
#endif