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

Subversion Repositories copyblaze

[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [funlit/] [funlit.c] - Blame information for rev 54

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 54 ameziti
char sum(char nnn1, char n2, char n3)
2
{
3
        return nnn1 + n2 + n3;
4
}
5
 
6
 
7
void main()
8
{
9
        char c = 29;
10
        char d = 57;
11
        char e = 113;
12
        sum (c, d, e);
13
 
14
}

powered by: WebSVN 2.1.0

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