debian man page for viewphvia

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
viewphseg(3) - debian
delphvia(3) - opendarwin
delphvia(3) - centos
delphvia(3) - linux
delphvia(3) - sunos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?