1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Files
archived-php-src/sapi/cgi/php_getopt.h
T

10 lines
249 B
C

/* Borrowed from Apache NT Port */
#include "php.h"
PHPAPI extern char *ap_php_optarg;
PHPAPI extern int ap_php_optind;
extern int ap_php_opterr;
extern int ap_php_optopt;
PHPAPI int ap_php_getopt(int argc, char* const *argv, const char *optstr);