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