KM3NeT CLB  2.0
KM3NeT CLB v2 Embedded Software
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Common functions and Macros

The common group provides platform independent, general functions. More...

Modules

 Minimal Standard Library implementation
 This module defines some basic standard libary functions, for printing, string handling, memory copying etc.
 
 Other Utility functions
 This module defines additional functions and macros not provided by the standard library.
 
 Collection Types
 This modules defines common collection types, like queues, lists and sets.
 

Detailed Description

The common group provides platform independent, general functions.

The sort you would expect in a standard libary. As it happens the common libary also provides a sub-set of the C standard libary.

See Also
Minimal Standard Library implementation