forked from KolibriOS/kolibrios
- Added libbox.a and libbuf2d.a to TinyC.
- The structure of the header files has been reorganized. git-svn-id: svn://kolibrios.org@8107 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
8
programs/develop/ktcc/trunk/samples/clayer/msgbox.c
Normal file
8
programs/develop/ktcc/trunk/samples/clayer/msgbox.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <clayer/msgbox.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
msgbox *msg1=NULL;
|
||||
msg1 = kolibri_new_msgbox("MsgBoxTest", "Hello world!", 0, "ok");
|
||||
kolibri_start_msgbox(msg1, NULL);
|
||||
}
|
Reference in New Issue
Block a user