From efd32dfb6c52e28f3b158930b64f986ff8760409 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Thu, 19 Feb 2015 09:56:27 +0000 Subject: Compress-Bzip2-2.22 --- show_bzversion.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 show_bzversion.c (limited to 'show_bzversion.c') diff --git a/show_bzversion.c b/show_bzversion.c new file mode 100644 index 0000000..cb073f9 --- /dev/null +++ b/show_bzversion.c @@ -0,0 +1,14 @@ +#include + +#include + +/**************************************************** + * This is a simple program to + * 1. test the bzip2 installation + * - if it compiles and links, we're in + * 2. run this to get the bzip2 version string + ****************************************************/ + +int main(void) { + printf("%s\n", BZ2_bzlibVersion()); +} -- cgit v1.2.1