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

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