ref: 76cff0a21df473177e256b2d107343a244eb69d8 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);