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>
27 #define gz_strcat strcat_s
28 #define gz_strcpy strcpy_s
29 #define gz_sprintf sprintf_s
30 #define gz_strdup _strdup
32 #define gz_strcat std::strcat
33 #define gz_strcpy std::strcpy
34 #define gz_sprintf std::sprintf
35 #define gz_strdup strdup