Mercurial > ecos
view examples/hello.c @ 1121:7992fe4e88eb
Update to use 'strerror()'
| author | gthomas |
|---|---|
| date | Wed, 16 Jul 2003 18:16:25 +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; }
