version.c\internal\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/internal/version.c
blob: dc044ec4129fb1c870ce30cb91b96a35a3a3df93 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "version.h"
static const char version[] = VERSION;
__attribute__((__visibility__("hidden")))
const char *__libc_get_version()
{
	return version;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月29日 06:36:53 +0000

AltStyle によって変換されたページ (->オリジナル) /