mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
4 lines
118 B
C
4 lines
118 B
C
/* $Id: inet_aton.h,v 1.6 1997/12/19 13:34:29 scrappy Exp $ */
|
|
|
|
int inet_aton(const char *cp, struct in_addr * addr);
|