Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
lc-addrlabels.h File Reference
Implementation of local continuations based on the "Labels as values" feature of gcc. More...
Go to the source code of this file.
| Typedefs | |
| typedef void * | lc_t | 
| The local continuation type. | |
Detailed Description
Implementation of local continuations based on the "Labels as values" feature of gcc.
This implementation of local continuations is based on a special feature of the GCC C compiler called "labels as values". This feature allows assigning pointers with the address of the code corresponding to a particular C label.
For more information, see the GCC documentation: http://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html
Definition in file lc-addrlabels.h.
Generated on Wed Jul 13 2022 11:59:11 by
 1.7.2
 1.7.2