mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
5 lines
99 B
C
5 lines
99 B
C
#include <php.h>
|
|
#include <Winsock2.h>
|
|
|
|
PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
|