|
Home --> Documentations --> PJLIB-UTIL Reference
Go to the documentation of this file.
22 #ifndef __PJ_GETOPT_H__
23 #define __PJ_GETOPT_H__ 1
46 extern char *pj_optarg;
99 # define no_argument 0
100 # define required_argument 1
101 # define optional_argument 2
128 int pj_getopt ( int argc, char * const *argv, const char *shortopts);
130 int pj_getopt_long ( int argc, char * const *argv, const char * options,
132 int pj_getopt_long_only ( int argc, char * const *argv,
133 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.
|