viewrfmrec

Langue: en

Version: October 1, 1997 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

viewrfmrec - displays rectangle caracteristics in RDS format.
man2html: unable to open or read file man1/alc_origin.1

SYNOPSYS

 #include "rfmnnn.h"
  Void viewrfmrec( Rectangle )
     rdsrec_list *Rectangle;
 

PARAMETER

Rectangle
RDS rectangle to visualizate.

DESCRIPTION

The viewrfmrec function displays all rectangles which constitute a RDS object.

RETURN VALUE

nothing

ERRORS

none

EXAMPLE

         #include "mphnnn.h"
         #include "mutnnn.h"
         #include "rdsnnn.h"
         #include "rfmnnn.h"
         #include "rtlnnn.h"
         typedef struct UserStruct
          {
            char *STRING;
            void *USER1;
          } UserStruct;
         main()
           {
             phfig_list  *MbkFigure;
             rdsfig_list *RdsFigure;
             rdsrec_list *Via;
             mbkenv();
             rdsenv();
             loadrdsparam();
             RdsFigure = addrdsfig ("core",sizeof ( UserStruct ) );
             MbkFigure->PHVIA = addphvia ( MbkFigure, CONT_VIA, 4, 7);
             Via = viambkrds(RdsFigure, MbkFigure->PHVIA);
             /* */ viewrfmrec ( Via );            
           }
 

SEE ALSO

librfm
man2html: unable to open or read file man1/alc_bug_report.1