Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
961019-1.c
blob: 0ea6ec6e280ae3c22a2f6477e3d40f05e9e48603 [
file
] [
log
] [
blame
]
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
;
}