X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Ffloat.h;fp=includes%2Ffloat.h;h=0000000000000000000000000000000000000000;hp=d9696ac1cfc2998fcd4af903966241553aee548c;hb=a1f747e81dad0bb9897cb11c652403bb7bbf084c;hpb=1d9d92ba957a0b8307c9a65c35867fde68e6533b diff --git a/includes/float.h b/includes/float.h deleted file mode 100644 index d9696ac..0000000 --- a/includes/float.h +++ /dev/null @@ -1,28 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * ---------------------------------------------------------------------------- - * Characteristics of floating types - * ---------------------------------------------------------------------------- - * This header is part of a freestanding implementation - * --------------------------------------------------------------------------*/ - -#ifndef _FLOAT_H -#define _FLOAT_H _FLOAT_H - -/* This file is part of the platform personality, and is commonly generated - using the enquire utility (included). */ - -/* Defines: - * FLT_RADIX, FLT_ROUNDS, FLT_EVAL_METHOD, DECIMAL_DIG, - * DBL_DIG, DBL_EPSILON, DBL_MANT_DIG, DBL_MAX, DBL_MAX_10_EXP, DBL_MAX_EXP, - * DBL_MIN, DBL_MIN_10_EXP, DBL_MIN_EXP, - * FLT_DIG, FLT_EPSILON, FLT_MANT_DIG, FLT_MAX, FLT_MAX_10_EXP, FLT_MAX_EXP, - * FLT_MIN, FLT_MIN_10_EXP, FLT_MIN_EXP, - * LDBL_DIG, LDBL_EPSILON, LDBL_MANT_DIG, LDBL_MAX, LDBL_MAX_10_EXP, - * LDBL_MAX_EXP, LDBL_MIN, LDBL_MIN_10_EXP, LDBL_MIN_EXP - */ - -#endif /* _FLOAT_H */