Localtime.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2002, Log4cpp Project. All rights reserved.
3  *
4  * See the COPYING file for the terms of usage and distribution.
5  */
6 
7 #ifndef _LOG4CPP_LOCALTIME_HH
8 #define _LOG4CPP_LOCALTIME_HH
9 
10 #include <time.h>
11 
12 namespace log4cpp
13 {
14  void localtime(const ::time_t* time, ::tm* t);
15 }
16 
17 #endif
void localtime(const ::time_t *time,::tm *t)
Definition: Localtime.cpp:30


log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00