Mercurial > ecos
view examples/hello.c @ 3175:7e86d66e57e3
Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ]
| author | vae |
|---|---|
| date | Fri, 18 May 2012 18:32:15 +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; }
