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