FreeBSD Manual Pages
SP_POLL(3) User Manuals SP_POLL(3) NAME SP_version - returns the three component version number of the Spread library SYNOPSIS #include <sp.h> int SP_version( int *major_version,int *minor_version,int *patch_ver- sion); DESCRIPTION SP_version is a way to retrieve the current version of the Spread li- brary that is linked with the client application. This may not be the same version number as the daemon that the client connects to. This function does not require any network communication. RETURN VALUES Returns 0 if the parameters are invalid pointers, or returns one and sets the parameters to appropriate version numbers if they are valid. BUGS None. AUTHOR Yair Amir <yairamir@cnds.jhu.edu> Jonathan Stanton <jonathan@cnds.jhu.edu> SEE ALSO libspread(3) SPREAD JULY 2005 SP_POLL(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUES | BUGS | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=SP_version&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>