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

Comparing libecb/ecb.pod (file contents):
Revision 1.72 by root, Sat Nov 21 18:09:37 2015 UTC vs.
Revision 1.73 by root, Sun Apr 24 19:49:20 2016 UTC

248used instead of a generic depreciation message when the object is being 248used instead of a generic depreciation message when the object is being
249used. 249used.
250 250
251=item ecb_inline 251=item ecb_inline
252 252
253Expands either to C<static inline> or to just C<static>, if inline 253Expands either to (a compiler-specific equivalent of) C<static inline> or
254isn't supported. It should be used to declare functions that should be 254to just C<static>, if inline isn't supported. It should be used to declare
255inlined, for code size or speed reasons. 255functions that should be inlined, for code size or speed reasons.
256 256
257Example: inline this function, it surely will reduce codesize. 257Example: inline this function, it surely will reduce codesize.
258 258
259 ecb_inline int 259 ecb_inline int
260 negmul (int a, int b) 260 negmul (int a, int b)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines