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