7 lines
77 B
C
7 lines
77 B
C
|
#ifndef _HELLO_H
|
||
|
#define _HELLO_H
|
||
|
|
||
|
int hello_world();
|
||
|
|
||
|
#endif /* _HELLO_H */
|