aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/sl_opt.h
blob: 1b6d4a1637be345a9a2dd978746c074b9deaf117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * PARSEC HEADER: sl_opt.h
 */

#ifndef _SL_OPT_H_
#define _SL_OPT_H_


// sl_opt.c implements the following functions
// ---------------------------------------------
//	void	SYSs_CheckCommandLine( int argc, char **argv );


#endif