shithub: fnt

ref: 71d16479bba591f616f91d2b928fec49b72015b0
dir: /plan9/otfsys.h/

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

#define unlikely(c) c
#define likely(c) c

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

Tmfmt fmttime(vlong v);