Mercurial > ecos
view examples/hello.c @ 3214:3a87a9603953
Add ECM for RedBoot with FPU support.
| author | vae |
|---|---|
| date | Sat, 09 Mar 2013 17:51:26 +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; }
