This file includes misc functions to provide library information. More...
Go to the source code of this file.
Functions | |
int | ast_library_version_major (void) |
Get major version number of libasterix, e.g. 1. More... | |
int | ast_library_version_minor (void) |
Get minor version number of libasterix, e.g. 2. More... | |
int | ast_library_version_patch (void) |
Get patch number of libasterix, e.g. 10. More... | |
const char * | ast_library_version (void) |
Get version string of libasterix, e.g. "1.2.10". More... | |
const char * | ast_library_build (void) |
Get build date of libasterix, e.g. "Jan 1 2008". More... | |
const char * | ast_library_about (void) |
Get copyright information of libasterix. More... | |
const char * | ast_library_contact (void) |
Get contact information of libasterix. More... | |
bool | ast_library_init (const char *const key) |
Init library. More... | |
This file includes misc functions to provide library information.
const char* ast_library_about | ( | void | ) |
Get copyright information of libasterix.
const char* ast_library_build | ( | void | ) |
Get build date of libasterix, e.g. "Jan 1 2008".
const char* ast_library_contact | ( | void | ) |
Get contact information of libasterix.
bool ast_library_init | ( | const char *const | key | ) |
Init library.
const char* ast_library_version | ( | void | ) |
Get version string of libasterix, e.g. "1.2.10".
int ast_library_version_major | ( | void | ) |
Get major version number of libasterix, e.g. 1.
int ast_library_version_minor | ( | void | ) |
Get minor version number of libasterix, e.g. 2.
int ast_library_version_patch | ( | void | ) |
Get patch number of libasterix, e.g. 10.