0d6e1f8206fb21bc860ceefd424718dc6e40b6d7
[musl] / src / internal / version.c
1 #include "version.h"
2 #include "libc.h"
3
4 static const char version[] = VERSION;
5
6 hidden const char *__libc_get_version()
7 {
8         return version;
9 }