Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
941014-1.c
blob: d31701572fc71276ccf4b3c9e572af17b4e3ef98 [
file
] [
log
] [
blame
]
f
(
to
)
char
*
to
;
{
unsigned
int
wch
;
register
length
;
unsigned
char
tmp
;
unsigned
int
mult
=
10
;
tmp
=
(
wch
>>(
unsigned
int
)(
length
*
mult
));
*
to
++
=
(
unsigned
char
)
tmp
;
}