diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-04-03 14:34:41 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-04-03 14:34:41 +0000 |
commit | f9615db940559cb08c1ab5b8a70dfaaa7eec387c (patch) | |
tree | 46a6958342585f6d00d3803a35ac600cfe8c31ec /modules/memxor | |
parent | 7658e8f0992abc6574e890e8c907f5e9d9960441 (diff) | |
download | gnulib-f9615db940559cb08c1ab5b8a70dfaaa7eec387c.tar.gz |
Move back memxor module.
Diffstat (limited to 'modules/memxor')
-rw-r--r-- | modules/memxor | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/memxor b/modules/memxor new file mode 100644 index 0000000000..2fdcb3e4af --- /dev/null +++ b/modules/memxor @@ -0,0 +1,23 @@ +Description: +memxor() function: binary exclusive or operation on two memory blocks + +Files: +lib/memxor.h +lib/memxor.c +m4/memxor.m4 + +Depends-on: + +configure.ac: +gl_MEMXOR + +Makefile.am: + +Include: +"memxor.h" + +License: +LGPL + +Maintainer: +Simon Josefsson |