Sign in
mojo
/
mojo-tools
/
7d579155cc597aa3befcbfad66eef54bda06b57c
/
.
/
fusl
/
src
/
internal
/
version.c
blob: 811d35a978c95963cd7811855df1cd27c9c63706 [
file
] [
log
] [
blame
]
#include
"version.h"
static
const
char
version
[]
=
VERSION
;
__attribute__
((
__visibility__
(
"hidden"
)))
const
char
*
__libc_get_version
()
{
return
version
;
}