Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/miscutils/bbconfig.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1123 - (show annotations) (download)
Wed Aug 18 21:56:57 2010 UTC (13 years, 9 months ago) by niro
File MIME type: text/plain
File size: 320 byte(s)
-updated to busybox-1.17.1
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
7 int bbconfig_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
8 int bbconfig_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
9 {
10 full_write1_str(bbconfig_config);
11 return 0;
12 }