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

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