Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mlib_version(3mlib) [sunos man page]

mlib_version(3MLIB)					    mediaLib Library Functions					       mlib_version(3MLIB)

NAME
mlib_version - return a version string SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> char *mlib_version(void); DESCRIPTION
The mlib_version() function returns a string about the version of the library being used. This function returns a string in the following format: lib_name:version:build_date:target_isa The lib_name 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 build_date is in the yyyymmdd format. The target_isa 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. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) SunOS 5.10 4 Nov 2004 mlib_version(3MLIB)

Check Out this Related Man Page

mlib_ImageIsNotHeight2X(3MLIB)				    mediaLib Library Functions				    mlib_ImageIsNotHeight2X(3MLIB)

NAME
mlib_ImageIsNotHeight2X - image query, 2X height SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> int mlib_ImageIsNotHeight2X(const mlib_image *img); DESCRIPTION
The mlib_ImageIsNotHeight2X() function tests for a specific height characteristic of a mediaLib image structure. PARAMETERS
The function takes the following arguments: img Pointer to source image. RETURN VALUES
Returns 0 if height is a multiple of two; otherwise, returns nonzero. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
mlib_ImageIsNotAligned2(3MLIB), mlib_ImageIsNotAligned4(3MLIB), mlib_ImageIsNotAligned8(3MLIB), mlib_ImageIsNotAligned64(3MLIB), mlib_ImageIsNotHeight4X(3MLIB), mlib_ImageIsNotHeight8X(3MLIB), mlib_ImageIsNotOneDvector(3MLIB), mlib_ImageIsNotStride8X(3MLIB), mlib_ImageIsNotWidth2X(3MLIB), mlib_ImageIsNotWidth4X(3MLIB), mlib_ImageIsNotWidth8X(3MLIB), mlib_ImageIsUserAllocated(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_ImageIsNotHeight2X(3MLIB)
Man Page