Function Macro

ValentRETURN

unstable since: 1.0

Declaration [src]

#define VALENT_RETURN (
  _r
)

Description [src]

Traces the exit from a function. Use this instead of return to return _r and log the function exiting.

Available since: 1.0

This function is not directly available to language bindings.

Parameters

_r

Type: -

The return value.