Home --> Documentations --> PJLIB-UTIL Reference
Go to the documentation of this file.
20#ifndef __PJ_GETOPT_H__
21#define __PJ_GETOPT_H__ 1
44extern char *pj_optarg;
98# define required_argument 1
99# define optional_argument 2
126int pj_getopt ( int argc, char * const *argv, const char *shortopts);
128int pj_getopt_long ( int argc, char * const *argv, const char *options,
130int pj_getopt_long_only ( int argc, char * const *argv,
131 const char *shortopts,
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.
|