Function Macro

IdeGOTO

Declaration

#define IDE_GOTO (
  _l
)

Description

Appends to the jump to label to the tracing log and then jumps to the label _l.

Available since:3.18

Parameters

_l -
 

The label to jump to.