1 2 3 4 5 6 7 8
#include "busybox.h" #include "bbconfigopts.h" int bbconfig_main(int argc, char **argv) { printf(bbconfig_config); return 0; }