OpenCores
URL https://opencores.org/ocsvn/copyblaze/copyblaze/trunk

Subversion Repositories copyblaze

[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [funlit/] [funlit.c] - Rev 54

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);
 
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.