/* Simple test for fdb.a */ #include #include #include "fdb.h" int main(int argc, char *argv[]) { FDB_Init(20); return EXIT_SUCCESS; }