Re: gchar too char



"jones" <jones iabg de> writes:
> I have been trying to use atof() on a gchar and it  dose not work, I think I
> need to cast/convert it in the a normal char. can anyone help?
> 

gchar is just exactly the same thing as char. atof() wants a string
though, not a char.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]