ref: 18b2e53f5039cd7da7541ad622c0923c7d4e2872
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);