verify: new macro 'assume'
[gnulib.git] / modules / areadlink-with-size
1 Description:
2 Return the contents of a symbolic link, without size limitations.
3
4 Files:
5 lib/areadlink.h
6 lib/areadlink-with-size.c
7
8 Depends-on:
9 readlink
10 ssize_t
11 stdint
12 unistd
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += areadlink-with-size.c
18
19 Include:
20 "areadlink.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Jim Meyering