Function Macro

IdeRETURN

Declaration

#define IDE_RETURN (
  _r
)

Description

Similar to IDE_EXIT but allows providing a return value.

This function is not directly available to language bindings.

Parameters

_r

Type: -

No description available.