/* * 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