alpm_pkg_vercmp

Compare two version strings and determine which one is 'newer'.

extern (C)
int
alpm_pkg_vercmp
(
const(char)* a
,
const(char)* b
)

Meta