debian man page for viewphfig

Query: viewphfig

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 : viewphfig - display elements of a phfig_list
#include "mph.h"
void viewphfig(ptfig)
phfig_list *ptfig;
ptfig  Pointer	to the phfig to be scaned viewphfig scans all the
primary elements of the phfig_list loaded in ram, and displays	a
textual output of the data strcuture contents.	The PHINS, PHCON,
PHSEG, PHVIA and PHREF are scaned, and their contents displayed.
Its use is mostly for debugging purposes, and  educational  ones,
since the output is quite verbose, if very easy to understand.
#include <stdio.h>
#include "mph.h"
void view_fig_to_file(ptfig)
phfig_list *ptfig;
{
FILE *file = freopen(ptfig->NAME, WRITE_TEXT, stdout);
   if (!file) {
      (void)fputs("Can't reopen stdout!
", stderr);
      EXIT();
   }
   viewphfig(ptfig); /* to file called name */
   (void)fclose(file);
}

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
viewlofig(3) - debian
delphvia(3) - linux
delphvia(3) - bsd
delphvia(3) - plan9
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections