diff --git a/hermit/usr/examples/hello.c b/hermit/usr/examples/hello.c index c20694fa4..8a2b245b6 100644 --- a/hermit/usr/examples/hello.c +++ b/hermit/usr/examples/hello.c @@ -31,9 +31,12 @@ #include #include +#define N 255 + int main(int argc, char** argv) { - int i; + int i, random; + FILE* file; printf("Hello World!!!\n"); for(i=0; environ[i]; i++) @@ -41,5 +44,15 @@ int main(int argc, char** argv) for(i=0; i