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

Comparing cvsroot/libecb/ecb.pod (file contents):
Revision 1.25 by root, Tue May 31 21:52:31 2011 UTC vs.
Revision 1.26 by sf-exg, Wed Jun 1 00:57:14 2011 UTC

57refers to any kind of boolean value, not a specific type. 57refers to any kind of boolean value, not a specific type.
58 58
59=head2 GCC ATTRIBUTES 59=head2 GCC ATTRIBUTES
60 60
61A major part of libecb deals with GCC attributes. These are additional 61A major part of libecb deals with GCC attributes. These are additional
62attributes that you cna assign to functions, variables and sometimes even 62attributes that you can assign to functions, variables and sometimes even
63types - much like C<const> or C<volatile> in C. 63types - much like C<const> or C<volatile> in C.
64 64
65While GCC allows declarations to show up in many surprising places, 65While GCC allows declarations to show up in many surprising places,
66but not in many expeted places, the safest way is to put attribute 66but not in many expected places, the safest way is to put attribute
67declarations before the whole declaration: 67declarations before the whole declaration:
68 68
69 ecb_const int mysqrt (int a); 69 ecb_const int mysqrt (int a);
70 ecb_unused int i; 70 ecb_unused int i;
71 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines