cbfe1e79536e8749d5082dc74daa33ad28f50a03
[oweals/busybox.git] / miscutils / bbconfig.c
1 /* vi: set sw=4 ts=4: */
2 /*
3  * Public domain.
4  *
5  */
6 #include "busybox.h"
7 #include "bbconfigopts.h"
8
9 int bbconfig_main(int argc, char **argv)
10 {
11         printf(bbconfig_config);
12         return 0;
13 }