Mercurial > ecos
view examples/hello.c @ 3234:f6b6832f951c
Add requirement of CYGPKG_KERNEL.
| author | vae |
|---|---|
| date | Tue, 30 Apr 2013 18:28:38 +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; }
