aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/sl_main.h
blob: 5d4e9178426d9617a2496fdb28f799bf3f792d10 (plain)
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