CAPS Universe documentation  1.0.4
All you need to know to be successful
Macros | Functions

Info for user's code to do the right at while compile-time and run-time. More...

Macros

#define LIBCAPSBASE_MAJOR   1
 
#define LIBCAPSBASE_MINOR   1
 
#define LIBCAPSBASE_MICRO   1
 

Functions

void caps_libbase_version_get (unsigned *major, unsigned *minor, unsigned *micro)
 

Detailed Description

Macro Definition Documentation

◆ LIBCAPSBASE_MAJOR

#define LIBCAPSBASE_MAJOR   1

Major package release number

◆ LIBCAPSBASE_MINOR

#define LIBCAPSBASE_MINOR   1

Minor package release number

◆ LIBCAPSBASE_MICRO

#define LIBCAPSBASE_MICRO   1

Micro package release number

Function Documentation

◆ caps_libbase_version_get()

void caps_libbase_version_get ( unsigned *  major,
unsigned *  minor,
unsigned *  micro 
)

Retrieve the library's version

Parameters
[out]majorWhere to store the major release number
[out]minorWhere to store the minor release number
[out]microWhere to store the micro release number

Just to support link-time versus run-time detection.