Mercurial > ecos
view examples/hello.c @ 1257:bfc43ab51fb2
Scan full PCI bus
| author | gthomas |
|---|---|
| date | Tue, 30 Sep 2003 17:51:04 +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; }
