/* 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);


syntax highlighted by Code2HTML, v. 0.9.1