xref
: /
third_party
/
musl
/
src
/
internal
/
version.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/internal/
1
#
include
"
version.h
"
2
#
include
"
libc.h
"
3
4
const
char
__libc_version
[] =
VERSION
;
5