1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/quotearg
T
Bruno Haible a85a9b34bd quotearg: Optimize clearing an mbstate_t.
* lib/quotearg.c: Include <wchar.h>.
(quotearg_buffer_restyled): Use mbszero.
* modules/quotearg (Depends-on): Add mbszero.
2023-07-16 10:29:19 +02:00

47 lines
573 B
Plaintext

Description:
Quote arguments for use in error messages.
Files:
lib/quotearg.h
lib/quotearg.c
lib/quote.h
m4/quotearg.m4
Depends-on:
attribute
c-strcaseeq
c32isprint
extensions
gettext-h
mbszero
mbrtoc32
mbsinit
memcmp
minmax
quotearg-simple
localcharset
stdbool
stdint
uchar
xalloc
configure.ac:
gl_QUOTEARG
Makefile.am:
lib_SOURCES += quotearg.c
Include:
"quotearg.h"
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
License:
GPL
Maintainer:
Paul Eggert