The function returns the pointer to a static string of the form "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.
Parameters:
[out]
major
Major version number.
[out]
minor
Minor version number.
[out]
patch
Patch version number.
Generated on Mon May 30 2011 22:00:00 for yaml by
1.7.1