mirror of
https://github.com/fltk/fltk.git
synced 2026-05-10 05:27:55 +08:00
1186b4e255
New functions append "_str" to the function name to avoid ambiguities when calling them. So 'char *fl_filename_name(const char *)' becomes 'std::string fl_filename_name_str(const std::string &)'