About
Contact
QtCreator
KDevelop
Solarized
1
#
ifndef
foo_h__
2
#define
foo_h__
3
4
extern
void
foo
(
void
);
5
6
#
endif
// foo_h__
7