DragonFly On-Line Manual Pages

Search: Section:  


encap_vercmp(3)                 C Library Calls                encap_vercmp(3)

NAME

encap_vercmp - compare version strings

SYNOPSIS

#include <encap.h> int encap_vercmp(char *ver1, char *ver2);

VERSION

This man page documents version 2.3 of libencap.

DESCRIPTION

The encap_vercmp() function returns less than, equal to, or greater than zero if ver1 is less than, equal to, or greater than ver2 respectively. University of Illinois Oct 2002 encap_vercmp(3)

Search: Section: