explicit_bzero, memset_explicit tests: Avoid test failures with ASAN.
[gnulib.git] / modules / argmatch
blob8b02b10b9d6bf4eaaa4792321e30ec3e54a1a57e
1 Description:
2 Search for an exact or abbreviated match of a string in an array of strings.
4 Files:
5 lib/argmatch.h
6 lib/argmatch.c
8 Depends-on:
9 assert-h
10 c99
11 error
12 exitfail
13 getprogname
14 gettext-h
15 memcmp
16 quote
17 quotearg
18 stdbool
19 stdlib
21 configure.ac:
23 Makefile.am:
24 lib_SOURCES += argmatch.c
26 Include:
27 "argmatch.h"
29 Link:
30 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
31 $(MBRTOWC_LIB)
32 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
34 License:
35 GPL
37 Maintainer:
38 all