Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include
File: values.h
/* Old compatibility names for <limits.h> and <float.h> constants.
[0] Fix | Delete
Copyright (C) 1995-2018 Free Software Foundation, Inc.
[1] Fix | Delete
This file is part of the GNU C Library.
[2] Fix | Delete
[3] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[4] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[5] Fix | Delete
License as published by the Free Software Foundation; either
[6] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[7] Fix | Delete
[8] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[9] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[11] Fix | Delete
Lesser General Public License for more details.
[12] Fix | Delete
[13] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[14] Fix | Delete
License along with the GNU C Library; if not, see
[15] Fix | Delete
<http://www.gnu.org/licenses/>. */
[16] Fix | Delete
[17] Fix | Delete
/* This interface is obsolete. New programs should use
[18] Fix | Delete
<limits.h> and/or <float.h> instead of <values.h>. */
[19] Fix | Delete
[20] Fix | Delete
#ifndef _VALUES_H
[21] Fix | Delete
#define _VALUES_H 1
[22] Fix | Delete
[23] Fix | Delete
#include <features.h>
[24] Fix | Delete
[25] Fix | Delete
#include <limits.h>
[26] Fix | Delete
[27] Fix | Delete
#define _TYPEBITS(type) (sizeof (type) * CHAR_BIT)
[28] Fix | Delete
[29] Fix | Delete
#define CHARBITS _TYPEBITS (char)
[30] Fix | Delete
#define SHORTBITS _TYPEBITS (short int)
[31] Fix | Delete
#define INTBITS _TYPEBITS (int)
[32] Fix | Delete
#define LONGBITS _TYPEBITS (long int)
[33] Fix | Delete
#define PTRBITS _TYPEBITS (char *)
[34] Fix | Delete
#define DOUBLEBITS _TYPEBITS (double)
[35] Fix | Delete
#define FLOATBITS _TYPEBITS (float)
[36] Fix | Delete
[37] Fix | Delete
#define MINSHORT SHRT_MIN
[38] Fix | Delete
#define MININT INT_MIN
[39] Fix | Delete
#define MINLONG LONG_MIN
[40] Fix | Delete
[41] Fix | Delete
#define MAXSHORT SHRT_MAX
[42] Fix | Delete
#define MAXINT INT_MAX
[43] Fix | Delete
#define MAXLONG LONG_MAX
[44] Fix | Delete
[45] Fix | Delete
#define HIBITS MINSHORT
[46] Fix | Delete
#define HIBITL MINLONG
[47] Fix | Delete
[48] Fix | Delete
[49] Fix | Delete
#include <float.h>
[50] Fix | Delete
[51] Fix | Delete
#define MAXDOUBLE DBL_MAX
[52] Fix | Delete
#define MAXFLOAT FLT_MAX
[53] Fix | Delete
#define MINDOUBLE DBL_MIN
[54] Fix | Delete
#define MINFLOAT FLT_MIN
[55] Fix | Delete
#define DMINEXP DBL_MIN_EXP
[56] Fix | Delete
#define FMINEXP FLT_MIN_EXP
[57] Fix | Delete
#define DMAXEXP DBL_MAX_EXP
[58] Fix | Delete
#define FMAXEXP FLT_MAX_EXP
[59] Fix | Delete
[60] Fix | Delete
[61] Fix | Delete
#ifdef __USE_MISC
[62] Fix | Delete
/* Some systems define this name instead of CHAR_BIT or CHARBITS. */
[63] Fix | Delete
# define BITSPERBYTE CHAR_BIT
[64] Fix | Delete
#endif
[65] Fix | Delete
[66] Fix | Delete
#endif /* values.h */
[67] Fix | Delete
[68] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function