genericopenlibs/openenvcore/include/stddef.dosc
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 01 Apr 2010 00:15:09 +0300
branchRCL_3
changeset 15 18da5738c9b6
parent 0 e4d67989cc36
permissions -rw-r--r--
Revision: 201011 Kit: 201013

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