Files

11 lines
168 B
C

#ifndef REPL_H_
#define REPL_H_
#include "context.h"
extern int repl(struct debug_context *ctx);
extern int repl_suspend(void);
extern int repl_resume(void);
#endif