FACT++  1.0
int Readline::GetBufferLength ( )
static

return rl_end (the current total length of the line buffer) Note that after readline has returned the contents of rl_end might not reflect the correct buffer length anymore.

Definition at line 797 of file Readline.cc.

Referenced by GetLine().

798 {
799  return rl_end;
800 }

+ Here is the caller graph for this function: