mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00: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;
|
||
|
}
|