c_gets
libedit_private int c_gets(EditLine *, wchar_t *, const wchar_t *);
tmplen = c_gets(el, tmpbuf, L"\n: ");
tmplen = c_gets(el, &tmpbuf[LEN],