/** Copyright 2021, Haiku, Inc. All rights reserved.* Distributed under the terms of the MIT License.*/#ifndef DEBUG_H#define DEBUG_H#ifdef __cplusplusextern "C" {#endifvoid debug_cleanup(void);#ifdef __cplusplus}#endif#endif // DEBUG_H
/** Copyright 2021, Haiku, Inc. All rights reserved.* Distributed under the terms of the MIT License.*/#ifndef DEBUG_H#define DEBUG_H#ifdef __cplusplusextern "C" {#endifvoid debug_cleanup(void);#ifdef __cplusplus}#endif#endif // DEBUG_H