home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
DOOG
/
CBASE09.ZIP
/
CBASE.ZIP
/
CBRECCNT.C
< prev
next >
Wrap
Text File
|
1989-08-31
|
632b
|
24 lines
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "cbreccnt.c 1.1 - 89/08/31" */
/*man---------------------------------------------------------------------------
NAME
cbreccnt - cbase record count
SYNOPSIS
#include <cbase.h>
size_t cbreccnt(cbp)
cbase_t *cbp;
DESCRIPTION
cbreccnt returns the number of records in cbase cbp. If cbp does not
point to a valid open cbase, the results are undefined. cbreccnt is a
macro.
------------------------------------------------------------------------------*/
/* cbreccnt is #defined in cbase.h. */