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