29 lines
359 B
Plaintext
29 lines
359 B
Plaintext
Description:
|
|
Set the error indicator of a stream.
|
|
|
|
Files:
|
|
lib/fseterr.h
|
|
lib/fseterr.c
|
|
lib/stdio-impl.h
|
|
m4/fseterr.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_FSETERR
|
|
gl_CONDITIONAL([GL_COND_OBJ_FSETERR], [test $ac_cv_func___fseterr = no])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FSETERR
|
|
lib_SOURCES += fseterr.c
|
|
endif
|
|
|
|
Include:
|
|
"fseterr.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|