9 lines
81 B
C
9 lines
81 B
C
|
#ifndef R_H
|
||
|
#define R_H
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool is_verbose = false;
|
||
|
|
||
|
|
||
|
#endif
|