921e5a0eb4
From-SVN: r14840
7 lines
65 B
C
7 lines
65 B
C
setgetlen (a)
|
|
int *a;
|
|
{
|
|
while (*a++ & 0x80000000)
|
|
;
|
|
}
|