Subversion Repositories Kolibri OS

Rev

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

  1. #include <kos/msgbox.h>
  2.  
  3. int main()
  4. {
  5.     msgbox *msg1=NULL;
  6.     msg1 = kolibri_new_msgbox("MsgBoxTest", "Hello world!", 0, "ok");
  7.     kolibri_start_msgbox(msg1, NULL);
  8. }
  9.