Mercurial > ecos
view examples/hello.c @ 573:b012f293c30a
* common/eCosTest.cpp (CygPath): Get the cygdrive prefix from the registry.
| author | jld |
|---|---|
| date | Wed, 05 Feb 2003 13:39: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; }
