#define TCPCONFIG 1
#define PKTDRV	“cfprism.lib”	// Bring in the cfprism.lib
#use dcrtcp.lib                 // Bring in TCP functions

void main()
{
 sock_init();
	while(1){tcp_tick(NULL);}
}

Listing 2—The Dynamic C programmers have gone way out there to make wireless networking
with a Rabbit dead easy. Note the TCPCONFIG 1 definition. It tells the compiler to use my
modified copy of the TCP_CONFIG.LIB file.