home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DOOG / CBASE09.ZIP / CBASE.ZIP / CBRECSIZ.C < prev    next >
Text File  |  1989-08-31  |  638b  |  24 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "cbrecsiz.c    1.1 - 89/08/31" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      cbrecsize - cbase record size
  9.  
  10. SYNOPSIS
  11.      #include <cbase.h>
  12.  
  13.      size_t cbrecsize(cbp)
  14.      cbase_t *cbp;
  15.  
  16. DESCRIPTION
  17.      cbrecsize returns the size of the records in cbase cbp.  If cbp does
  18.      not point to a valid open cbase, the results are undefined.  cbrecsize
  19.      is a macro.
  20.  
  21. ------------------------------------------------------------------------------*/
  22.  
  23. /* cbrecsize is #defined in cbase.h. */
  24.