Mercurial > ecos
view examples/hello.c @ 2411:fe481a165385
* src/fatfs.c: When removing a directory, first remove . and
.. nodes.
| author | asl |
|---|---|
| date | Tue, 31 Jul 2007 18:41:43 +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; }
