Mercurial > ecos
view examples/hello.c @ 2528:a2fb80f5315f
Update host-side configury
| author | bartv |
|---|---|
| date | Mon, 18 Aug 2008 13:34: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; }
