Guardian Programming Reference Summary for C

Functions Summary (R-Z)
Guardian Programming Reference Summary for C522630-001
8-3
READEDIT
Reads one line from a specified EDIT file and returns it to the caller in unpacked format.
READEDIT is an IOEdit procedure and can be used only with files that have been
opened by OPENEDIT or OPENEDIT_.
READEDITP
Reads one line from a specified EDIT file and returns it to the caller in EDIT packed
line format. READEDITP is an IOEdit procedure and can be used only with files that
have been opened by OPENEDIT or OPENEDIT_.
#include <cextdecs(READEDIT)>
short READEDIT ( short filenum /* i */
,[ long *record-number ] /* i,o */
,char *unpacked-line /* o */
,short unpacked-limit /* i */
,short *unpacked-length /* o */
,[ reserved parameter ]
,short prompt-count /* i */
,[ short spacefill ] /* i */
,[ short full-length ] ); /* i */
#include <cextdecs(READEDITP)>
short READEDITP ( short filenum /* i */
,[ long *record-number ] /* i,o */
,char *packed-line /* o */
,short packed-limit /* i */
,short *packed-length ); /* o */