ref: f711b4426695620ce7646d3036f69275be73e59f
dir: /plan9/otfsys.h/
#pragma once #include <u.h> #include <libc.h> #define unlikely(c) c #define likely(c) c #define PRIx8 "ux" #define PRIx16 "ux" #define PRIu16 "ud" #define PRId16 "d" Tmfmt fmttime(vlong v);