home *** CD-ROM | disk | FTP | other *** search
/ PC Press 1997 July / Sezamfile97_1.iso / msdos / c / cbase11.a03 / CBASE11.ZIP / LSEQ / LSRECCNT.C < prev    next >
Text File  |  1993-01-01  |  645b  |  25 lines

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