6 lines
78 B
C
6 lines
78 B
C
|
|
#ifndef __HELLO_H
|
||
|
|
#define __HELLO_H
|
||
|
|
|
||
|
|
void hello(void);
|
||
|
|
|
||
|
|
#endif /* __HELLO_H */
|