#include void main(void) { PTRWindow* fp; PTRWindow* wp; SetUp(NULL); fp=CreateSimpleFrame(); wp=CreateSimpleWindow(fp); }