1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* resolv/inet_addr.c (inet_aton): Optimize switch statement away.
This commit is contained in:
Ulrich Drepper
1999-04-29 18:20:05 +00:00
parent 61fab08af7
commit 8a40ed6807
4 changed files with 23 additions and 24 deletions

View File

@ -24,6 +24,7 @@ static char rcsid[] = "$Id$";
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <ctype.h>
#include <string.h>
#include <errno.h>
#include <conf/portability.h>