yaml  0.2.2
Functions
Version Information

Functions

const char * yaml_get_version_string (void)
 Get the library version as a string. More...
 
void yaml_get_version (int *major, int *minor, int *patch)
 Get the library version numbers. More...
 

Detailed Description

Function Documentation

◆ yaml_get_version_string()

const char* yaml_get_version_string ( void  )

Get the library version as a string.

Returns
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.

◆ yaml_get_version()

void yaml_get_version ( int *  major,
int *  minor,
int *  patch 
)

Get the library version numbers.

Parameters
[out]majorMajor version number.
[out]minorMinor version number.
[out]patchPatch version number.