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

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

Update to busybox 1.7.2

File size: 261 bytes
RevLine 
[821]1/* vi: set sw=4 ts=4: */
2/* This file was released into the public domain by Paul Fox.
3 */
[1765]4#include "libbb.h"
[821]5#include "bbconfigopts.h"
6
[1765]7int bbconfig_main(int argc, char **argv);
[821]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.