Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6697 → Rev 6698

/programs/cmm/lib/file_system.h
301,6 → 301,11
{
return RunProgram("/sys/@notify", notify_param);
}
:void die(dword _last_msg)
{
notify(_last_msg);
ExitProcess();
}
:dword ConvertSizeToKb(unsigned int bytes)
{
unsigned char size[25]=0;