From: Eric Blake Date: Fri, 9 May 2008 19:54:18 +0000 (-0600) Subject: Add xmemdup0. X-Git-Tag: v0.1~7430 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=34ebad3df7a99eea326f9170f2517b5d23873d1b;hp=34ebad3df7a99eea326f9170f2517b5d23873d1b;p=gnulib.git Add xmemdup0. * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe implementation. * lib/xmalloc.c (xmemdup0): New C implementation. Signed-off-by: Eric Blake ---