aboutsummaryrefslogtreecommitdiff
path: root/countrows.ds
blob: 1d2aa6678c70a6548bfce3f198cc2152a5d71ce8 (plain)
1
2
3
4
5
6
7
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();