#ifndef _ARPA_INET_H #define _ARPA_INET_H int __fastcall__ ntohs (int val); int __fastcall__ htons (int val); long __fastcall__ ntohl (long val); long __fastcall__ htonl (long val); #endif