Mercurial > ecos
view examples/hello.c @ 3051:654ce0d409ee
* cdl/lwip_net.cdl: New CDL option CYGIMP_LWIP_ENDIAN_BY_HAL.
* include/lwipopts.h: Add HAL override of htonl() and htons().
[ Bugzilla 1001275 ]
| author | sergeig |
|---|---|
| date | Wed, 24 Aug 2011 17:35:27 +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; }
