| Solaris |
|
|
Introduction to Library Functions OPTGET(3)
NAME
optget - option parse assist
SYNOPSIS
#include <option.h>
Opt_t
{
};
Optdisc_t
{
unsigned long version;
unsigned long flags;
char* catalog;
Optinfo_f infof;
};
Opt_t opt_info;
void optinit(Optdisc_t* disc, Error_f errorf);
int optget(char** argv, const char* usage);
int optstr(const char* string, const char* usage);
int optjoin(char** argv, ... [int (*optfun)(char** argv, int last)]);
char* optusage(const char* opts);
int optesc(Sfio_t* sp, const char* string, int flags);
DESCRIPTION
SEE ALSO
SunOS 5.10 Last change: 1
Generated by GNU enscript 1.6.4.
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.