NO-STATUSThis example demonstrates using nacl_mounts ppapi_main to simplify the creation of a PPAPI application. The ppapi_main library handles the creation and initialization of a pp::Instance object. The nacl_mounts library intercepts standard file IO, allowing the remapping of STDOUT, and STDERR.
In main, we write to both STDOUT and STDERR, printing a hello world message.