From fa4ccf507f7485583c8c30c31c7e413850cac351 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 29 Jan 2004 00:26:12 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- src/tst.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/tst.c (limited to 'src/tst.c') 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 +#include + +#include "fdb.h" + +int main(int argc, char *argv[]) +{ + FDB_Init(20); + + return EXIT_SUCCESS; +} -- cgit v1.2.3