shithub: fnt

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