Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
71a6a4e723c8cb797f04ca541288491275f2670c
/
.
/
miscutils
/
bbconfig.c
blob: ce14d4a1f1b07c22fc34b95fbe76e86ac432e034 [
file
] [
log
] [
blame
]
/* vi: set sw=4 ts=4: */
/* This file was released into the public domain by Paul Fox.
*/
#include
"busybox.h"
#include
"bbconfigopts.h"
int
bbconfig_main
(
int
argc
,
char
**
argv
)
{
printf
(
bbconfig_config
);
return
0
;
}