HhoopeCheungv3.23.3
3c04472f创建于 2023年4月25日历史提交
#ifndef _LOG4CPP_LOCALTIME_HH
#define _LOG4CPP_LOCALTIME_HH

#include <time.h>

namespace log4cpp
{
   void localtime(const ::time_t* time, ::tm* t);
}

#endif