hello,

gchar *file;
file="test";
          
file = g_strconcat("/some/path/", file, ".txt", NULL);
g_printf("%s", file);


My question is do i must allocate memory for file ?

Fred

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

Reply via email to