shithub: fnt

ref: def6bc8aa2a70c6dd9f7974ca12992efd32b2ebd
dir: /plan9/otfsys.h/

View raw version
#pragma once
#include <u.h>
#include <libc.h>

#define PRIx8 "ux"
#define PRIx16 "ux"
#define PRIu16 "ud"
#define PRId16 "d"

Tmfmt fmttime(vlong v);