Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8073 superturbo 1
#include "kos32sys.h"
2
void notify_show(char *text)
3
{
4
   start_app("/sys/@notify", text);
5
}