About
Contact
QtCreator
KDevelop
Solarized
1
__declspec
(dllimport)
void
SomeFunction
(
void
);
2
3
int
main
(
void
) {
4
SomeFunction
();
5
return
0
;
6
}
7