peon/src/peon/stdlib/time.pn

7 lines
68 B
Plaintext

import std;
fn clock*: float {
#pragma[magic: "SysClock64"]
}