Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
587 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // inet_addrA.c
  8. //
  9. // SYNOPSIS
  10. //
  11. // Implements the functions ias_inet_htoa and ias_inet_atoh.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 02/26/1998 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #ifdef _UNICODE
  19. #undef _UNICODE
  20. #endif
  21. #define ias_inet_addr ias_inet_atoh
  22. #define ias_inet_ntoa ias_inet_htoa
  23. #define IASStringToSubNet IASStringToSubNetA
  24. #include <inet.c>