On Fri, Sep 22, 2006 at 09:05:42PM +0100, Yiannis wrote: > Hi, a very basic question but I ve been looking in all the api to find the > answer.... Are there any equivalent functions in glib for scanf and sscanf and > where please? Thx. I believe the idea with GLib providing replacements for standard libc functions is to fix bugs and make them work the same on all supported platforms, whenever possible. Presumably, if the originals are bug free and already work the same on all platforms then there is no reason to create a replacement/wrapper, so there wouldn't be one. Maybe this is the case with scanf. - Anna _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list