X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d7b6f0d1cda54fe872145ab6ee20bf5bc131be8d..22f6160352ba22bd2e759dba6a91c311e0641fc7:/lib/basen.c diff --git a/lib/basen.c b/lib/basen.c index 362ab58..c5644b4 100644 --- a/lib/basen.c +++ b/lib/basen.c @@ -17,6 +17,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ +/** @file lib/basen.c @brief Arbitrary base conversion + * + * The functions in this file handle arbitrary-size non-negative integers, + * represented as a bigendian (MSW first) sequence of @c unsigned @c long + * words. The words themselves use the native byte order. + */ #include #include "types.h"