Mercurial > flash_v2
view examples/hello.c @ 1625:40c53c83bbc4
Update ecos.db and NEWS to reflect lwIP addition.Add lwip_eth and lwip_ppp templates
| author | jani |
|---|---|
| date | Tue, 04 May 2004 12:52:47 +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; }
