debian man page for viewlofigcon

Query: viewlofigcon

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

This  software	belongs  to the  ALLIANCE CAD SYSTEM developed by
the ASIM team at laboratory of Universite Pierre et Marie  CURIE,
in Paris, France.

Web :
E-mail : viewlofigcon - display elements of a locon_list attached
to a figure
#include "mlo.h"
void viewlofigcon(ptcon)
locon_list *ptcon;
ptcon Pointer to the locon to be scaned  viewlofigcon  scans  all
the  primary  elements	of the locon_list loaded in ram, and dis-
plays a textual output of the data strcuture contents.
Its use is mostly for debugging purposes, and  educational  ones,
since  the  output  is quite verbose, even if very easy to under-
stand.
#include <stdio.h>
#include "mlo.h"
void view_figcon(ptfig)
lofig_list *ptfig;
{
locon_list *figcon;
   for (figcon = ptfig->LOCON; figcon; figcon = figcon->NEXT)
      viewlofigcon(figcon);
}

This tool is under development at the department of the laborato-
ry.
We need your feedback to improve documentation and tools.
Related Man Pages
viewlofig(3) - debian
addlocon(3) - suse
addlocon(3) - opendarwin
addlocon(3) - sunos
addlocon(3) - bsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph