Go to the source code of this file.
Functions | |
char const * | KIM_SEM_VER_GetSemVer () |
Get the KIM API complete Semantic Version string. | |
int | KIM_SEM_VER_IsLessThan (char const *const lhs, char const *const rhs, int *const isLessThan) |
Compare two Semantic Version strings. | |
int | KIM_SEM_VER_ParseSemVer (char const *const version, int const prereleaseLength, int const buildMetadataLength, int *const major, int *const minor, int *const patch, char *const prerelease, char *const buildMetadata) |
Parse Semantic Version string into its six components. | |
char const * KIM_SEM_VER_GetSemVer | ( | ) |
Get the KIM API complete Semantic Version string.
int KIM_SEM_VER_IsLessThan | ( | char const *const | lhs, |
char const *const | rhs, | ||
int *const | isLessThan ) |
Compare two Semantic Version strings.
int KIM_SEM_VER_ParseSemVer | ( | char const *const | version, |
int const | prereleaseLength, | ||
int const | buildMetadataLength, | ||
int *const | major, | ||
int *const | minor, | ||
int *const | patch, | ||
char *const | prerelease, | ||
char *const | buildMetadata ) |
Parse Semantic Version string into its six components.