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