diff options
author | bremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30> | 2006-06-01 18:56:34 +0000 |
---|---|---|
committer | bremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30> | 2006-06-01 18:56:34 +0000 |
commit | 7a583e3a287eb468e82e6509b467b6701e50dade (patch) | |
tree | 5c8ef119ec7f7653fb10f6957e2c1b622e95aa53 /countrows.ds | |
parent | 98fb9daefbb8afd80c20525782cdefa86d13e92c (diff) |
git-svn-id: file:///export/data/bremner/svn/trunk/inetools@5359 09fa754a-f411-0410-976a-da6bfa213b30
Diffstat (limited to 'countrows.ds')
-rw-r--r-- | countrows.ds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/countrows.ds b/countrows.ds new file mode 100644 index 0000000..1d2aa66 --- /dev/null +++ b/countrows.ds @@ -0,0 +1,8 @@ +#define DOCSTRING "\n\ +\n\ + Reads a polyhedron file on stdin, counts the rows, and outputs \n\ + an equivalent file with a corrected row count.\n\ +" + +int usage(){ fprintf(stderr,"\n%s\n",rcsid);fprintf(stderr,DOCSTRING); exit(1); } +#define CHECK_HELP if (argc > 1 && argv[1][0]=='-' && argv[1][1]=='h') usage(); |