Subversion Repositories Kolibri OS

Rev

Rev 6771 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6684 leency 1
/*
2
 * Template C-- program.
3
*/
4
 
7428 leency 5
#define MEMSIZE 4096*5
6684 leency 6
 
7428 leency 7
#include "../lib/kolibri.h"
8
#include "../lib/fs.h"
6684 leency 9
 
10
proc_info Form;
11
 
12
void main()
13
{
7428 leency 14
	RunProgram("/sys/syspanel", "/sys/settings/games.ini");
6684 leency 15
}
16