home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / database / cbase103 / cbase / cbreccnt.c < prev    next >
Encoding:
Text File  |  1991-09-23  |  639 b   |  23 lines

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