Greenbone Vulnerability Management Libraries 22.18.1
|
Headers for version utils. More...
#include <glib.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | cmp_versions (const char *, const char *) |
Compare two version strings representing a software version to decide which version is newer. | |
Headers for version utils.
int cmp_versions | ( | const char * | version1, |
const char * | version2 ) |
Compare two version strings representing a software version to decide which version is newer.
[in] | version1 | The first version string to compare. |
[in] | version2 | The second version string to compare. |