mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
4 lines
99 B
C
4 lines
99 B
C
#include <php.h>
|
|
#include <Winsock2.h>
|
|
|
|
PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
|