Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include
File: error.h
/* Declaration for error-reporting function
[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
#ifndef _ERROR_H
[18] Fix | Delete
#define _ERROR_H 1
[19] Fix | Delete
[20] Fix | Delete
#include <features.h>
[21] Fix | Delete
[22] Fix | Delete
[23] Fix | Delete
__BEGIN_DECLS
[24] Fix | Delete
[25] Fix | Delete
/* Print a message with `fprintf (stderr, FORMAT, ...)';
[26] Fix | Delete
if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
[27] Fix | Delete
If STATUS is nonzero, terminate the program with `exit (STATUS)'. */
[28] Fix | Delete
[29] Fix | Delete
extern void error (int __status, int __errnum, const char *__format, ...)
[30] Fix | Delete
__attribute__ ((__format__ (__printf__, 3, 4)));
[31] Fix | Delete
[32] Fix | Delete
extern void error_at_line (int __status, int __errnum, const char *__fname,
[33] Fix | Delete
unsigned int __lineno, const char *__format, ...)
[34] Fix | Delete
__attribute__ ((__format__ (__printf__, 5, 6)));
[35] Fix | Delete
[36] Fix | Delete
/* If NULL, error will flush stdout, then print on stderr the program
[37] Fix | Delete
name, a colon and a space. Otherwise, error will call this
[38] Fix | Delete
function without parameters instead. */
[39] Fix | Delete
extern void (*error_print_progname) (void);
[40] Fix | Delete
[41] Fix | Delete
/* This variable is incremented each time `error' is called. */
[42] Fix | Delete
extern unsigned int error_message_count;
[43] Fix | Delete
[44] Fix | Delete
/* Sometimes we want to have at most one error per line. This
[45] Fix | Delete
variable controls whether this mode is selected or not. */
[46] Fix | Delete
extern int error_one_per_line;
[47] Fix | Delete
[48] Fix | Delete
[49] Fix | Delete
#if defined __extern_always_inline && defined __va_arg_pack
[50] Fix | Delete
# include <bits/error.h>
[51] Fix | Delete
#endif
[52] Fix | Delete
[53] Fix | Delete
__END_DECLS
[54] Fix | Delete
[55] Fix | Delete
#endif /* error.h */
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function