7 lines
65 B
C
Raw Permalink Normal View History

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