libDwm-0.9.45
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().
 

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.

Here is the call graph for this function: