Index: ossp-pkg/ui64/ui64.pod RCS File: /v/ossp/cvs/ossp-pkg/ui64/ui64.pod,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/ui64/ui64.pod,v' 2>/dev/null --- ui64.pod 2002/04/28 18:58:01 1.3 +++ ui64.pod 2002/04/28 19:04:00 1.4 @@ -66,6 +66,10 @@ =head1 DESCRIPTION B is a small B library for portable 64-bit arithmetic. +It allows to perform the usual arithmetical and bit-wise operations on +a B type B which resembles a 64-bit unsigned integer +type. The library does no dynamic memory allocations and instead passes +B values directly through the API functions. =head1 APPLICATION PROGRAMMER INTERFACE (API)