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

Comparing libecb/ecb.pod (file contents):
Revision 1.55 by root, Thu Jan 9 05:16:12 2014 UTC vs.
Revision 1.56 by root, Mon Jun 9 17:31:57 2014 UTC

210 #else 210 #else
211 return 0; 211 return 0;
212 #endif 212 #endif
213 } 213 }
214 214
215=item ecb_deprecated
216
217Similar to C<ecb_unused>, but marks a function, variable or type as
218deprecated. This makes some compilers warn when the type is used.
219
215=item ecb_inline 220=item ecb_inline
216 221
217This is not actually an attribute, but you use it like one. It expands 222This is not actually an attribute, but you use it like one. It expands
218either to C<static inline> or to just C<static>, if inline isn't 223either to C<static inline> or to just C<static>, if inline isn't
219supported. It should be used to declare functions that should be inlined, 224supported. It should be used to declare functions that should be inlined,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines