Patch from Arthur Othieno for style-guide.txt conformance

This commit is contained in:
Eric Andersen
2003-10-22 10:34:15 +00:00
parent 28672dd3b9
commit 7f6295f516
3 changed files with 36 additions and 12 deletions

View File

@@ -21,13 +21,15 @@
*
*/
/* no options, no getopt */
#include <stdio.h>
#include <stdlib.h>
#include "busybox.h"
extern int reset_main(int argc, char **argv)
{
printf("\033[?25h\033c\033[J");
return EXIT_SUCCESS;
printf("\033[?25h\033c\033[J");
return EXIT_SUCCESS;
}