|
Ruby
2.0.0p481(2014-05-08revision45883)
|
Functions | |
| yaml_get_version_string (void) | |
| Get the library version as a string. | |
| yaml_get_version (int *major, int *minor, int *patch) | |
| Get the library version numbers. | |
| 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. |
Definition at line 19 of file api.c.
References YAML_VERSION_MAJOR, YAML_VERSION_MINOR, and YAML_VERSION_PATCH.
Referenced by libyaml_version().
| 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. Definition at line 9 of file api.c.
References YAML_VERSION_STRING.
1.7.6.1