"jones" <[EMAIL PROTECTED]> 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

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to