7 lines
75 B
C
7 lines
75 B
C
#ifndef UTILS2_H
|
|
#define UTILS2_H
|
|
|
|
void print_hello_from_utils2();
|
|
|
|
#endif
|