NN_PUT Macro

Syntax

#include <nn/dbg.h>
#define NN_PUT(text,length) (void)nn::dbg::detail::PutString(text, length)

Arguments

Name Description
in text Specify the string to output.
in length Specifies the string length.

Description

Outputs strings to the Debug window.


CONFIDENTIAL