* 1 Bugfix which might have caused vsys to block when reopened several times in succe...
[vsys.git] / ocaml_inotify-0.4 / inot.c
1 #include <inotifytools/inotify.h>
2
3 int main() {
4         inotify_init();
5 }