#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) |
Definition in file rpmvercmp.c.
|
Segmented string compare for version and/or release.
Definition at line 15 of file rpmvercmp.c. References alloca, xisalnum, xisalpha, and xisdigit. Referenced by labelCompare, and rpmdsCompare. |