Format: AllC/C++CSSTextshell script Advanced Search
58: if (localtime_r(clock, &tm) == NULL) return NULL; 59: return asctime_r(&tm, buf); 60: }