All pastes #528642 Raw Edit

Miscellany

public text v1 · immutable
#528642 ·published 2007-06-01 16:47 UTC
rendered paste body
component timedelta;
pin out s32 out;
function _ nofp;
variable __s64 last;
;;
__s64 now = rtapi_get_clocks();
out = now - last;
last = now;