Subversion Repositories Kolibri OS

Rev

Rev 3434 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3434 Rev 3440
Line 53... Line 53...
53
#include "installation.c";
53
#include "installation.c";
Line 54... Line 54...
54
 
54
 
55
void main()
55
void main()
56
{
56
{
57
	mem_Init();
-
 
58
	program_path[strrchr(#program_path, '/')] = '\0';
57
	mem_Init();
59
	HalloLoop();
58
	HalloLoop();
Line 60... Line 59...
60
}
59
}
61
 
60