printCPP function

int printCPP(
  1. Pointer<Char> message
)

Implementation

int printCPP(Pointer<Char> message) => _bindings.print_cpp(message);