LPCXpresso55S69_MRuby/include/app_mrb_repl.h

11 lines
191 B
C

#ifndef APP_MRB_REPL_H
#define APP_MRB_REPL_H
#include <stdbool.h>
int app_mrb_repl_init(void);
int app_mrb_repl_deinit(void);
int app_mrb_repl_exec(bool *exit);
#endif // APP_MRB_REPL_H