changeset 11438:e6ba8664f0a3

Add missing file to last commit.
author Simon Josefsson <simon@josefsson.org>
date Tue, 31 Mar 2009 16:29:04 +0200
parents 02599343364c
children 6e7d92bffeec
files modules/u64
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/u64
@@ -0,0 +1,17 @@
+Description:
+uint64_t-like operations that work even on hosts lacking uint64_t
+
+Files:
+lib/u64.h
+
+Depends-on:
+stdint
+
+Include:
+"u64.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Paul Eggert