/* * PARSEC HEADER: sl_main.h */ #ifndef _SL_MAIN_H_ #define _SL_MAIN_H_ // sl_main.c implements the following functions // -------------------------------------------- // void SYSs_CheckMemory(); // void SL_CleanUp(); // int main( int argc, char **argv ); #endif