URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [simplefunc/] [simplefunc.c] - Rev 69
Go to most recent revision | Compare with Previous | Blame | View Log
char inc(char number) { return number + 1; } void main() { char c = 42; inc(c); }
Go to most recent revision | Compare with Previous | Blame | View Log