We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8b125 commit 9f39957Copy full SHA for 9f39957
inotify/inotify_exam.c
@@ -0,0 +1,11 @@
1
+#include <stdio.h>
2
+#include <sys/inotify.h>
3
+
4
+int main(int argc, char *argv[])
5
+{
6
+ int fd;
7
8
+ fd = inotify_init();
9
10
+ return 0;
11
+}
0 commit comments