Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6758 → Rev 6759

/programs/cmm/lib/kolibri.h
608,6 → 608,8
//The initialization of the initial data before running
void ______INIT______()
{
if (program_path[0]!='/') I_Path++;
self.dir = #__BUF_DIR__;
self.file = 0;
self.path = I_Path;
622,7 → 624,6
mem_init();
 
if (program_path[0]!='/') I_Path++;
 
main();
ExitProcess();