ref: 2e10d81b777a344cc4d9fecaf50638ee29312428
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);