Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
35 apple framework
/
lib.rs
blob: 05c7d8cb41c6acfe6254a113082623425dd854a4 [
file
]
extern
"C"
{
fn
CFAbsoluteTimeGetCurrent
()
->
f64
;
}
pub
fn
get_absolute_time
()
->
f64
{
unsafe
{
CFAbsoluteTimeGetCurrent
()
}
}