• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file. */
4 
5 #ifndef LIBRARIES_NACL_IO_DBGPRINT_H_
6 #define LIBRARIES_NACL_IO_DBGPRINT_H_
7 
8 #include "sdk_util/macros.h"
9 
10 EXTERN_C_BEGIN
11 
12 void dbgprintf(const char* format, ...);
13 
14 EXTERN_C_END
15 
16 #endif  /* LIBRARIES_NACL_IO_DBGPRINT_H_ */
17