stpncpy: Allow stpncpy to be defined as a macro.
[gnulib.git] / modules / link
1 Description:
2 link() function: create a new link for an existing file
3
4 Files:
5 lib/link.c
6 m4/link.m4
7
8 Depends-on:
9 stat
10 strdup-posix
11 sys_stat
12 unistd
13
14 configure.ac:
15 gl_FUNC_LINK
16 gl_UNISTD_MODULE_INDICATOR([link])
17
18 Makefile.am:
19
20 Include:
21 <unistd.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Martin Lambers, Eric Blake