#define MASKTYPEBITS(t) (sizeof(t)*CHAR_BIT)
|
Parameters |
Description |
|
t |
data type to measure (int, _32, ... ) |
how many bits the type specified can hold
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|