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
delphvia(3) - debian
viewphcon(3) - debian
viewphref(3) - debian
viewphseg(3) - debian
delphvia(3) - sunos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph