From ee986164d354f4d7094f7e0fb4fcea31170f5661 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 3 Feb 2023 22:41:09 +0100 Subject: Add function to get libraryversion --- src/string2.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/string2.c') diff --git a/src/string2.c b/src/string2.c index 332dbf7..6050ea2 100644 --- a/src/string2.c +++ b/src/string2.c @@ -44,3 +44,9 @@ strstarts(const char *str, const char *end) return 0; } + +char * +strlibver(void) +{ + return LIBVER; +} -- cgit v1.2.3