libutap
0.93
Uppaal Timed Automata Parser
|
#include <cstdio>
#include <cstdlib>
#include <unistd.h>
#include <string>
#include <strings.h>
#include "utap/prettyprinter.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Test for pretty printer. More... | |
Variables | |
static bool | newSyntax = (getenv("UPPAAL_OLD_SYNTAX") == NULL) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Test for pretty printer.
Definition at line 38 of file pretty.cpp.
References newSyntax, parseXMLFile(), and parseXTA().
|
static |
Definition at line 33 of file pretty.cpp.
Referenced by main().