tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
tools
/
build
/
feature
/
test-libnuma.c
at
v4.8-rc4
9 lines
89 B
view raw
wrap content
1
#
include
<numa.h>
2
#
include
<numaif.h>
3
4
int
main
(
void
)
5
{
6
numa_available
(
)
;
7
8
return
0
;
9
}