CoreFoundation_sys/
date.rs

1use libc::c_double;
2
3pub type CFAbsoluteTime = CFTimeInterval;
4pub type CFTimeInterval = c_double;