shithub: mc

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