mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
313 B
Plaintext
27 lines
313 B
Plaintext
Description:
|
|
fbufmode() function: Determine the buffering mode of a FILE stream.
|
|
|
|
Files:
|
|
lib/fbufmode.h
|
|
lib/fbufmode.c
|
|
lib/stdio-impl.h
|
|
m4/fbufmode.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_FBUFMODE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += fbufmode.c
|
|
|
|
Include:
|
|
"fbufmode.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible, Eric Blake
|
|
|