+2021-08-07 Bruno Haible <bruno@clisp.org>
+
+ quotearg: Tweak last commit.
+ * lib/quotearg.h: Don't include <stddef.h>. Remove stray semicolon.
+
2021-08-07 Bruno Haible <bruno@clisp.org>
malloca: Tweak last commit.
#ifndef QUOTEARG_H_
# define QUOTEARG_H_ 1
-# include <stddef.h>
# include <stdlib.h>
/* Basic quoting styles. For each style, an example is given on the
struct quoting_options *clone_quoting_options (struct quoting_options *o)
_GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE
_GL_ATTRIBUTE_RETURNS_NONNULL;
+
/* Get the value of O's quoting style. If O is null, use the default. */
enum quoting_style get_quoting_style (struct quoting_options const *o);
size_t *size, struct quoting_options const *o)
_GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE
_GL_ATTRIBUTE_RETURNS_NONNULL;
-;
/* Use storage slot N to return a quoted version of the string ARG.
Use the default quoting options.