Function Macro

ValentTODO

since: 1.0

Declaration [src]

#define VALENT_TODO (
  fmt,
  ...
)

Description [src]

Appends to the log that incomplete code has been reached.

Available since: 1.0

This function is not directly available to language bindings.

Parameters

fmt

Type: -

The message format (a la printf())

...

Type: -

The message parameters.