1 #ifndef RLANG_DEBUG_H
2 #define RLANG_DEBUG_H
3 
4 
5 #define r_printf Rprintf
6 void r_sexp_inspect(sexp* x);
7 void r_browse(SEXP x);
8 void r_browse_at(sexp* env);
9 
10 
11 #endif
12