New module 'open'.
[gnulib.git] / modules / open
1 Description:
2 open() function: open a descriptor to a file.
3
4 Files:
5 lib/open.c
6 m4/open.m4
7
8 Depends-on:
9 fcntl
10
11 configure.ac:
12 gl_FUNC_OPEN
13 gl_MODULE_INDICATOR([open])
14 gl_FCNTL_MODULE_INDICATOR([open])
15
16 Makefile.am:
17
18 Include:
19 <fcntl.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26