[PATCH] [PROOF] Modified Hello world

vidhu2366 at gmail.com vidhu2366 at gmail.com
Thu Sep 20 06:35:54 UTC 2012


From: Vidhoon Viswanathan <vidhu2366 at gmail.com>

This patch modifies the Hello word example to
print my own customized version of Hello world
message.

Signed-off-by: Vidhoon Viswanathan <vidhu2366 at gmail.com>
---
 testsuites/samples/hello/init.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 8a44a88..f698d4d 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -23,9 +23,9 @@ rtems_task Init(
   rtems_task_argument ignored
 )
 {
-  printf( "\n\n*** HELLO WORLD TEST ***\n" );
-  printf( "Hello World\n" );
-  printf( "*** END OF HELLO WORLD TEST ***\n" );
+  printf( "\n\n*** Modified HELLO WORLD TEST ***\n" );
+  printf( "This is Vidhoon's Hello World\n" );
+  printf( "*** END OF Modified HELLO WORLD TEST ***\n" );
   exit( 0 );
 }
 
-- 
1.7.11.4




More information about the devel mailing list