Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/bind9/lwres
File: stdlib.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_STDLIB_H
[11] Fix | Delete
#define LWRES_STDLIB_H 1
[12] Fix | Delete
[13] Fix | Delete
/*! \file lwres/stdlib.h */
[14] Fix | Delete
[15] Fix | Delete
#include <stdlib.h>
[16] Fix | Delete
[17] Fix | Delete
#include <lwres/lang.h>
[18] Fix | Delete
#include <lwres/platform.h>
[19] Fix | Delete
[20] Fix | Delete
#ifdef LWRES_PLATFORM_NEEDSTRTOUL
[21] Fix | Delete
#define strtoul lwres_strtoul
[22] Fix | Delete
#endif
[23] Fix | Delete
[24] Fix | Delete
LWRES_LANG_BEGINDECLS
[25] Fix | Delete
[26] Fix | Delete
unsigned long lwres_strtoul(const char *, char **, int);
[27] Fix | Delete
[28] Fix | Delete
LWRES_LANG_ENDDECLS
[29] Fix | Delete
[30] Fix | Delete
#endif
[31] Fix | Delete
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function