summaryrefslogtreecommitdiff
path: root/src/include/cctk_CommandLine.h
blob: aef2cced39de78f9a6d7e2c427b5fd690ccd6e6b (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
 /*@@
   @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);

#ifdef __cplusplus 
}
#endif

#endif /* _CCTK_COMMANDLINE_H_ */