brintos

brintos / linux-shallow public Read only

0
0
Text · 161 B · f24ae82 Raw
9 lines · c
1// SPDX-License-Identifier: GPL-2.02 3#define MAX_PATH		10244 5void debug_msg(const char *fmt, ...);6void err_msg(const char *fmt, ...);7 8extern int config_debug;9