// // output.cpp // // Copyright (c) Microsoft Corporation. All rights reserved. // // The standard _output functions, which perform formatted output to a stream. // #include using namespace __crt_stdio_output; // Enclaves do not have a file system, but they do allow in-memory operations // from stdio. #ifndef _UCRT_ENCLAVE_BUILD template