Mercurial > flash_v2
view examples/hello.c @ 1053:657f409c5dfe
* src/httpd.c: Fixed a problem with closing the client socket --
it was being done twice.
Tidied up the formatting a little.
* src/monitor.c: Fixed some compiler warnings.
| author | nickg |
|---|---|
| date | Sat, 14 Jun 2003 18:04:55 +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; }
