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.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/string2.h') diff --git a/src/string2.h b/src/string2.h index 4d79dfd..e927470 100644 --- a/src/string2.h +++ b/src/string2.h @@ -5,7 +5,8 @@ #include -int strends(const char *, const char *); -int strstarts(const char *, const char *); +int strends(const char *, const char *); +int strstarts(const char *, const char *); +char *strlibver(void); #endif /* __STRING2_H__ */ -- cgit v1.2.3