MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GotoNewLine

Method GotoNewLine

source/main.cpp:354–362  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

352}
353//---------------------------------------------------------------------------
354void __fastcall TMainForm::GotoNewLine(void)
355{
356 char c;
357 for(int i=0; i<1024; i++)
358 {
359 in >> c;
360 if( c=='\n' ) break;
361 }
362}
363//---------------------------------------------------------------------------
364void __fastcall TMainForm::aMoreLinesExecute(TObject *Sender)
365{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected