summaryrefslogtreecommitdiff
path: root/lib/string-desc-quotearg.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-29 00:26:51 +0200
committerBruno Haible <bruno@clisp.org>2023-03-29 00:26:51 +0200
commit7d2467a15fde1bd0c0a70756800ed5b266e6d031 (patch)
tree2343cde3deed3692883c48ad2bf30167a0e7faa7 /lib/string-desc-quotearg.c
parentb1ddf91bbbf58d1fc35dd2922353a3f8a7a098df (diff)
downloadgnulib-7d2467a15fde1bd0c0a70756800ed5b266e6d031.tar.gz
string-desc-quotearg: New module.
* lib/string-desc-quotearg.h: New file. * lib/string-desc-quotearg.c: New file. * modules/string-desc-quotearg: New file.
Diffstat (limited to 'lib/string-desc-quotearg.c')
-rw-r--r--lib/string-desc-quotearg.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/string-desc-quotearg.c b/lib/string-desc-quotearg.c
new file mode 100644
index 0000000000..11554e3369
--- /dev/null
+++ b/lib/string-desc-quotearg.c
@@ -0,0 +1,20 @@
+/* Quote string descriptors for output.
+ Copyright (C) 2023 Free Software Foundation, Inc.
+
+ This file is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published
+ by the Free Software Foundation, either version 3 of the License,
+ or (at your option) any later version.
+
+ This file is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
+
+#include <config.h>
+
+#define GL_STRING_DESC_QUOTEARG_INLINE _GL_EXTERN_INLINE
+#include "string-desc-quotearg.h"