repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
groff
/
src
/
libs
/
libxutil
/
xmalloc.c
blob
719c3f9b39d797f08f194d08cd094552e0388108
1
/* $NetBSD$ */
2
3
#include <X11/Xlib.h>
4
#include <X11/Intrinsic.h>
5
6
char
*
xmalloc
(
int
n
)
7
{
8
return
XtMalloc
(
n
);
9
}