shithub: fnt

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