/* Copyright (c) 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef LIBRARIES_NACL_IO_DBGPRINT_H_ #define LIBRARIES_NACL_IO_DBGPRINT_H_ #include "sdk_util/macros.h" EXTERN_C_BEGIN void dbgprintf(const char* format, ...); EXTERN_C_END #endif /* LIBRARIES_NACL_IO_DBGPRINT_H_ */