staging area for moving functions from here to ../lib
authorDavid Schleef <ds@schleef.org>
Mon, 28 May 2001 02:38:09 +0000 (02:38 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 28 May 2001 02:38:09 +0000 (02:38 +0000)
testing/lib.c [new file with mode: 0644]

diff --git a/testing/lib.c b/testing/lib.c
new file mode 100644 (file)
index 0000000..72d19d9
--- /dev/null
@@ -0,0 +1,15 @@
+
+#include <stdio.h>
+#include <comedilib.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <sys/ioctl.h>
+#include <errno.h>
+#include <getopt.h>
+#include <ctype.h>
+#include <math.h>
+#include <sys/time.h>
+#include <string.h>
+#include "comedi_test.h"
+
+/* nothing currently */