mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
8 lines
176 B
C
8 lines
176 B
C
/* Borrowed from Apache NT Port */
|
|
#include "php.h"
|
|
|
|
extern char *ap_php_optarg;
|
|
extern int ap_php_optind;
|
|
|
|
int ap_php_getopt(int argc, char* const *argv, const char *optstr);
|