[PATCH 2/5] add base fenv.h and default sys/fenv.h

Kazunori Asayama asayama@sm.sony.co.jp
Tue Feb 6 21:05:00 GMT 2007


Patrick Mansfield <patmans@us.ibm.com> wrote:
> Add a base fenv.h file, and a default sys/fenv.h that will generate a
> compile error.

The file fenv.h should be surrounded by:

--
#ifdef __cplusplus
extern "C" {
#endif
--

  and

--
#ifdef __cplusplus
}
#endif
--

--
(ASAYAMA Kazunori
  (asayama@sm.sony.co.jp))
t



More information about the Newlib mailing list