#ifndef R_H
#define R_H
#include <stdbool.h>

bool is_verbose = false;


#endif