Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bind9/isc
File: int.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
#pragma once
[11] Fix | Delete
[12] Fix | Delete
/*! \file */
[13] Fix | Delete
[14] Fix | Delete
#include <inttypes.h>
[15] Fix | Delete
[16] Fix | Delete
typedef int8_t isc_int8_t;
[17] Fix | Delete
typedef uint8_t isc_uint8_t;
[18] Fix | Delete
typedef int16_t isc_int16_t;
[19] Fix | Delete
typedef uint16_t isc_uint16_t;
[20] Fix | Delete
typedef int32_t isc_int32_t;
[21] Fix | Delete
typedef uint32_t isc_uint32_t;
[22] Fix | Delete
typedef int64_t isc_int64_t;
[23] Fix | Delete
typedef uint64_t isc_uint64_t;
[24] Fix | Delete
[25] Fix | Delete
#define ISC_INT8_MIN INT8_MIN
[26] Fix | Delete
#define ISC_INT8_MAX INT8_MAX
[27] Fix | Delete
#define ISC_UINT8_MAX UINT8_MAX
[28] Fix | Delete
[29] Fix | Delete
#define ISC_INT16_MIN INT16_MIN
[30] Fix | Delete
#define ISC_INT16_MAX INT16_MAX
[31] Fix | Delete
#define ISC_UINT16_MAX UINT16_MAX
[32] Fix | Delete
[33] Fix | Delete
#define ISC_INT32_MIN INT32_MIN
[34] Fix | Delete
#define ISC_INT32_MAX INT32_MAX
[35] Fix | Delete
#define ISC_UINT32_MAX UINT32_MAX
[36] Fix | Delete
[37] Fix | Delete
#define ISC_INT64_MIN INT64_MIN
[38] Fix | Delete
#define ISC_INT64_MAX INT64_MAX
[39] Fix | Delete
#define ISC_UINT64_MAX UINT64_MAX
[40] Fix | Delete
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function