Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include
File: getopt.h
/* Declarations for getopt.
[0] Fix | Delete
Copyright (C) 1989-2018 Free Software Foundation, Inc.
[1] Fix | Delete
This file is part of the GNU C Library.
[2] Fix | Delete
Unlike the bulk of the getopt implementation, this file is NOT part
[3] Fix | Delete
of gnulib; gnulib also has a getopt.h but it is different.
[4] Fix | Delete
[5] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[6] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[7] Fix | Delete
License as published by the Free Software Foundation; either
[8] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[9] Fix | Delete
[10] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[11] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[12] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[13] Fix | Delete
Lesser General Public License for more details.
[14] Fix | Delete
[15] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[16] Fix | Delete
License along with the GNU C Library; if not, see
[17] Fix | Delete
<http://www.gnu.org/licenses/>. */
[18] Fix | Delete
[19] Fix | Delete
#ifndef _GETOPT_H
[20] Fix | Delete
#define _GETOPT_H 1
[21] Fix | Delete
[22] Fix | Delete
#include <features.h>
[23] Fix | Delete
[24] Fix | Delete
/* The type of the 'argv' argument to getopt_long and getopt_long_only
[25] Fix | Delete
is properly 'char **', since both functions may write to the array
[26] Fix | Delete
(in order to move all the options to the beginning). However, for
[27] Fix | Delete
compatibility with old versions of LSB, glibc has to use 'char *const *'
[28] Fix | Delete
instead. */
[29] Fix | Delete
#ifndef __getopt_argv_const
[30] Fix | Delete
# define __getopt_argv_const const
[31] Fix | Delete
#endif
[32] Fix | Delete
[33] Fix | Delete
#include <bits/getopt_core.h>
[34] Fix | Delete
#include <bits/getopt_ext.h>
[35] Fix | Delete
[36] Fix | Delete
#endif /* getopt.h */
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function