Hash :
15a9ecdc
Author :
Date :
2016-12-13T11:19:35
fpending: Port to native Windows with MSVC. * lib/fpending.c: Include stdio-impl.h. (__fpending): Include all known implementations. Err out if it's not ported. * m4/fpending.m4 (gl_PREREQ_FPENDING): Remove macro. * modules/fpending (Files): Add lib/stdio-impl.h. (configure.ac): Don't invoke gl_PREREQ_FPENDING.
Description:
Determine the number of bytes waiting in the output buffer of a stream.
Files:
lib/fpending.h
lib/fpending.c
lib/stdio-impl.h
m4/fpending.m4
Depends-on:
configure.ac:
gl_FUNC_FPENDING
if test $gl_cv_func___fpending = no; then
AC_LIBOBJ([fpending])
fi
Makefile.am:
Include:
"fpending.h"
License:
GPL
Maintainer:
Jim Meyering