]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/groff/src/libs/libxutil/xmalloc.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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 }