On October 11, 2003 03:42 am, Jerry Jenkins wrote:
- char device[] = "hw";
I think it should be static char device[] = "hw";
Why is that? In fact, I think it shouldn't, if it gets modified during the call, we'll end up passing garbage values on subsequent calls...