Mercurial > ecos
view examples/hello.c @ 996:fb41b6cf2513
Add control to force use of serial port during initialization
| author | gthomas |
|---|---|
| date | Sun, 04 May 2003 17:37:28 +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; }
