NAME

asn_or - logical or of two arbitrary size numbers

SYNOPSIS

string asn_or(string a, string b)

DESCRIPTION

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

SEE ALSO