source: MondoRescue/branches/2.2.5/mindi-busybox/miscutils/bbconfig.c

Last change on this file was 1765, checked in by Bruno Cornec, 16 years ago

Update to busybox 1.7.2

File size: 261 bytes
Line 
1/* vi: set sw=4 ts=4: */
2/* This file was released into the public domain by Paul Fox.
3 */
4#include "libbb.h"
5#include "bbconfigopts.h"
6
7int bbconfig_main(int argc, char **argv);
8int bbconfig_main(int argc, char **argv)
9{
10 printf(bbconfig_config);
11 return 0;
12}
Note: See TracBrowser for help on using the repository browser.