JustOS/linux-6.13/tools/verification/rv/include/utils.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

9 lines
161 B
C

// SPDX-License-Identifier: GPL-2.0
#define MAX_PATH 1024
void debug_msg(const char *fmt, ...);
void err_msg(const char *fmt, ...);
extern int config_debug;