File: utilities.h

package info (click to toggle)
stk 5.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,908 kB
  • sloc: cpp: 33,513; ansic: 3,216; sh: 2,900; tcl: 2,444; perl: 114; objc: 60; makefile: 54
file content (12 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
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);