annotate modules/xmemdup0 @ 40203:30d91797009f

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 01 Mar 2019 08:42:42 -0800
parents 7f0f3e1ac6fd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10068
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Description:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
2 Copy a block of arbitrary bytes, and append a trailing NUL.
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
3
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4 Files:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5 lib/xmemdup0.h
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6 lib/xmemdup0.c
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
7
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
8 Depends-on:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9 xalloc
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11 configure.ac:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 AC_LIBOBJ([xmemdup0])
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 Makefile.am:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
15
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
16 Include:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
17 "xmemdup0.h"
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
18
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
19 License:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
20 GPL
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
21
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
22 Maintainer:
c7189e3f4fa9 Split xmemdup0 into its own module.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
23 Eric Blake