dgd/
dgd/doc/net/
dgd/src/host/unix/
dgd/src/host/win32/res/
dgd/src/lpc/
dgd/src/parser/
NAME
	asn_and - logical and of two arbitrary size numbers

SYNOPSIS
	string asn_and(string a, string b)


DESCRIPTION
	Compute the bit-wise logical and of a and b (sign extended).  The
	result will be as long as the longest argument.

SEE ALSO
	kfun/asn_lshift, kfun/asn_or, kfun/asn_rshift, kfun/asn_xor