unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / base64
blob99f3eb87006d051b2c8ff845682a68c0d5ab868c
1 Description:
2 Encode binary data using printable characters (base64).
4 Files:
5 lib/base64.h
6 lib/base64.c
7 m4/base64.m4
9 Depends-on:
10 extern-inline
11 ialloc
12 stdbool
13 memchr
14 stdckdint
16 configure.ac:
17 gl_FUNC_BASE64
19 Makefile.am:
20 lib_SOURCES += base64.h base64.c
22 Include:
23 "base64.h"
25 License:
26 LGPLv2+
28 Maintainer:
29 Simon Josefsson