source:
MondoRescue/branches/2.2.5/mindi-busybox/miscutils/bbconfig.c@
3055
| Last change on this file since 3055 was 1765, checked in by , 18 years ago | |
|---|---|
| File size: 261 bytes | |
| Rev | Line | |
|---|---|---|
| [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] | 7 | int bbconfig_main(int argc, char **argv); |
| [821] | 8 | int 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.
