projects/linux/platform_io.h (6 lines of code) (raw):

// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #ifndef PLATFORM_IO_H_ #define PLATFORM_IO_H_ #include <stdio.h> /* Linux debug output. */ #define platform_printf printf #define NEWLINE "\n" #endif /* PLATFORM_IO_H_ */