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