diff -r 000000000000 -r e4d67989cc36 genericopenlibs/openenvcore/include/stddef.dosc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/genericopenlibs/openenvcore/include/stddef.dosc Tue Feb 02 02:01:42 2010 +0200 @@ -0,0 +1,27 @@ +/** @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 +*/