xref: /titanic_41/usr/src/lib/libast/amd64/include/ast/ast_getopt.h (revision 3e14f97f673e8a630f076077de35afdd43dc1587)
1 
2 /* : : generated by proto : : */
3 
4 #if !defined(__PROTO__)
5 #include <prototyped.h>
6 #endif
7 #if !defined(__LINKAGE__)
8 #define __LINKAGE__		/* 2004-08-11 transition */
9 #endif
10 #ifdef	_AST_STD_I
11 #undef	_AST_GETOPT_H
12 #define _AST_GETOPT_H		-1
13 #endif
14 #ifndef _AST_GETOPT_H
15 #define _AST_GETOPT_H		1
16 
17 extern __MANGLE__ int	opterr;
18 extern __MANGLE__ int	optind;
19 extern __MANGLE__ int	optopt;
20 extern __MANGLE__ char*	optarg;
21 
22 extern __MANGLE__ int	getopt __PROTO__((int, char* const*, const char*));
23 extern __MANGLE__ int	getsubopt __PROTO__((char**, char* const*, char**));
24 
25 #endif
26