#include #include int main(int argc, char **argv){ printf("sizeof(XID)=%d, sizeof(KeySym)=%d, sizeof(KeyCode)=%d\n", sizeof(XID), sizeof(KeySym), sizeof(KeyCode)); }