9 lines
81 B
C
Raw Normal View History

2025-03-22 03:15:49 +01:00
#ifndef R_H
#define R_H
#include <stdbool.h>
bool is_verbose = false;
#endif