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.
SilcUInt8
SilcInt8
SilcUInt16
SilcInt16
SilcUInt32
SilcInt32
SilcUInt64
SilcInt64
SILC_GET16_MSB
SILC_PUT16_MSB
SILC_GET16_LSB
SILC_PUT16_LSB
SILC_GET32_MSB
SILC_PUT32_MSB
SILC_GET32_LSB
SILC_PUT32_LSB
SILC_GET64_MSB
SILC_PUT64_MSB
|