Mercurial > flash_v2
view examples/hello.c @ 1667:dc5f9783d45a
* include/network.h: Added a __THROW to perror so that it matches
what is in stdio.h. Problem pointed out by Xyvid Harboe.
| author | asl |
|---|---|
| date | Tue, 08 Jun 2004 17:58:20 +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; }
