Version 4.4.4

This commit is contained in:
Gary Scavone
2013-09-29 23:22:28 +02:00
committed by Stephen Sinclair
parent 0aec39260a
commit fc877b87bf
233 changed files with 9035 additions and 5800 deletions

View File

@@ -0,0 +1,12 @@
// Miscellaneous parsing and error functions for use with STK projects.
//
// Gary P. Scavone, 1999.
#include "FileWvOut.h"
#include "Messager.h"
void usage(char *function);
int checkArgs(int numArgs, char *args[]);
bool parseArgs(int numArgs, char *args[], stk::WvOut **output, stk::Messager& messager);