URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [funlit/] [funlit.c] - Rev 70
Go to most recent revision | Compare with Previous | Blame | View Log
char sum(char nnn1, char n2, char n3) { return nnn1 + n2 + n3; } void main() { char c = 29; char d = 57; char e = 113; sum (c, d, e); }
Go to most recent revision | Compare with Previous | Blame | View Log