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

Comparing libecb/ecb.pod (file contents):
Revision 1.74 by root, Mon Nov 19 00:27:38 2018 UTC vs.
Revision 1.75 by root, Sat Dec 28 08:01:05 2019 UTC

402 402
403=head2 OPTIMISATION HINTS 403=head2 OPTIMISATION HINTS
404 404
405=over 4 405=over 4
406 406
407=item ECB_OPTIMIZE_SIZE
408
409Is C<1> when the compiler optimizes for size, C<0> otherwise. This symbol
410can also be defined before including F<ecb.h>, in which case it will be
411unchanged.
412
407=item bool ecb_is_constant (expr) 413=item bool ecb_is_constant (expr)
408 414
409Returns true iff the expression can be deduced to be a compile-time 415Returns true iff the expression can be deduced to be a compile-time
410constant, and false otherwise. 416constant, and false otherwise.
411 417

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines