Mercurial > ecos
view examples/hello.c @ 2204:179cdabd06f0
* tests/fileio1.c: Compiler warning fixes.
* tests/testfs.c: Compiler warning fixes.
| author | asl |
|---|---|
| date | Wed, 17 May 2006 16:11:43 +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; }
