/services/fconf/fconf_test.c
http://ftk.googlecode.com/ · C · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · c8f532598a610069b3210608d16caf09 MD5 · raw file
- #include "fconf.c"
- #include "fconf_client.h"
- #include "fbus_service.h"
- int main(int argc, char* argv[])
- {
- fbus_service_init(argc, argv);
- FConf* fconf = fconf_client_create();
- fconf_test(fconf);
- fbus_service_run();
- fconf_destroy(fconf);
- return 0;
- }