home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / SOFTWARE / LIBS / PMC101.ZIP / LIBSRC.ZIP / RESETCB.C (.txt) < prev    next >
C/C++ Source or Header  |  1994-06-24  |  132b  |  9 lines

  1. #include "pmc.h"
  2.  
  3. void  __pascal resetcb (DWORD cbsegoff, PTR stub)
  4. {
  5.   if (!xlt_rmcbfree (cbsegoff))
  6.     lofree (stub);
  7. }
  8.  
  9.