view modules/fpending @ 17305:0e5a583a2a8d

regex: test for buffer overrun * m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab, for the just-fixed regex bug.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 29 Jan 2013 22:34:58 -0800
parents 6e62e423a53b
children 3efb2780c5ae
line wrap: on
line source

Description:
Determine the number of bytes waiting in the output buffer of a stream.

Files:
lib/fpending.h
lib/fpending.c
m4/fpending.m4

Depends-on:

configure.ac:
gl_FUNC_FPENDING
if test $ac_cv_func___fpending = no; then
  AC_LIBOBJ([fpending])
  gl_PREREQ_FPENDING
fi

Makefile.am:

Include:
"fpending.h"

License:
GPL

Maintainer:
Jim Meyering