Rizin
unix-like reverse engineering framework and cli tools
zip_libzip_version.c File Reference
#include "zipint.h"

Go to the source code of this file.

Functions

ZIP_EXTERN const char * zip_libzip_version (void)
 

Function Documentation

◆ zip_libzip_version()

ZIP_EXTERN const char* zip_libzip_version ( void  )

Definition at line 39 of file zip_libzip_version.c.

39  {
40  return LIBZIP_VERSION;
41 }
#define LIBZIP_VERSION
Definition: zipconf.h:11

References LIBZIP_VERSION.