/*
* Copyright (C) 2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id: sample-gai.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
static void
int error;
if (error) {
return;
}
NULL, 0, NI_NUMERICHOST);
if (error == 0)
if (error != 0) {
} else {
}
}
}
int
if (argc < 2)
exit(1);
return (0);
}