| author | William Roberts <williamr@symbian.org> |
| Mon, 08 Mar 2010 21:45:03 +0000 | |
| branch | CompilerCompatibility |
| changeset 5 | 6f1ca9426e68 |
| parent 0 | e4d67989cc36 |
| permissions | -rw-r--r-- |
/** @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 */