shithub: fnt

ref: 83519f11fd26cd605dba45d9ce1fc0f39d467d40
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);