view regexParser/node.h @ 171:684363c44d6f pairPro

remove some warning and error (not working)
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Mon, 21 Dec 2015 17:37:41 +0900
parents 3bf2c6d6d53e
children 3e8e5780ad4a
line wrap: on
line source

#include "regexParser.h"

static void descendTree(NodePtr,int);
void printTree(NodePtr);