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-bionic.c
at
v4.13-rc5
6 lines
76 B
view raw
wrap content
1
#
include
<android/api-level.h>
2
3
int
main
(
void
)
4
{
5
return
__ANDROID_API__
;
6
}