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