URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [pbcc/] [types/] [types.c] - Rev 54
Compare with Previous | Blame | View Log
int i; struct stype { int x; int y; } str; int f(char a, short b) { return a + b; } int main(void) { // stype lstr; i = str.x = str.y = 13; return f(i, str.x); }