File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / sapi / isapi / stresstest / getopt.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:06 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: /* Borrowed from Apache NT Port */
    2: #ifdef __cplusplus
    3: extern "C" {
    4: #endif
    5: extern char *ap_optarg;
    6: extern int ap_optind;
    7: 
    8: int ap_getopt(int argc, char* const *argv, const char *optstr);
    9: 
   10: #ifdef __cplusplus
   11: }
   12: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>