shithub: fnt

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

View raw version
#include "otfsys.h"

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