b0unc3 wrote:
there is any implementation of a substr function in GLib ?
I mean :
string = "hello world"
g_*substr*(string,2,6)
output = llo w

probably not, maybe because is something too simple like:

g_*strndup* (string+start, end-start+1);

Valerio
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to