Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/bind9/lwres
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
#ifndef LWRES_INT_H
[11] Fix | Delete
#define LWRES_INT_H 1
[12] Fix | Delete
[13] Fix | Delete
#include <inttypes.h>
[14] Fix | Delete
[15] Fix | Delete
/*! \file lwres/int.h */
[16] Fix | Delete
[17] Fix | Delete
typedef lwres_int8_t int8_t;
[18] Fix | Delete
typedef lwres_uint8_t uint8_t;
[19] Fix | Delete
typedef lwres_int16_t int16_t;
[20] Fix | Delete
typedef lwres_uint16_t uint16_t;
[21] Fix | Delete
typedef lwres_int32_t int32_t;
[22] Fix | Delete
typedef lwres_uint32_t uint32_t;
[23] Fix | Delete
typedef lwres_int64_t int64_t;
[24] Fix | Delete
typedef lwres_uint64_t uint64_t;
[25] Fix | Delete
[26] Fix | Delete
#endif /* LWRES_INT_H */
[27] Fix | Delete
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function