view modules/base64 @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents 08e90860ec5e
children
line wrap: on
line source

Description:
Encode binary data using printable characters (base64).

Files:
lib/base64.h
lib/base64.c
m4/base64.m4

Depends-on:
stdbool
memchr

configure.ac:
gl_FUNC_BASE64

Makefile.am:
lib_SOURCES += base64.h base64.c

Include:
"base64.h"

License:
LGPLv2+

Maintainer:
Simon Josefsson