Problems with <tgmath.h>
Kaoru Fukui
k_fukui@highway.ne.jp
Thu Dec 16 05:34:00 GMT 1999
From: Andreas Schwab <schwab@suse.de>
To: Kaoru Fukui <k_fukui@highway.ne.jp>
Subject: Re: Problems with <tgmath.h>
Date: 16 Dec 1999 14:11:49 +0100
Cc:"David L. Thompson" <dthompsn@cs.umt.edu> "David L. Thompson" <dthompsn@
cs.umt.edu>, libc-alpha@sourceware.cygnus.com
> Kaoru Fukui <k_fukui@highway.ne.jp> writes:
>
> |> -------------------trunc.c-----------------
> |> #include <>
> |> #include <>
> |> #include <>
> |>
> |> #define __ISOC9X_SOURCE
>
> It's called _ISOC9X_SOURCE, and you must define it as the very first
> thing, before including any system header. If in doubt, compile with
> -Wall.
sorry my sending mistake.
They are
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
Thanks
Kaoru
More information about the Libc-alpha
mailing list