- add llist_free_one() and llist_free() to libbb
[oweals/busybox.git] / miscutils / bbconfig.c
1 #include "busybox.h"
2 #include "bbconfigopts.h"
3
4 int bbconfig_main(int argc, char **argv)
5 {
6         printf(bbconfig_config);
7         return 0;
8 }