busybox/miscutils/bbconfig.c

14 lines
183 B
C
Raw Normal View History

2006-03-30 01:24:02 +05:30
/* vi: set sw=4 ts=4: */
/*
* Public domain.
*
*/
#include "busybox.h"
#include "bbconfigopts.h"
int bbconfig_main(int argc, char **argv)
{
printf(bbconfig_config);
return 0;
}