Rizin
unix-like reverse engineering framework and cli tools
|
#include "uv.h"
Go to the source code of this file.
Macros | |
#define | UV_STRINGIFY(v) UV_STRINGIFY_HELPER(v) |
#define | UV_STRINGIFY_HELPER(v) #v |
#define | UV_VERSION_STRING_BASE |
#define | UV_VERSION_STRING UV_VERSION_STRING_BASE "-" UV_VERSION_SUFFIX |
Functions | |
unsigned int | uv_version (void) |
const char * | uv_version_string (void) |
#define UV_STRINGIFY | ( | v | ) | UV_STRINGIFY_HELPER(v) |
#define UV_VERSION_STRING UV_VERSION_STRING_BASE "-" UV_VERSION_SUFFIX |
#define UV_VERSION_STRING_BASE |
Definition at line 38 of file version.c.
References UV_VERSION_HEX.
const char* uv_version_string | ( | void | ) |