mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
25 lines
263 B
Plaintext
25 lines
263 B
Plaintext
Description:
|
|
link() function: create a new link for an existing file
|
|
|
|
Files:
|
|
lib/link.c
|
|
m4/link.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_LINK
|
|
gl_UNISTD_MODULE_INDICATOR([link])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Martin Lambers
|