ref: 1b381f9ec368578a78dc0f094ff200224d0a14bc 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);