DREADC C-3





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



NAME


dreadc - read the current record

SYNOPSIS


#include 

rno_t dreadc (buffer, fcb)
char *buffer;
DFILE *fcb;

DESCRIPTION


Dreadc reads the current record into buffer.

Fcb is the file block pointer returned by dlopen(C-3) or
dopen(C-3).

SEE ALSO


dlopen(C-3), dopen(C-3), dread(C-3)
Chapter 4, RMS Programming Guide

DIAGNOSTICS

Dreadc returns a value of BAD (-1) if a current record was not
defined at the time of the call or if an I/O error occurred.