⛏️ index : haiku.git

/*
 * Copyright 2021, Haiku, Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef DEBUG_H
#define DEBUG_H


#ifdef __cplusplus
extern "C" {
#endif

void debug_cleanup(void);

#ifdef __cplusplus
}
#endif


#endif	// DEBUG_H