ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.44 by root, Tue May 29 14:30:44 2012 UTC vs.
Revision 1.45 by root, Tue May 29 14:35:43 2012 UTC

63 int8_t uint8_t int16_t uint16_t 63 int8_t uint8_t int16_t uint16_t
64 int32_t uint32_t int64_t uint64_t 64 int32_t uint32_t int64_t uint64_t
65 intptr_t uintptr_t ptrdiff_t 65 intptr_t uintptr_t ptrdiff_t
66 66
67The macro C<ECB_PTRSIZE> is defined to the size of a pointer on this 67The macro C<ECB_PTRSIZE> is defined to the size of a pointer on this
68platform (currently C<4> or C<8>). 68platform (currently C<4> or C<8>) and can be used in preprocessor
69expressions.
69 70
70=head2 LANGUAGE/COMPILER VERSIONS 71=head2 LANGUAGE/COMPILER VERSIONS
71 72
72All the following symbols expand to an expressionb that cna be tested in 73All the following symbols expand to an expressionb that cna be tested in
73preprocessor instructions as well as treated as a boolean (use C<!!> to 74preprocessor instructions as well as treated as a boolean (use C<!!> to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines