home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / cbase.zip / CBASE10B.ZIP / CBASE.ZIP / CBRECSIZ.C < prev    next >
Text File  |  1989-11-08  |  634b  |  23 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "cbrecsiz.c    1.2 - 89/11/08" */
  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
  18.      does not point to a valid open cbase, the results are undefined.
  19.      cbrecsize is a macro.
  20.  
  21. ------------------------------------------------------------------------------*/
  22. /* cbrecsize is defined in cbase.h. */
  23.