Mercurial > ecos
view examples/hello.c @ 2272:e5c118746536
* include/fileio.h : Added a key and a structure to extract the
disk size and the available free space for a filesystem using
the cyg_fs_getinfo() interface.
| author | asl |
|---|---|
| date | Sat, 12 Aug 2006 07:23:41 +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; }
