Go to the documentation of this file.
18 #ifndef IGNITION_FUEL_TOOLS_HELPERS_HH_
19 #define IGNITION_FUEL_TOOLS_HELPERS_HH_
22 #include <ignition/fuel_tools/Export.hh>
26 #define ign_strcat strcat_s
27 #define ign_strcpy strcpy_s
28 #define ign_sprintf sprintf_s
29 #define ign_strdup _strdup
31 #define ign_strcat std::strcat
32 #define ign_strcpy std::strcpy
33 #define ign_sprintf std::sprintf
34 #define ign_strdup strdup