6 lines
96 B
C
Raw Normal View History

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