libDwm-0.6.0
DwmStrptime.hh File Reference

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...
 

Detailed Description

Dwm::Strptime() prototype.

Function Documentation

◆ Strptime()

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.