Files
SAE32_2024/tests/C/test-10-phony/make/module.h
2025-02-08 23:16:45 +01:00

7 lines
65 B
C

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