ref: 6514654769ead0847c93bb9223227dab0baf9889 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);