GhostManSec
Server: Apache
System: Linux s323.xrea.com 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: moonarc (17751)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //usr/local/fehQlibs-23/include/getoptb.h
#ifndef BGETOPT_H
#define BGETOPT_H

/*
 *  Revision 20160714, Kai Peter
 *  - consolidated 'sgetopt.h' and 'subgetopt.h' into '(b)getopt.h'
*/

#define optarg subgetoptarg
#define optind subgetoptind
#define optpos subgetoptpos
#define optproblem subgetoptproblem
#define optprogname subgetoptprogname
#define opteof subgetoptdone

#define SUBGETOPTDONE -1

extern int subgetopt(int,char **,char *);
extern char *subgetoptarg;
extern int subgetoptind;
extern int subgetoptpos;
extern int subgetoptproblem;
extern char *subgetoptprogname;
extern int subgetoptdone;

extern int opterr;

#endif