Skip to content

Add xfce4::sprintf()

Ghost User requested to merge (removed):master into master

This function returns a std::string which, unlike char* in snprintf(), can be automatically deallocated and operator plus (+) can be used to concatenate strings without the need for g_free().

Edited by Ghost User

Merge request reports