URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [funvar/] [funvar.c] - Rev 54
Compare with Previous | Blame | View Log
char globvar = 13; char test(char x) { return x; } void main() { test(globvar); }