16
16
/* readline for batch mode */
19
19
#include <mysys/my_sys.h>
20
20
#include <mystrings/m_string.h>
23
25
static bool init_line_buffer(LINE_BUFFER *buffer,File file,uint32_t size,
25
27
static bool init_line_buffer_from_string(LINE_BUFFER *buffer,char * str);