shithub: fnt

ref: 5877598b3b65ae59ec9d1447e222af4b1e848911
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);