Mercurial > ecos
view examples/hello.c @ 3164:acfb9769162d
* cdl/enc424j600_eth_drivers.cdl:
* host/enc424j600_eth_drivers.cdl:
* include/enc424j600_eth.h:
* src/enc424j600_spi.h:
* src/enc424j600_spi.c:
* tests/netconn_test_server.c:
New package [Bugzilla ID #1000910].
| author | jlarmour |
|---|---|
| date | Fri, 04 May 2012 16:40:04 +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; }
