#include "CifString.h"
int CifString::LineCount();
#include "CifString.h"
CifString *s = new CifString("abc");
cout<<s->LineCount()<<endl;
LineCount() Counts the number of lines in the string.
None
Returns number of lines in the string.
None