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