libalpm
Arch Linux Package Manager Library
Defines | Functions
vercmp.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for vercmp.c:

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[])

Define Documentation

#define BASENAME   "vercmp"

Definition at line 25 of file vercmp.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 40 of file vercmp.c.

References alpm_pkg_vercmp().

Here is the call graph for this function: