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