9 lines
314 B
C++
9 lines
314 B
C++
// Copyright 2020 Google LLC. All Rights Reserved. This file and proprietary
|
|
// source code may only be used and distributed under the Widevine Master
|
|
// License Agreement.
|
|
#include "oemcrypto_fuzz_helper.h"
|
|
|
|
namespace wvoec {
|
|
void RedirectStdoutToFile() { freopen("log.txt", "a", stdout); }
|
|
} // namespace wvoec
|