7 lines
68 B
C
7 lines
68 B
C
#ifndef SIMPLE_H_
|
|
#define SIMPLE_H_
|
|
|
|
int simple_function();
|
|
|
|
#endif
|