179ab5a5 ^
9b95fd09 ^
1
2
3 4 5
6
7 8 9
#include "version.h" #include "libc.h" static const char version[] = VERSION; hidden const char *__libc_get_version() { return version; }