summaryrefslogtreecommitdiff
path: root/src/include/cctk_CommandLine.h
blob: b370fa454954b0175166d40ee78d5b6aa94d693a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 /*@@
   @header    cctk_CommandLine.h
   @date      Thu Jan 20 2000
   @author    Gabrielle Allen
   @desc 
   Prototypes and constants for command line functions
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTK_COMMANDLINE_H_
#define _CCTK_COMMANDLINE_H_

#ifdef __cplusplus 
extern "C" 
{
#endif

int CCTK_CommandLine(char ***outargv);
int CCTK_ParameterFilename(int len, char *filename);

#ifdef __cplusplus 
}
#endif

#endif /* _CCTK_COMMANDLINE_H_ */