URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [funargs/] [funargs.c] - Rev 53
Go to most recent revision | Compare with Previous | Blame | View Log
char f(char arg, char arg2) { return arg+arg2; } void main() { char i = 0; for(; i < 10; i++) { i++; f(i, 17); } }
Go to most recent revision | Compare with Previous | Blame | View Log