"Module":"check_type",
"Title":"check_type - routines for compile time type checking",
"Author":"dinesh",
"Dependencies":[
]
"Description":[
{
"str":""
},
{
"str":"C has fairly weak typing: ints get automatically converted to longs, signed"
},
{
"str":"to unsigned, etc.  There are some cases where this is best avoided, and"
},
{
"str":"these macros provide methods for evoking warnings (or build errors) when"
},
{
"str":"a precise type isn't used."
},
{
"str":""
},
{
"str":"On compilers which don't support typeof() these routines are less effective,"
},
{
"str":"since they have to use sizeof() which can only distiguish between types of"
},
{
"str":"different size."
},
]
