Mercurial > ecos
view examples/hello.c @ 1551:996bb9a3d7fe
* src/load.c: add -p option to help string and only print it and -h if
CYGPKG_REDBOOT_NETWORKING is enabled. Add a CR to the end of the
SHORT_DATA message string
| author | asl |
|---|---|
| date | Thu, 18 Mar 2004 14:26:56 +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; }
