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