summaryrefslogtreecommitdiff
path: root/src/tst.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-29 00:26:12 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-29 00:26:12 +0000
commitfa4ccf507f7485583c8c30c31c7e413850cac351 (patch)
treec199d29b8b3676b8d115bec19b0bda2ade4da9c9 /src/tst.c
parent43e1d88136b0af0147a20ea167e2bd5e22e493ec (diff)
This commit was generated by cvs2svn to compensate for changes in r2,HEADmaster
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'src/tst.c')
-rw-r--r--src/tst.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tst.c b/src/tst.c
new file mode 100644
index 0000000..3ec7ce9
--- /dev/null
+++ b/src/tst.c
@@ -0,0 +1,13 @@
+/* Simple test for fdb.a
+*/
+#include <stdlib.h>
+#include <stdio.h>
+
+#include "fdb.h"
+
+int main(int argc, char *argv[])
+{
+ FDB_Init(20);
+
+ return EXIT_SUCCESS;
+}