#include #include char *xmalloc(int n) { return XtMalloc(n); }