source:
MondoRescue/branches/2.2.5/mindi-busybox/miscutils/bbconfig.c@
2948
| Last change on this file since 2948 was 1765, checked in by , 18 years ago | |
|---|---|
| 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 | |
| 7 | int bbconfig_main(int argc, char **argv); |
| 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.
