X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d7b6f0d1cda54fe872145ab6ee20bf5bc131be8d..c3df9503faeb30706042d9add6b9db39b38ec164:/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"