forked from KolibriOS/kolibrios
6 lines
96 B
C
6 lines
96 B
C
|
#include "kos32sys.h"
|
||
|
void notify_show(char *text)
|
||
|
{
|
||
|
start_app("/sys/@notify", text);
|
||
|
}
|