Mercurial > nand-ecoscentric
view examples/hello.c @ 2097:d2cf23fa9748
* include/sys/param.h: Include <string.h> to stop warnings.
| author | asl |
|---|---|
| date | Fri, 04 Nov 2005 10:37: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; }
