| silctypes.html
 SILC Types
 Header: silctypes.h
 
 DESCRIPTION
 
    This header includes the most basic types used in the SILC source
    tree, such as arithmetic types and their manipulation macros.  This
    file is included in the silcincludes.h and is automatically available
    for application.
SilcBool
TRUE
FALSE
SilcUInt8
SilcInt8
SilcUInt16
SilcInt16
SilcUInt32
SilcInt32
SilcUInt64
SilcInt64
SilcSocket
SILC_GET16_MSB
SILC_GET32_MSB
SILC_GET64_MSB
SILC_GET16_LSB
SILC_GET32_LSB
SILC_PUT16_MSB
SILC_PUT32_MSB
SILC_PUT64_MSB
SILC_PUT16_LSB
SILC_PUT32_LSB
SILC_SWAB_16
SILC_SWAB_32
SILC_PTR_TO_32
SILC_PTR_TO_64
SILC_32_TO_PTR
SILC_64_TO_PTR
 
 
 
 |