previous
|
start
|
next
getbuf's char array is part of the problem
1
int
getbuf
() 2 { 3
char
buf[12]; 4
getxs
(buf); 5
return
1; 6 }
previous
|
start
|
next