mediaLib Library Functions mlibversion(3MLIB)
NAME
mlibversion - return a version string
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
char *mlibversion(void);
DESCRIPTION
The mlibversion() function returns a string about the ver-
sion of the library being used.
This function returns a string in the following format:
libname:version:builddate:targetisa
The libname is mediaLib. The version consists of four
digits. The first two digits of the version are the major
version. The third digit is the minor version, and the
fourth digit is the micro version. The builddate is in the
yyyymmdd format. The targetisa is the value used for the
-xarch=a flag of the compiler when the library was built.
For example, the following version string corresponds to a
library in mediaLib version 2.1.0, which was built on
11/01/2001 and for the sparcv8plus]vis architecture.
mediaLib:0210:20011101:v8plusa
PARAMETERS
The function takes no argument.
RETURN VALUES
The function returns a pointer to a string of characters.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions mlibversion(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
|