summaryrefslogtreecommitdiff
path: root/modules/xstring-desc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-29 00:24:57 +0200
committerBruno Haible <bruno@clisp.org>2023-03-29 00:24:57 +0200
commit40168fbbadc0bde07de8c27612f88640e4cf74e8 (patch)
tree367264443658267f1ea19b628dd23170361c5c44 /modules/xstring-desc
parent7e6e6fc13ae94a8a1449153a6b48e9621dcf45a2 (diff)
downloadgnulib-40168fbbadc0bde07de8c27612f88640e4cf74e8.tar.gz
xstring-desc: New module.
* lib/xstring-desc.h: New file. * lib/xstring-desc.c: New file. * modules/xstring-desc: New file.
Diffstat (limited to 'modules/xstring-desc')
-rw-r--r--modules/xstring-desc24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/xstring-desc b/modules/xstring-desc
new file mode 100644
index 0000000000..d0cda2d23e
--- /dev/null
+++ b/modules/xstring-desc
@@ -0,0 +1,24 @@
+Description:
+String descriptors, with out-of-memory checking.
+
+Files:
+lib/xstring-desc.h
+lib/xstring-desc.c
+
+Depends-on:
+string-desc
+xalloc-die
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += xstring-desc.c
+
+Include:
+"xstring-desc.h"
+
+License:
+GPL
+
+Maintainer:
+all