Mercurial > flash_v2
view examples/hello.c @ 753:83731c853136
* doc/usbs_sa11x0.sgml: Declare as <part> not <reference> to get
correct TOC numbering.
| author | jlarmour |
|---|---|
| date | Tue, 25 Feb 2003 16:46:51 +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; }
