Subversion Repositories Kolibri OS

Rev

Rev 8107 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8107 superturbo 1
#include 
2
 
3
int main()
4
{
8187 maxcodehac 5
    msgbox *msg1 = NULL;
6
    msg1 = kolibri_new_msgbox("Title", "Text in window", 0, "Ok");
8107 superturbo 7
    kolibri_start_msgbox(msg1, NULL);
8
}