libui/new/test/main.c

15 lines
159 B
C
Raw Normal View History

// 22 april 2015
#include "test.h"
2015-04-22 16:54:05 -05:00
void die(const char *fmt, ...)
{
// TODO
abort();
}
int main(void)
{
printf("hello, world %p\n", uiMain);
return 0;
}