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

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