Menu

[2d617b]: / src / Localtime.hh  Maximize  Restore  History

Download this file

18 lines (13 with data), 293 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/*
* Copyright 2002, Log4cpp Project. All rights reserved.
*
* See the COPYING file for the terms of usage and distribution.
*/
#ifndef _LOG4CPP_LOCALTIME_HH
#define _LOG4CPP_LOCALTIME_HH
#include <time.h>
namespace log4cpp
{
void localtime(const ::time_t* time, ::tm* t);
}
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.