shithub: mc

ref: 313055bffa86979965f710af0153127d5e87c721
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")
}