Interface __32_BIT

Preprocessor macro

#include <SYS/TYPES.H>

#ifdef __32_BIT

Description

This macro is defined if the architecture is 32-bit. It may be used for optimization purposes (define different sizes for various strings so that the structure better fits to cache and similar). Functionality of the code should not depend on this macro.