Mercurial > flash_v2
view examples/hello.c @ 1608:efb036167f32
Fix compiler warning
| author | gthomas |
|---|---|
| date | Fri, 23 Apr 2004 20:55:32 +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; }
