sl@0: /** @file ../include/stddef.h sl@0: @internalComponent sl@0: */ sl@0: sl@0: /** @typedef typedef __ptrdiff_t ptrdiff_t sl@0: sl@0: special type for pointer arithmetic sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @def offsetof(type, member) sl@0: sl@0: It returns the number of bytes that the field fieldname is offset from the beginning of the the structure structname. sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @typedef typedef __size_t size_t sl@0: sl@0: A type to define sizes of strings and memory blocks. sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */