lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
NAME
	tobuf - convert arguments to a buffer value

SYNOPSIS
	buf tobuf([arg, ...])

DESCRIPTION
	The arguments are concatenated into a single buffer value.
	Numbers concatenate their values modulo 256; strings are
	converted to buffers; buffers concatenate themselves. Any other
	argument type will return E_TYPE.

	A single buffer value is returned.

SEE ALSO
	tostr