www.pudn.com > NDKforTIDM642DSP.rar > inet.h


//-------------------------------------------------------------------------- 
// Network Tooks Library 
//-------------------------------------------------------------------------- 
// INET.H 
// 
// Subset of the standard INET header 
// 
// Author: Michael A. Denio 
// Copyright 2001 by Texas Instruments Inc. 
//------------------------------------------------------------------------- 
#ifndef _INET_H_ 
#define	_INET_H_ 
 
_extern IPN    inet_addr( const char * ); 
_extern int    inet_aton( const char *, struct in_addr * ); 
 
#endif