This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where is FLT_MIN_EXP ?


On Saturday 22 December 2012 10:50:41 YuGiOhJCJ Mailing-List wrote:
> OK. So I have an other question.

please don't top post

> Can you tell me why the code below[1] can compile[2] whereas FLT_MIN_EXP
> isn't defined ?

you can ask gcc on your own system:
	gcc -E -dD main.c

look for FLT_MIN_EXP and see what file is defining it
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]