Mercurial > ecos
view examples/hello.c @ 2301:67647617a206
Add MMC/SPI package contribution from eCosCentric
| author | jlarmour |
|---|---|
| date | Thu, 21 Sep 2006 17:03:53 +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; }
