shithub: mc

ref: a66d6276ae7dbea35f70632ac0bde623c2d2ee93
dir: /lib/http/server.myr/

View raw version
use std

pkg http =
	const announce	: (ds : byte[:] -> void)
;;

const announce = {ds
	std.fatal("announce not yet implemented\n")
}