#include "LibItsDcc_Functions.hh" namespace LibItsDcc__Functions { /* * @desc Returns the string representation of the float value * @param p_float The float value * @return The string representation of the float value fx_float2str(float p_float) return charstring; */ //RGY no C++ implementation is needed, Titan supports this function natively } // end of namespace