1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* * 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