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 --- test/test1.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/test1.c') diff --git a/test/test1.c b/test/test1.c index 777aa5f..3f52c93 100644 --- a/test/test1.c +++ b/test/test1.c @@ -30,3 +30,10 @@ test2(void) printf("OK\n"); } + +void +test3() +{ + printf("executing %s... OK\n", __func__); + printf("%s\n", strlibver()); +} -- cgit v1.2.3