kolibrios/programs/other/TinyHashView/notify.h
superturbocat2001 1b1d26ad4f initial commit.
git-svn-id: svn://kolibrios.org@8073 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:37:22 +00:00

6 lines
96 B
C

#include "kos32sys.h"
void notify_show(char *text)
{
start_app("/sys/@notify", text);
}