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 >
Wrap
Text File
|
1989-08-31
|
626b
|
24 lines
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "btkeycnt.c 1.1 - 89/07/03" */
/*man---------------------------------------------------------------------------
NAME
btkeycnt - btree key count
SYNOPSIS
#include <btree.h>
size_t btkeycnt(btp)
btree_t *btp;
DESCRIPTION
btkeycnt returns the number of keys in btree btp. If btp does not
point to a valid open btree, the results are undefined. btkeycnt is a
macro.
------------------------------------------------------------------------------*/
/* btkeycnt is #defined in btree.h. */