URL
https://opencores.org/ocsvn/ion/ion/trunk
Subversion Repositories ion
[/] [ion/] [trunk/] [src/] [adventure/] [adventure.c] - Rev 252
Go to most recent revision | Compare with Previous | Blame | View Log
int main() { puts("compile time: " __DATE__ " -- " __TIME__ "\n"); puts("gcc version: " __VERSION__ "\n"); puts("\n\n(This is a stub for Adventure code)\n\n\n"); }
Go to most recent revision | Compare with Previous | Blame | View Log