Interactive Command-line Input Library Functions
libteclaversion(3TECLA)
NAME
libteclaversion - query libtecla version number
SYNOPSIS
cc [ flag... ] file... -ltecla [ library... ]
#include
void libteclaversion(int *major, int *minor, int *micro);
DESCRIPTION
The libteclaversion() function queries for the version
number of the library.
On return, this function records the three components of the
libtecla version number in *major, *minor, *micro. The for-
mal meaning of the three components is as follows:
major Incrementing this number implies that a change has
been made to the library's public interface that
makes it binary incompatible with programs that
were linked with previous shared versions of lib-
tecla.
minor This number is incremented by one whenever addi-
tional functionality, such as new functions or
modules, are added to the library.
micro This number is incremented whenever modifications
to the library are made that make no changes to the
public interface, but which fix bugs and/or improve
the behind-the-scenes implementation.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 1 Jun 2004 1
Interactive Command-line Input Library Functions
libteclaversion(3TECLA)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
libtecla(3LIB), attributes(5)
SunOS 5.11 Last change: 1 Jun 2004 2
Interactive Command-line Input Library Functions
libteclaversion(3TECLA)
SunOS 5.11 Last change: 1 Jun 2004 3
|