musl-tcc/src/internal/version.c
2022-03-20 16:48:53 +08:00

5 lines
79 B
C

#include "version.h"
#include "libc.h"
const char __libc_version[] = VERSION;