You've included the appropriate header file? I've seen the same kind of 
odd behavior when I call a function that returns something other than 
int, and forgotten to provide a function prototype (C provides a 
default function prototype if you don't explicitly provide one, and the 
default return type is int).

--
Roger Chaplin
<[EMAIL PROTECTED]>

Reply via email to