ref: a71450412a9e1fc47d3b7d7dbac604b8a93f68e2 dir: /sys/src/ape/lib/v/nap.c/
void nap(int n) { register i; while(n-- > 0){ for(i = 0; i < 1000*1000*10; i++) ; } }