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