Sign in
flutter
/
third_party
/
libplist
/
1be2c75a927adf951db5b596351e3d5b8458ee9f
/
.
/
cython
/
plist_util.h
blob: fbf56b61490dbb4d9d32046f632dbdc06267dd34 [
file
] [
log
] [
blame
]
#include
<Python.h>
void
datetime_to_ints
(
PyObject
*
obj
,
int32_t
*
sec
,
int32_t
*
usec
);
PyObject
*
ints_to_datetime
(
int32_t
sec
,
int32_t
usec
);
int
check_datetime
(
PyObject
*
obj
);