view lib/__fpending.h @ 5329:8918b74eac82

* atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 06 Oct 2004 20:02:18 +0000
parents df44e79ce676
children 96c32553b4c6
line wrap: on
line source

#if HAVE_CONFIG_H
# include <config.h>
#endif

#include <stddef.h>
#include <stdio.h>

#if HAVE_STDIO_EXT_H
# include <stdio_ext.h>
#endif

#ifndef HAVE_DECL___FPENDING
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL___FPENDING
size_t __fpending (FILE *);
#endif