GCCE fixes (Bug 2971) (see also Bug 1713 on CompilerCompatibilty branch) : Remove overqualified method name and change check for ULong to not try and test typedef
/** @file ../include/stddef.h
@internalComponent
*/
/** @typedef typedef __ptrdiff_t ptrdiff_t
special type for pointer arithmetic
@publishedAll
@externallyDefinedApi
*/
/** @def offsetof(type, member)
It returns the number of bytes that the field fieldname is offset from the beginning of the the structure structname.
@publishedAll
@externallyDefinedApi
*/
/** @typedef typedef __size_t size_t
A type to define sizes of strings and memory blocks.
@publishedAll
@externallyDefinedApi
*/