00001 /*@A (C) 1992 Allen I. Holub */00002 #include <stdlib.h>00003 #include "termlib.h"00004 #include "video.h"00005 /* Free an SBUF as is allocated by vb_save(). */00006voiddv_freesbuf(SBUF * p )
00007 {
00008 IFREE( p->image );
00009 free ( p );
00010 }
Generated on Sun Aug 31 13:29:44 2008 for FrankenRTOS by
1.5.6