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

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