shithub: mc

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