Mercurial > flash_v2
view examples/hello.c @ 357:2808fe605ef0
* include/pkgconf/mlt_arm_snds_ram.ldi: Add definition of heap1.
| author | jlarmour |
|---|---|
| date | Thu, 03 Oct 2002 16:19:48 +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; }
