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