getline cleanup. This changes the getndelim2 API: both order of arguments,
[gnulib.git] / modules / xgethostname
1 Description:
2 Return machine's hostname, without size limitations.
3
4 Files:
5 lib/xgethostname.h
6 lib/xgethostname.c
7
8 Depends-on:
9 gethostname
10 xalloc
11 error
12 exit
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += xgethostname.h xgethostname.c
18
19 Include:
20 "xgethostname.h"
21
22 Maintainer:
23 Jim Meyering
24