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

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "lscursor.c    1.1 - 89/07/03" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      lscursor - lseq cursor
  9.  
  10. SYNOPSIS
  11.      #include <lseq.h>
  12.  
  13.      void *lscursor(lsp)
  14.      lseq_t *lsp;
  15.  
  16. DESCRIPTION
  17.      lscursor is used to determine if the cursor for lseq lsp is currently
  18.      positioned on a record or is null.  If the cursor is set to null, the
  19.      NULL pointer is returned.  If the cursor is positioned to a record, a
  20.      non-NULL value is returned.  If lsp does not point to a valid open
  21.      lseq , the results are undefined.  lscursor is a macro.
  22.  
  23. SEE ALSO
  24.      lsfirst, lslast, lsnext, lsprev.
  25.  
  26. ------------------------------------------------------------------------------*/
  27.  
  28. /* lscursor is #defined in lseq.h. */
  29.