genericopenlibs/openenvcore/include/stddef.dosc
author Shabe Razvi <shaber@symbian.org>
Tue, 29 Jun 2010 11:29:33 +0100
branchRCL_3
changeset 40 ddd39d92c350
parent 0 e4d67989cc36
permissions -rw-r--r--
Bug 3123 - libstdcppv5.dll fails to link due to missing symbols

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