Mercurial > ecos
view examples/hello.c @ 2263:b79bf6f1fe6b
Add M68K/MCF52xx coldfire I2C device driver
| author | bartv |
|---|---|
| date | Sun, 06 Aug 2006 22:34:05 +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; }
