Dwm::Strptime() prototype. More...
Go to the source code of this file.
Functions | |
| char * | Dwm::Strptime (const char *buf, const char *format, struct tm *tm) |
| On FreeBSD, just calls strptime(). More... | |
Dwm::Strptime() prototype.
| char* Dwm::Strptime | ( | const char * | buf, |
| const char * | format, | ||
| struct tm * | tm | ||
| ) |
On FreeBSD, just calls strptime().
On OpenBSD, calls our own _Strptime() so we can use Z in the format string.