spandsp
0.0.6
|
Go to the source code of this file.
Typedefs | |
typedef struct tz_s | tz_t |
Functions | |
tz_t * | tz_init (tz_t *tz, const char *tzstring) |
int | tz_release (tz_t *tz) |
int | tz_free (tz_t *tz) |
int | tz_localtime (tz_t *tz, struct tm *tm, time_t t) |
const char * | tz_tzname (tz_t *tz, int isdst) |