repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-glibc.c
blob
b0820345cd9843776bad77dd92e926e226da1551
1
#include <gnu/libc-version.h>
2
3
int
main
(
void
)
4
{
5
const char
*
version
=
gnu_get_libc_version
();
6
7
return
(
long
)
version
;
8
}