Web Analytics Made Easy - Statcounter
Skip to content

The SBCSystem Library#

This library contains platform and toolchain support code used by the SDK itself, including Linux compatibility details that matter when building distributable extensions.

Use this page when you need low-level SDK infrastructure that other extension code builds on. For class members, signatures, and exact behavior, continue from the links below into the generated API reference.

Library contents#

This library, on Linux, forces linking against symbols from a particular GLIBC version not higher than 2.17 for compatibility with older Linux distributions.

See also#