view modules/xmemdup0 @ 15412:7f0f3e1ac6fd

stdnoreturn, stdnoreturn-tests: remove modules They're not needed here and a bit premature for use elsewhere. See <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00209.html>. * m4/stdnoreturn.m4, modules/stdnoreturn, modules/stdnoreturn-tests: * tests/test-stdnoreturn.c: Remove files. * MODULES.html.sh (_Noreturn <stdnoreturn.h>): Remove section. * lib/openat.h, lib/sigpipe-die.h, lib/xalloc.h, lib/xmemdup0.h: * lib/xstrtol.h: Use _Noreturn rather than including <stdnoreturn.h> and using noreturn. * modules/openat, modules/sigpipe-die, modules/xalloc: * modules/xmemdup0, modules/xstrtol: Remove dependency on stdnoreturn.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 12 Jul 2011 01:16:08 -0700
parents 4abf2fc74920
children
line wrap: on
line source

Description:
Copy a block of arbitrary bytes, and append a trailing NUL.

Files:
lib/xmemdup0.h
lib/xmemdup0.c

Depends-on:
xalloc

configure.ac:
AC_LIBOBJ([xmemdup0])

Makefile.am:

Include:
"xmemdup0.h"

License:
GPL

Maintainer:
Eric Blake