NN_PUT Macro#include <nn/dbg.h> #define NN_PUT(text,length) (void)nn::dbg::detail::PutString(text, length)
| Name | Description | |
|---|---|---|
| in | text | Specify the string to output. |
| in | length | Specifies the string length. |
Outputs strings to the Debug window.
CONFIDENTIAL