Mercurial > ecos
view examples/hello.c @ 2938:0979164a30d5
* standalone/common/ecosconfig.cxx: Fix compilation on recent Cygwin hosts
using NOMINMAX macro.
| author | jld |
|---|---|
| date | Wed, 17 Feb 2010 09:17:14 +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; }
