About
Contact
QtCreator
KDevelop
Solarized
1
#include
"myModule.h"
2
3
void
public_func
(
) {}
4
5
int
private_func
(
) {
6
return
5
;
7
}
8
9