shithub: fnt

ref: 6f19daadfe93ffa9dadce1224dad58b2cb7951ee
dir: /plan9/otfsys.c/

View raw version
#include "otfsys.h"

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