1
0
Fork 0
mirror of https://git.busybox.net/busybox synced 2026-02-22 19:50:59 +00:00
busybox/miscutils/bbconfig.c
2006-03-30 02:01:48 +00:00

11 lines
221 B
C

/* 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;
}