xref: /third_party/musl/src/internal/version.c (revision 570af302)
1#include "version.h"
2#include "libc.h"
3
4const char __libc_version[] = VERSION;
5