view lib/__fpending.h @ 4239:b33b8603715c

Transcendental functions for 'long double', from Paolo Bonzini.
author Bruno Haible <bruno@clisp.org>
date Tue, 18 Feb 2003 17:05:23 +0000
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