blob: daeae2ca562a77f4926ff428dc2fb1029ea64a0a [file] [log] [blame]
setgetlen (a)
int *a;
{
while (*a++ & 0x80000000)
;
}