shithub: fnt

ref: def6bc8aa2a70c6dd9f7974ca12992efd32b2ebd
dir: /plan9/otfsys.c/

View raw version
#include "otfsys.h"

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