Reference Guide

ZCOM C I/F Library Routines
ZQMVE (3X)
Chapter 4 291
EXAMPLE
Example 1:
#include <zcom/zcomsys.h>
#include <zcom/zcomcall.h>
int32 ierr;
zaddr_type zaddr;
zaddr_type daddr;
if (ierr = zqmve (&zaddr, &daddr)) {
/* error return code */
}
else {
/* good return code */
}
Example 2: - (how to flush)
while(zqmve(&zaddr, NULL) == NULL);
FILES
/opt/acc/include/zcom/zcomsys.h ZCOM system general include file,
containing data types, data
structures, constants, error codes,
masks, etc. Note that this must be the
first include file before any other
ZCOM include files.
/opt/acc/include/zcom/zcomcall.h ZCOM routine function prototypes
(requires ANSI C compilation).