mirror of
https://github.com/php/php-src.git
synced 2024-12-03 06:44:07 +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);
|