AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ section()

void section ( const char *  s,
const char  l = '-' 
)

print headline

Definition at line 54 of file operatortest.cc.

Referenced by main().

55 {
56  cout << endl << s << endl;
57  const char* p=s;
58  while (*p) { cout << l; ++p; }
59  cout << endl;
60 }
Here is the caller graph for this function: