1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Files
archived-php-src/sapi/isapi/stresstest/getopt.h
2002-02-02 23:17:10 +00:00

12 lines
213 B
C

/* Borrowed from Apache NT Port */
#ifdef __cplusplus
extern "C" {
#endif
extern char *ap_optarg;
extern int ap_optind;
int ap_getopt(int argc, char* const *argv, const char *optstr);
#ifdef __cplusplus
}
#endif