Michael Sgier wrote:
> in linux i get the error
> stricmp not found or something like that.
There is no such standard function.
> i only find strcmp in /usr/include
> what is the difference?
'strcmp' is a standard function, 'stricmp' is not.
> can i use that? or what do i need to do with
> the above error?
You need to implement it yourself or use some other function
that can work as a replacement.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
|