Mercurial > flash_v2
view examples/hello.c @ 1641:23c0a1c0b988
* include/devs_wallclock_arm_aim711.inl:
* cdl/aim711_wallclock_drivers.cdl: New package - RTC support for
the ARM Industrial Module AIM 711.
| author | asl |
|---|---|
| date | Fri, 14 May 2004 14:55:25 +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; }
