#include "mktest.h" void test_sizestruct(void) { clrscr(); printf("hfile=%ld\n",sizeof(h_File)); printf("hobject=%ld\n",sizeof(h_Object)); printf("hformat=%ld\n",sizeof(h_Format)); printf("hfrtline=%ld\n",sizeof(h_FrtLine)); printf("hbookmark=%ld\n",sizeof(h_Bookmark)); printf("hlog=%ld\n",sizeof(h_Log)); printf("hscrline=%ld\n",sizeof(h_ScrLine)); ngetchx(); }