author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
1 /** @file ../include/stddef.h
2 @internalComponent
3 */
5 /** @typedef typedef __ptrdiff_t ptrdiff_t
7 special type for pointer arithmetic
9 @publishedAll
10 @externallyDefinedApi
11 */
13 /** @def offsetof(type, member)
15 It returns the number of bytes that the field fieldname is offset from the beginning of the the structure structname.
17 @publishedAll
18 @externallyDefinedApi
19 */
21 /** @typedef typedef __size_t size_t
23 A type to define sizes of strings and memory blocks.
25 @publishedAll
26 @externallyDefinedApi
27 */