Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
internal
version.c
pretty
plain
permalink
blame
history
•
4 lines
•
79 B
1
#include "version.h"
2
#include "libc.h"
3
4
const char __libc_version[] = VERSION;