Declaration of the makelocaltime() function to convert a time_t to a struct tm containing the local time. More...
#include <time.h>
Go to the source code of this file.
Namespaces | |
namespace | Helpers |
The namespace containing all the "helper" functions in the C++ code. | |
Macros | |
#define | __MAKELOCALTIME_H__ |
Functions | |
struct tm * | makelocaltime (const time_t *time, struct tm *timestruct) |
Convert the given time to local time. | |
Declaration of the makelocaltime() function to convert a time_t to a struct tm containing the local time.
Definition in file lusplus/helpers/makelocaltime.h.
#define __MAKELOCALTIME_H__ |
Definition at line 8 of file lusplus/helpers/makelocaltime.h.