Mercurial > ecos
view examples/hello.c @ 2944:f5ae5af1e5f8
* cdl/io_flash.cdl: Fix display string for CYGSEM_IO_FLASH_LEGACY_API
option.
| author | sergeig |
|---|---|
| date | Fri, 26 Mar 2010 18:14:38 +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; }
