Mercurial > flash_v2
view examples/hello.c @ 1123:36b042c3698d
* include/hal_intr.h: Tidied up some compiler warnings.
| author | nickg |
|---|---|
| date | Wed, 23 Jul 2003 17:57:14 +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; }
