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 |
| viewloins(3) - debian |
| addlocon(3) - suse |
| addlocon(3) - sunos |
| addlocon(3) - bsd |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Detecting unused variables... |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |