1libtecla_versionI(n3tTeErCaLcAt)ive Command-line Input Library Fluinbctteicolnas_version(3TECLA)
2
3
4

NAME

6       libtecla_version - query libtecla version number
7

SYNOPSIS

9       cc [ flag... ] file... -ltecla [ library... ]
10       #include <libtecla.h>
11
12       void libtecla_version(int *major, int *minor, int *micro);
13
14

DESCRIPTION

16       The  libtecla_version()  function queries for the version number of the
17       library.
18
19
20       On return, this function records the three components of  the  libtecla
21       version  number  in  *major,  *minor, *micro. The formal meaning of the
22       three components is as follows:
23
24       major    Incrementing this number implies that a change has  been  made
25                to  the library's public interface that makes it binary incom‐
26                patible with programs that were linked  with  previous  shared
27                versions of libtecla.
28
29
30       minor    This  number  is  incremented by one whenever additional func‐
31                tionality, such as new functions or modules, are added to  the
32                library.
33
34
35       micro    This  number  is  incremented  whenever  modifications  to the
36                library are made that make no changes to the public interface,
37                but which fix bugs and/or improve the behind-the-scenes imple‐
38                mentation.
39
40

ATTRIBUTES

42       See attributes(5) for descriptions of the following attributes:
43
44
45
46
47       ┌─────────────────────────────┬─────────────────────────────┐
48       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
49       ├─────────────────────────────┼─────────────────────────────┤
50       │Interface Stability          │Evolving                     │
51       ├─────────────────────────────┼─────────────────────────────┤
52       │MT-Level                     │MT-Safe                      │
53       └─────────────────────────────┴─────────────────────────────┘
54

SEE ALSO

56       libtecla(3LIB), attributes(5)
57
58
59
60SunOS 5.11                        1 Jun 2004          libtecla_version(3TECLA)
Impressum