mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
247 B
Plaintext
26 lines
247 B
Plaintext
Description:
|
|
fopen() function: open a stream to a file.
|
|
|
|
Files:
|
|
lib/fopen.c
|
|
m4/fopen.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
|
|
configure.ac:
|
|
gl_FUNC_FOPEN
|
|
gl_STDIO_MODULE_INDICATOR([fopen])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|