Mercurial > flash_v2
view examples/hello.c @ 1507:92cf4ff674de
* tests/kmutex3.c (cyg_start): Use CYG_TEST_NA.
* tests/kmutex4.c (cyg_start): Ditto.
* tests/mutex2.cxx (cyg_start): Ditto.
* tests/mutex3.cxx (cyg_start): Ditto.
* tests/sync3.cxx (cyg_start): Ditto.
* tests/thread2.cxx (cyg_start): Ditto.
* tests/fptest.c (cyg_start): Use one line NA msg.
* tests/smp.cxx (cyg_start): Ditto.
* tests/timeslice.c (cyg_start): Ditto.
* tests/tm_basic.cxx (cyg_start): Ditto.
| author | jlarmour |
|---|---|
| date | Thu, 19 Feb 2004 10:57:36 +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; }
