pretty-print graph file
More...
#include <cgraph/cgraph.h>
#include <cgraph/ingraphs.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <util/exit.h>
#include <getopt.h>
Go to the source code of this file.
|
static void | usage (int v) |
|
static void | init (int argc, char *argv[]) |
|
int | main (int argc, char **argv) |
|
◆ init()
static void init |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ usage()
static void usage |
( |
int |
v | ) |
|
|
static |
◆ chkOnly
◆ Files
◆ useString
Initial value:= "Usage: nop [-p?] <files>\n\
-p - check for valid DOT\n\
-? - print usage\n\
If no files are specified, stdin is used\n"
Definition at line 28 of file nop.c.
Referenced by usage().