#include <cca.h>
Static Public Methods | |
| CONST char * | name () |
| The descriptive source release string. More... | |
| CONST char * | id () |
| The dot notation release number string; major.minor.patch. More... | |
| CONST int | Major () |
| Major version; increments with binary incompatible changes in this header. More... | |
| CONST int | Minor () |
| Minor revision; increments with binary incompatible changes in well known ports, including changes in namings expressed with string name or type arguments. More... | |
| CONST int | Patch () |
| Patch revision; binary compatible changes, such as addition of new common port definitions. More... | |
The int returning functions are capitalized because sysmacros.h defines both major() and minor(), sheesh.
|
|
The descriptive source release string.
|
|
|
The dot notation release number string; major.minor.patch.
|
|
|
Major version; increments with binary incompatible changes in this header.
|
|
|
Minor revision; increments with binary incompatible changes in well known ports, including changes in namings expressed with string name or type arguments. Changes in the spec but outside this header. |
|
|
Patch revision; binary compatible changes, such as addition of new common port definitions.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002