1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/include/stddef.dosc Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,27 @@
1.4 +/** @file ../include/stddef.h
1.5 +@internalComponent
1.6 +*/
1.7 +
1.8 +/** @typedef typedef __ptrdiff_t ptrdiff_t
1.9 +
1.10 +special type for pointer arithmetic
1.11 +
1.12 +@publishedAll
1.13 +@externallyDefinedApi
1.14 +*/
1.15 +
1.16 +/** @def offsetof(type, member)
1.17 +
1.18 +It returns the number of bytes that the field fieldname is offset from the beginning of the the structure structname.
1.19 +
1.20 +@publishedAll
1.21 +@externallyDefinedApi
1.22 +*/
1.23 +
1.24 +/** @typedef typedef __size_t size_t
1.25 +
1.26 +A type to define sizes of strings and memory blocks.
1.27 +
1.28 +@publishedAll
1.29 +@externallyDefinedApi
1.30 +*/