URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [930210-1.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
f() { char c1, c2; char *p1, *p2; do { c1 = c2 = *p1++; while (c1--) *p2++ = *p1++; } while (c2); }
Go to most recent revision | Compare with Previous | Blame | View Log