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.

This function is not directly available to language bindings.

Parameters

_l

Type: -

The label to jump to.