shithub: mc

ref: 308d6bb18b6389cfa8133cfbed139623a618e14e
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")
}