projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5391c
)
staging area for moving functions from here to ../lib
author
David Schleef
<ds@schleef.org>
Mon, 28 May 2001 02:38:09 +0000
(
02:38
+0000)
committer
David Schleef
<ds@schleef.org>
Mon, 28 May 2001 02:38:09 +0000
(
02:38
+0000)
testing/lib.c
[new file with mode: 0644]
patch
|
blob
diff --git a/testing/lib.c
b/testing/lib.c
new file mode 100644
(file)
index 0000000..
72d19d9
--- /dev/null
+++ b/
testing/lib.c
@@ -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 */