Check-in Number:
|
2114 | |
Date: |
2002-Apr-28 21:04:00 (local)
2002-Apr-28 19:04:00 (UTC) |
User: | rse |
Branch: | |
Comment: |
describe ui64 is a little bit more detail |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/ui64/ui64.pod 1.3 -> 1.4
--- 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<OSSP ui64> is a small B<ISO-C> library for portable 64-bit arithmetic.
+It allows to perform the usual arithmetical and bit-wise operations on
+a B<ISO-C> type B<ui64_t> which resembles a 64-bit unsigned integer
+type. The library does no dynamic memory allocations and instead passes
+B<ui64_t> values directly through the API functions.
=head1 APPLICATION PROGRAMMER INTERFACE (API)
|
|