34 #define TF_CXXTIME_UTIL_FATAL_CC_VERSION \ 35 "TF_CXXTIME_UTIL_FATAL_CC V1.0 " 48 std::string callerstring, textstring;
50 for (i=0; i<caller_len; i++) { callerstring += *(caller++); }
51 for (i=0; i<text_len; i++) { textstring += *(text++); }
52 std::string message=
"ERROR ("+callerstring+
"): "+textstring;
int time_util_fatal__(char *caller, char *text, time_kernel::ftnlen caller_len, time_kernel::ftnlen text_len)