Mercurial > flash_v2
view examples/hello.c @ 1448:e09db684871e
+ * src/smsc_lan91cxx.h (get_banksel): Allow this function to be
+ overridden.
| author | asl |
|---|---|
| date | Fri, 19 Dec 2003 11:34:16 +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; }
