Mercurial > hg > octave-kai > gnulib-hg
view lib/__fpending.h @ 3133:c46a0a8590b9
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Fri, 26 Jan 2001 11:15:53 +0000 (2001-01-26) |
parents | c4143df8ed0d |
children | df44e79ce676 |
line wrap: on
line source
#if HAVE_CONFIG_H # include <config.h> #endif #include <stdio.h> #if HAVE_STDIO_EXT_H # include <stdio_ext.h> #endif #include <sys/types.h> #ifndef HAVE_DECL___FPENDING "this configure-time declaration test was not run" #endif #if !HAVE_DECL___FPENDING size_t __fpending (FILE *); #endif