missing @item inside @itemize
[gnulib.git] / modules / grantpt
1 Description:
2 grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
3
4 Files:
5 lib/grantpt.c
6 m4/grantpt.m4
7
8 Depends-on:
9 stdlib
10 extensions
11 pt_chown
12 configmake
13
14 configure.ac:
15 gl_FUNC_GRANTPT
16 gl_STDLIB_MODULE_INDICATOR([grantpt])
17
18 Makefile.am:
19
20 Include:
21 <stdlib.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible