windows-nt/Source/XPSP1/NT/net/ias/services/util/inet_addra.c

28 lines
587 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1997, Microsoft Corp. All rights reserved.
//
// FILE
//
// inet_addrA.c
//
// SYNOPSIS
//
// Implements the functions ias_inet_htoa and ias_inet_atoh.
//
// MODIFICATION HISTORY
//
// 02/26/1998 Original version.
//
///////////////////////////////////////////////////////////////////////////////
#ifdef _UNICODE
#undef _UNICODE
#endif
#define ias_inet_addr ias_inet_atoh
#define ias_inet_ntoa ias_inet_htoa
#define IASStringToSubNet IASStringToSubNetA
#include <inet.c>