SDDS ToolKit Programs and Libraries for C and Python
Loading...
Searching...
No Matches
time_utils.h
1#ifndef MDBLIB_TIME_UTILS_H
2#define MDBLIB_TIME_UTILS_H 1
3
4#include <time.h>
5
6int mdb_localtime_copy(const time_t *when, struct tm *result);
7
8#endif