view modules/c-xvasprintf @ 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 952ba063418e
children
line wrap: on
line source

Description:
c_asprintf and c_vasprintf with out-of-memory checking.

Files:
lib/c-xvasprintf.h
lib/c-xasprintf.c
lib/c-xvasprintf.c

Depends-on:
c-vasprintf
xalloc-die

configure.ac:

Makefile.am:
lib_SOURCES += c-xasprintf.c c-xvasprintf.c

Include:
"c-xvasprintf.h"

License:
GPL

Maintainer:
Ben Pfaff