Mercurial > ecos
view examples/hello.c @ 3244:f6140ea7e34d
Rich memory layout for FlexBus RAM with support for caching. Remove redundant MLT files. [ Bugzilla 1001837 ]
| author | vae |
|---|---|
| date | Sun, 02 Jun 2013 17:01:36 +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; }
