| Electronic Components Datasheet Search |
|
AN3350 Datasheet(PDF) 101 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
AN3350 Datasheet(HTML) 101 Page - STMicroelectronics |
|
101 / 185 page ![]() AN3350 C compiler Doc ID 018512 Rev 2 101/185 for (i = 0; i < size; ++i) { /* We expect to find the key rarely. */ if (__builtin_expect(array[i] == key, 0)) { rescue(i); } } } 12.3.12 Void return statements When the GCC extensions setting is on, the compiler allows you to place expressions of type void in a return statement.Example 46 shows an example. Example 46 Returning void void f(int a) { /* ... */ return; /* Always OK. */ } void g(int b) { /* ... */ return f(b); /* Allowed when GCC extensions are on. */ } 12.3.13 Minimum and maximum operators When the GCC extensions setting is on, the compiler recognizes built-in minimum (<?) and maximum (>?) operators. Example 47 Example of minimum and maximum operators int a = 1 <? 2; // 1 is assigned to a. int b = 1 >? 2; // 2 is assigned to b. 12.3.14 Local labels When the GCC extensions setting is on, the compiler allows labels limited to a block’s scope. A label declared with the __label__ keyword is visible only within the scope of its enclosing block.Example 48 shows an example. Example 48 Example of using local labels void f(int i) { if (i >= 0) { |
|
Link URL |
| Does ALLDATASHEET help your business so far? [ DONATE ] |
About Alldatasheet | Advertisement | Contact us | Privacy Policy | Link to Datasheet | Link Exchange | Manufacturer List All Rights Reserved©Alldatasheet.com |
| Russian : Alldatasheetru.com | Korean : Alldatasheet.co.kr | Spanish : Alldatasheet.es | French : Alldatasheet.fr | Italian : Alldatasheetit.com Portuguese : Alldatasheetpt.com | Polish : Alldatasheet.pl | Vietnamese : Alldatasheet.vn Indian : Alldatasheet.in | Mexican : Alldatasheet.com.mx | British : Alldatasheet.co.uk | New Zealand : Alldatasheet.co.nz |
|
Family Site : ic2ic.com |
icmetro.com |