ref: af23bb343a067d5346696b788f4cce5b744cd51d 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++) ; } }