1 2 3 4 5 6 7 8 9 10
#include <stdio.h> #include <winpr/crt.h> #include <winpr/file.h> #include <winpr/windows.h> int TestFileWriteFile(int argc, char* argv[]) { return 0; }