Cleaned up the repository, getting rid of binary files.
[vsys.git] / ocaml_inotify-0.4 / inot.c
diff --git a/ocaml_inotify-0.4/inot.c b/ocaml_inotify-0.4/inot.c
new file mode 100644 (file)
index 0000000..aeadd2c
--- /dev/null
@@ -0,0 +1,5 @@
+#include <inotifytools/inotify.h>
+
+int main() {
+       inotify_init();
+}