chiark / gitweb /
partial tests for kvp.c
[disorder] / lib / basen.c
index 362ab58311a0b1ab9cc555abc7ffb40635f5e447..c5644b41fbe5d01e3e169d65aef404ddce89185b 100644 (file)
  * 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 <config.h>
 #include "types.h"