mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
getopt.h conflicted with system include file
This commit is contained in:
parent
b219d491b9
commit
52463124be
4 changed files with 3 additions and 3 deletions
9
php_getopt.h
Normal file
9
php_getopt.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* Borrowed from Apache NT Port */
|
||||
#include "php.h"
|
||||
|
||||
PHPAPI extern char *optarg;
|
||||
PHPAPI extern int optind;
|
||||
extern int opterr;
|
||||
extern int optopt;
|
||||
|
||||
PHPAPI int getopt(int argc, char* const *argv, const char *optstr);
|
Loading…
Add table
Add a link
Reference in a new issue