7 lines
75 B
C
7 lines
75 B
C
|
#ifndef UTILS1_H
|
||
|
#define UTILS1_H
|
||
|
|
||
|
void print_hello_from_utils1();
|
||
|
|
||
|
#endif
|