This file defines the interface to the parse_date function. This function was written by David Nugent and is released with his own copyright -- although you could easily rewrite it yourself understanding what he does. More...
#include <time.h>
Go to the source code of this file.
Functions | |
time_t | parse_date (char const *string, time_t dt=0) |
This file defines the interface to the parse_date function. This function was written by David Nugent and is released with his own copyright -- although you could easily rewrite it yourself understanding what he does.
Definition in file parse_date.h.
time_t parse_date | ( | char const * | string, | |
time_t | dt = 0 | |||
) |