7 lines
61 B
C
7 lines
61 B
C
|
#ifndef UTILS_H
|
||
|
#define UTILS_H
|
||
|
|
||
|
void print_hello();
|
||
|
|
||
|
#endif
|