Logo
Explore Help
Sign In
fluencelabs/musl
1
0
Fork 0
You've already forked musl
mirror of https://github.com/fluencelabs/musl synced 2025-06-08 20:41:35 +00:00
Code Issues Projects Releases Wiki Activity
musl/src/internal/version.c

13 lines
139 B
C
Raw Normal View History

add infrastructure to record and report the version of libc.so this is still experimental and subject to change. for git checkouts, an attempt is made to record the exact revision to aid in bug reports and debugging. no version information is recorded in the static libc.a or binaries it's linked into.
2013-12-01 17:27:25 -05:00
#ifdef SHARED
#include "version.h"
static const char version[] = VERSION;
const char *__libc_get_version()
{
return version;
}
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 171ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API