genericopenlibs/openenvcore/include/stddef.dosc
author andy simpson <andrews@symbian.org>
Wed, 16 Jun 2010 14:29:22 +0100
branchGCC_SURGE
changeset 37 b0cf6e9637d2
parent 0 e4d67989cc36
permissions -rw-r--r--
GCCE fixes (Bug 2971) : Remove IMPORT_C statements in ext_dat.h as these are not necessary within same module and cause "not constant" error with GCCE

/** @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
*/