1
2
3
4
5
6
#ifndef FOO_H
#define FOO_H

void foo();

#endif // FOO_H