|
libalpm
Arch Linux Package Manager Library
|
#include <stdlib.h>#include <stdio.h>#include <string.h>
Go to the source code of this file.
Defines | |
| #define | BASENAME "vercmp" |
Functions | |
| int | alpm_pkg_vercmp (const char *a, const char *b) |
| Compare two version strings and determine which one is 'newer'. | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 40 of file vercmp.c.
References alpm_pkg_vercmp().

1.7.6.1