blob: 4616747382adf9f49ab11e798b7eae4fbe8b7bcc [file] [log] [blame]
/*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef nanobench_DEFINED
#define nanobench_DEFINED
// API for nanobench app.
int nanobench_main();
#endif