verify: new macro 'assume'
[gnulib.git] / modules / fseterr
1 Description:
2 Set the error indicator of a stream.
3
4 Files:
5 lib/fseterr.h
6 lib/fseterr.c
7 lib/stdio-impl.h
8 m4/fseterr.m4
9
10 Depends-on:
11
12 configure.ac:
13 gl_FUNC_FSETERR
14 if test $ac_cv_func___fseterr = no; then
15   AC_LIBOBJ([fseterr])
16 fi
17
18 Makefile.am:
19
20 Include:
21 "fseterr.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28