home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
c
/
cbase11.a03
/
CBASE11.ZIP
/
LSEQ
/
LSRECCNT.C
< prev
next >
Wrap
Text File
|
1993-01-01
|
645b
|
25 lines
/*
* Copyright (c) 1989-1992 Citadel Software, Inc.
* All Rights Reserved
*/
/* #ident "@(#)lsreccnt.c 1.7 - 93/01/01" */
/*man---------------------------------------------------------------------------
NAME
lsreccnt - lseq record count
SYNOPSIS
#include <lseq.h>
unsigned long lsreccnt(lsp)
lseq_t *lsp;
DESCRIPTION
lsreccnt returns the number of records in lseq lsp. If lsp does
not point to a valid open lseq, the results are undefined.
lsreccnt is a macro.
------------------------------------------------------------------------------*/
/* lsreccnt defined in lseq.h. */