Go to the documentation of this file.
18 #ifndef GZ_FUEL_TOOLS_HELPERS_HH_
19 #define GZ_FUEL_TOOLS_HELPERS_HH_
22 #include <gz/common/URI.hh>
23 #include <gz/fuel_tools/Export.hh>
24 #include <gz/fuel_tools/config.hh>
28 #define ign_strcat strcat_s
29 #define ign_strcpy strcpy_s
30 #define ign_sprintf sprintf_s
31 #define ign_strdup _strdup
33 #define ign_strcat std::strcat
34 #define ign_strcpy std::strcpy
35 #define ign_sprintf std::sprintf
36 #define ign_strdup strdup
47 IGNITION_FUEL_TOOLS_VISIBLE