Mercurial > flash_v2
view examples/hello.c @ 734:b155105b4d51
* cdl/snmpagent.cdl: Add doc link.
* doc/prepare-manpages.sh: Generate namespaced IDs, without shouting.
* doc/snmp-manpages.sgml: Regenerated.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:31:10 +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; }
