comparison modules/open @ 9299:ada4d73c37a6

New module 'open'.
author Bruno Haible <bruno@clisp.org>
date Sun, 07 Oct 2007 04:39:17 +0200
parents
children 35f0931dc243
comparison
equal deleted inserted replaced
9298:ff18f8290b0a 9299:ada4d73c37a6
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