Query: viewphvia
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 : viewphvia - display elements of a phvia_list
#include "mph.h"
void viewphvia(pt)
phvia_list *pt;
pt Pointer to the phvia to be scaned viewphvia scans all the pri-
mary elements of the phvia_list pointed to by pt, and displays 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 "mph.h"
void view_via(ptfig)
phfig_list *ptfig;
{
phvia_list *via;
for (via = ptfig->PHVIA; via; via = via->NEXT)
viewphvia(via);
}
This tool is under development at the department of the laborato-
ry.
We need your feedback to improve documentation and tools.
| Related Man Pages |
|---|
| viewphref(3) - debian |
| viewphseg(3) - debian |
| delphvia(3) - sunos |
| delphvia(3) - bsd |
| delphvia(3) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |