Mercurial > ecos
view examples/hello.c @ 2165:fa277d078e96
* tests/nc_test_framework.h:
* tests/nc_test_master.c: Fix the compiler warnings when
building for Linux.
| author | asl |
|---|---|
| date | Sun, 26 Mar 2006 11:15:06 +0000 |
| parents | ead06911cbae |
| children |
line wrap: on
line source
/* this is a simple hello world program */ #include <stdio.h> int main(void) { printf("Hello, eCos world!\n"); return 0; }
