]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/groff/src/libs/libxutil/xmalloc.c
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / groff / src / libs / libxutil / xmalloc.c
1 #include <X11/Xlib.h>
2 #include <X11/Intrinsic.h>
3
4 char *xmalloc(int n)
5 {
6     return XtMalloc(n);
7 }