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

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