URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [950910-1.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
f (char *p) { char c; c = *++p; if (c != ' ') return 0; for (;;) { c = *p; if (g (c)) p++; else { if (c == ' ') break; else return 0; } } return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log