cleanup (-> old directory) & creation of 'new' src folder + TODO
[my-code/ivac.git] / old / test.c
diff --git a/old/test.c b/old/test.c
new file mode 100644 (file)
index 0000000..2ad2ba8
--- /dev/null
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include "v4lapi.h"
+
+int main(void) {
+       
+       v4l_init("/dev/v4l/video0");
+       
+       return 1;
+}