yaml
0.1.5
|
Functions | |
const char * | yaml_get_version_string (void) |
Get the library version as a string. | |
void | yaml_get_version (int *major, int *minor, int *patch) |
Get the library version numbers. |
const char* yaml_get_version_string | ( | void | ) |
Get the library version as a string.
"X.Y.Z"
, where X
is the major version number, Y
is a minor version number, and Z
is the patch version number. void yaml_get_version | ( | int * | major, |
int * | minor, | ||
int * | patch | ||
) |
Get the library version numbers.
[out] | major | Major version number. |
[out] | minor | Minor version number. |
[out] | patch | Patch version number. |