DOKK / manpages / debian 10 / alliance / viewrdsrec.3.en
VIEWRDSREC(3) RDS PHYSICAL FUNCTIONS VIEWRDSREC(3)

viewrdsrec - Displays caracteristics of a rectangle

See the file buster/alliance/alc_origin.1.en.gz.


#include "rdsnnn.h"
void viewrdsrec( Rectangle )
rdsrec_list ∗Rectangle;

Rectangle The rectangle to display.

The viewrdsrec function displays rectangle's caracteristics :

nothing

none


#include "mutnnn.h"
#include "rdsnnn.h"
#include "rtlnnn.h"
main()
{
rdsfig_list ∗Figure;
rdsrec_list ∗Rectangle;
mbkenv();
rdsenv();
loadrdsparam();
Figure = addrdsfig ("core",sizeof ( UserStruct ) );
Rectangle =
addrdsfigrec(Figure,"Alu1",RDS_ALU1,2,4,12,1);
/∗
visualization of rectangle's caracteristics
∗/
/* */ viewrdsrec ( Rectangle );
}

librds, viewrdsfig, viewrdsins

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6