shithub: fnt

ref: 37fcd30775ca915df70714c32b0a0b5c98512990
dir: /plan9/otfsys.c/

View raw version
#include "otfsys.h"

Tmfmt
fmttime(vlong v)
{
	Tm t;
	return tmfmt(tmtime(&t, v, nil), nil);
}