// retoor #ifndef R_BASH_EXECUTOR_H #define R_BASH_EXECUTOR_H #include char *r_bash_execute(const char *command, bool interactive, int timeout_seconds); #endif