/* $NetBSD: xmalloc.c,v 1.1.1.1 2006/02/06 18:14:00 wiz Exp $ */ #include #include char *xmalloc(int n) { return XtMalloc(n); }