About
Contact
QtCreator
KDevelop
Solarized
1
/* */
2
#include
<sys/types.h>
3
#include
<
sys/event.h>
4
5
6
int
main
(
void
){
return
0
;}
7
8