diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-29 00:26:12 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-29 00:26:12 +0000 |
commit | fa4ccf507f7485583c8c30c31c7e413850cac351 (patch) | |
tree | c199d29b8b3676b8d115bec19b0bda2ade4da9c9 /src/tst.c | |
parent | 43e1d88136b0af0147a20ea167e2bd5e22e493ec (diff) |
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'src/tst.c')
-rw-r--r-- | src/tst.c | 13 |
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; +} |