URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [fp/] [examples/] [ex6.c] - Rev 18
Go to most recent revision | Compare with Previous | Blame | View Log
double f(void) { return 3.1415926; } int main(void) { double x; x = f(); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log