OpenSolaris_b135/lib/libast/sparc/include/ast/ast_getopt.h

Compare this file to the similar file:
Show the results in this format:


/* : : generated by proto : : */

#if !defined(__PROTO__)
#include <prototyped.h>
#endif
#if !defined(__LINKAGE__)
#define __LINKAGE__		/* 2004-08-11 transition */
#endif
#ifdef	_AST_STD_I
#undef	_AST_GETOPT_H
#define _AST_GETOPT_H		-1
#endif
#ifndef _AST_GETOPT_H
#define _AST_GETOPT_H		1

extern __MANGLE__ int	opterr;
extern __MANGLE__ int	optind;
extern __MANGLE__ int	optopt;
extern __MANGLE__ char*	optarg;

#ifndef NULL	/* in case <stdlib.h> or <stdio.h> got here first */

extern __MANGLE__ int	getopt __PROTO__((int, char* const*, const char*));
extern __MANGLE__ int	getsubopt __PROTO__((char**, char* const*, char**));

#endif

#endif