For more information, see the GCC documentation: http://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html
Definition in file lc-addrlabels.h.
Go to the source code of this file.
Defines | |
#define | LC_INIT(s) s = NULL |
#define | LC_RESUME(s) |
#define | LC_CONCAT2(s1, s2) s1##s2 |
#define | LC_CONCAT(s1, s2) LC_CONCAT2(s1, s2) |
#define | LC_SET(s) |
#define | LC_END(s) |
Typedefs | |
typedef void * | lc_t |