#include "system.h"
#include <rpmlib.h>
#include "debug.h"
Go to the source code of this file.
Functions | |
int | rpmvercmp (const char *a, const char *b) |
Segmented string compare for version and/or release. |
Definition in file rpmvercmp.c.
int rpmvercmp | ( | const char * | a, | |
const char * | b | |||
) |
Segmented string compare for version and/or release.
a | 1st string | |
b | 2nd string |
Definition at line 15 of file rpmvercmp.c.
References alloca(), xisalnum(), xisalpha(), and xisdigit().
Referenced by compare_values(), rpmdsCompare(), and rpmVersionCompare().