home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / c / cbase.zoo / btree101.zoo / btkeysiz.c < prev    next >
Encoding:
Text File  |  1990-06-20  |  628 b   |  23 lines

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