source: git/MP/mpviewer/infix.h @ 678cfd

spielwiese
Last change on this file since 678cfd was 678cfd, checked in by Olaf Bachmann <obachman@…>, 27 years ago
This commit was generated by cvs2svn to compensate for changes in r337, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@338 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 825 bytes
Line 
1/******************************************************************
2 *   FUNCTION: display_node_infix
3 *   ARGUMENT: dnp - a pointer to the root of a subtree.
4 *   RETURN:   int indicating if there are more trees to retrieve.
5 *             This is indicated by the absence of the MP_QUIT node.
6 *             (MP_MpOperatorType MP_QUIT).
7 *             1 = there are more trees to retrieve.
8 *             0 = this is the MP_QUIT node, we are done.
9 *   PURPOSE:  Output the node dnp, not including annotations,
10 *             to stdout in an infix format.
11 *
12 *   Author:   Paul S. Wang (based on code by Simon Gray)
13 *   Date:     9/16/96
14 ******************************************************************/
15#ifndef __node__infix__
16#define __node__infix__
17
18void display_node_infix(/* node_t  dnp, char p_op */);
19
20#endif
Note: See TracBrowser for help on using the repository browser.