| Type | info |
| Title | SAL_MAX_SIZE |
| Posted by | [EMAIL PROTECTED] |
| Affected | ,- |
| Effective from | SRC680 warnings01 |
Summary
sal/types.h:
+ #define SAL_MAX_SIZE
Description
Analogous to the other SAL_MIN_xxx and SAL_MAX_xxx defines,
SAL_MAX_SIZE is a constant _expression_ of type sal_Size that denotes
the largest (portable) value of that type (and is currently identical
to either SAL_MAX_UINT32 or SAL_MAX_UINT64; the smallest value of that
type is always 0, as it is an unsigned type).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
