URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [961019-1.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
char _hex_value[256]; void hex_init () { int i; for (i = 0; i < 256; i++) _hex_value[i] = 99; for (i = 0; i < 10; i++) _hex_value['0' + i] = i; }
Go to most recent revision | Compare with Previous | Blame | View Log