b、asctime_r, ctime_r, gmtime_r, localtime_r这4个*_r函数符合多线程安全要求,而类localtime不带_r的4个函数建议不要用。 char *asctime_r(const ...
確定! 回上一頁