Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8072 → Rev 8073

/programs/other/TinyHashView/notify.h
0,0 → 1,5
#include "kos32sys.h"
void notify_show(char *text)
{
start_app("/sys/@notify", text);
}