shithub: fnt

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