mirror of
https://git.busybox.net/busybox.git
synced 2024-12-12 15:03:27 +08:00
9 lines
130 B
C
9 lines
130 B
C
|
#include "busybox.h"
|
||
|
#include "bbconfigopts.h"
|
||
|
|
||
|
int bbconfig_main(int argc, char **argv)
|
||
|
{
|
||
|
printf(bbconfig_config);
|
||
|
return 0;
|
||
|
}
|