INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
C:/cygwin/home/Javier/insee/src/pkt_mem.h
Go to the documentation of this file.
00001 
00006 #ifndef _pkt_mem
00007 #define _pkt_mem
00008 
00009 void pkt_init();
00010 void free_pkt(unsigned long n);
00011 unsigned long get_pkt();
00012 
00013 #endif /* _pkt_mem */