Mercurial > flash_v2
view examples/hello.c @ 632:b928cfca72fc
* cdl/redboot.cdl: Put virtually all options inside
CYGBLD_BUILD_REDBOOT. And indent accordingly.
| author | jlarmour |
|---|---|
| date | Fri, 14 Feb 2003 02:49:06 +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; }
